COLOR #476C2F

HEX: #476C2F
RGB: (71,108,47)

Renk bilgisi

#476C2F contains mainly red and green colors. #476C2F ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#476C2F color RGB value is (71,108,47).

  • kırmız ton 71;
  • yeşil ton 108;
  • mavi ton 47.
RGB:
(71,108,47)
(28%,42%,18%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 108 of 255 = 42%
B 47 of 255 = 18%

71
108
47

R + G + B ~ 29%. #476C2F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 108 + 47 = 226 (100%)
R 71 of 226 ~ 31.42%
G 108 of 226 ~ 47.79%
B 47 of 226 ~ 20.8%

%31.42
%47.79
%20.8

CMYK RENK MODELİ

#476C2F rengi CMYK tonu (34,0,56,58).

  • camgöbeği tonu 34.26%
  • eflatun tonu 0.00%
  • sarı tonu 56.48%
  • ana renk tonu 57.65%
CMYK:
(34,0,56,58)
C34M0Y56K58 
(34%,0%,56%,58%)
(0.34/0.00/0.56/0.58)	

CMYK yüzdeleri

%34.26
%0
%56.48
%57.65

Codes

Color #476C2F in popluar color models

476C2F
RGB7110847
HSL96°39.35%30.39%
HSB/HSV96°56.48%42.35%
CMYK34.26%0.00%56.48%
57.65%

Color #476C2F in popluar number systems.

HEX476C2F
Decimal7110847
Binary10001111101100101111
Octal10715457

Shades and tints

Shades of #476C2F

#476C2F
(71,108,47)
#41632B
(65,99,43)
#3B5A27
(59,90,39)
#355123
(53,81,35)
#2F481F
(47,72,31)
#293F1B
(41,63,27)
#233617
(35,54,23)
#1D2D13
(29,45,19)
#17240F
(23,36,15)
#111B0B
(17,27,11)
#0B1207
(11,18,7)
#000000
(0,0,0)

Tints of #476C2F

#476C2F
(71,108,47)
#577941
(87,121,65)
#678653
(103,134,83)
#779365
(119,147,101)
#87A077
(135,160,119)
#97AD89
(151,173,137)
#A7BA9B
(167,186,155)
#B7C7AD
(183,199,173)
#C7D4BF
(199,212,191)
#D7E1D1
(215,225,209)
#E7EEE3
(231,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476C2F color. Also use rgb(71,108,47) instead hex code.

Text Font Color

.myTextColor { color: #476C2F; }

<p style="color:#476C2F">This sample text font color is #476C2F.</p>

This text font color is #476C2F.


Background Color

.myBgColor { background-color: #476C2F; }

<div style="background-color:#476C2F">Inner text</div>

This div background color is #476C2F.


Border color

.myBorderColor { border: 1px solid #476C2F; }

<div style="border:3px solid #476C2F">Div</div>

This div border color is #476C2F.


Opacity

.myOpacity80 { color: #476C2F; opacity: 0.8; }

<p style="color:#476C2F;opacity:0.8;">80%</p>

Text with #476C2F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #476C2F;}

<p style="text-shadow: 3px 3px 1px #476C2F">Text here.</p>

This text has shadow with #476C2F color.

.textShadow {text-shadow: 3px 3px 1px #476C2F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #476C2F, 5px 5px 20px red">Text here.</p>

This text has shadow with #476C2F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476C2F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#476C2F, Direction=45, Strength=4)">Text</p>

This text has shadow with #476C2F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #476C2F;
  -webkit-box-shadow:	1px 1px 3px 2px #476C2F;
  box-shadow:		1px 1px 3px 2px #476C2F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #476C2F;
-webkit-box-shadow: 1px 1px 3px 2px #476C2F;
box-shadow:1px 1px 3px 2px #476C2F;">
Div content here</div>
This div box has shadow with color #476C2F.

Preview

Color preview on black background

This text has color #476C2F on black background.


Color preview on white background

This text has color #476C2F on white background.



Black color preview on #476C2F background

This text has black color on #476C2F background.


White color preview on #476C2F background

This text has white color on #476C2F background.