COLOR #477242

HEX: #477242
RGB: (71,114,66)

Renk bilgisi

#477242 contains red, green and blue colors in about the same proportion. #477242 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#477242 color RGB value is (71,114,66).

  • kırmız ton 71;
  • yeşil ton 114;
  • mavi ton 66.
RGB:
(71,114,66)
(28%,45%,26%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 114 of 255 = 45%
B 66 of 255 = 26%

71
114
66

R + G + B ~ 33%. #477242 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 114 + 66 = 251 (100%)
R 71 of 251 ~ 28.29%
G 114 of 251 ~ 45.42%
B 66 of 251 ~ 26.29%

%28.29
%45.42
%26.29

CMYK RENK MODELİ

#477242 rengi CMYK tonu (38,0,42,55).

  • camgöbeği tonu 37.72%
  • eflatun tonu 0.00%
  • sarı tonu 42.11%
  • ana renk tonu 55.29%
CMYK:
(38,0,42,55)
C38M0Y42K55 
(38%,0%,42%,55%)
(0.38/0.00/0.42/0.55)	

CMYK yüzdeleri

%37.72
%0
%42.11
%55.29

Codes

Color #477242 in popluar color models

477242
RGB7111466
HSL114°26.67%35.29%
HSB/HSV114°42.11%44.71%
CMYK37.72%0.00%42.11%
55.29%

Color #477242 in popluar number systems.

HEX477242
Decimal7111466
Binary100011111100101000010
Octal107162102

Shades and tints

Shades of #477242

#477242
(71,114,66)
#41683C
(65,104,60)
#3B5E36
(59,94,54)
#355430
(53,84,48)
#2F4A2A
(47,74,42)
#294024
(41,64,36)
#23361E
(35,54,30)
#1D2C18
(29,44,24)
#172212
(23,34,18)
#11180C
(17,24,12)
#0B0E06
(11,14,6)
#000000
(0,0,0)

Tints of #477242

#477242
(71,114,66)
#577E53
(87,126,83)
#678A64
(103,138,100)
#779675
(119,150,117)
#87A286
(135,162,134)
#97AE97
(151,174,151)
#A7BAA8
(167,186,168)
#B7C6B9
(183,198,185)
#C7D2CA
(199,210,202)
#D7DEDB
(215,222,219)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477242 color. Also use rgb(71,114,66) instead hex code.

Text Font Color

.myTextColor { color: #477242; }

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

This text font color is #477242.


Background Color

.myBgColor { background-color: #477242; }

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

This div background color is #477242.


Border color

.myBorderColor { border: 1px solid #477242; }

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

This div border color is #477242.


Opacity

.myOpacity80 { color: #477242; opacity: 0.8; }

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

Text with #477242 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 #477242;}

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

This text has shadow with #477242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477242 on black background.


Color preview on white background

This text has color #477242 on white background.



Black color preview on #477242 background

This text has black color on #477242 background.


White color preview on #477242 background

This text has white color on #477242 background.