COLOR #477042

HEX: #477042
RGB: (71,112,66)

Renk bilgisi

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

RGB renk modeli

#477042 color RGB value is (71,112,66).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 112 of 255 = 44%
B 66 of 255 = 26%

71
112
66

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 112 + 66 = 249 (100%)
R 71 of 249 ~ 28.51%
G 112 of 249 ~ 44.98%
B 66 of 249 ~ 26.51%

%28.51
%44.98
%26.51

CMYK RENK MODELİ

#477042 rengi CMYK tonu (37,0,41,56).

  • camgöbeği tonu 36.61%
  • eflatun tonu 0.00%
  • sarı tonu 41.07%
  • ana renk tonu 56.08%
CMYK:
(37,0,41,56)
C37M0Y41K56 
(37%,0%,41%,56%)
(0.37/0.00/0.41/0.56)	

CMYK yüzdeleri

%36.61
%0
%41.07
%56.08

Codes

Color #477042 in popluar color models

477042
RGB7111266
HSL113°25.84%34.90%
HSB/HSV113°41.07%43.92%
CMYK36.61%0.00%41.07%
56.08%

Color #477042 in popluar number systems.

HEX477042
Decimal7111266
Binary100011111100001000010
Octal107160102

Shades and tints

Shades of #477042

#477042
(71,112,66)
#41663C
(65,102,60)
#3B5C36
(59,92,54)
#355230
(53,82,48)
#2F482A
(47,72,42)
#293E24
(41,62,36)
#23341E
(35,52,30)
#1D2A18
(29,42,24)
#172012
(23,32,18)
#11160C
(17,22,12)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #477042

#477042
(71,112,66)
#577D53
(87,125,83)
#678A64
(103,138,100)
#779775
(119,151,117)
#87A486
(135,164,134)
#97B197
(151,177,151)
#A7BEA8
(167,190,168)
#B7CBB9
(183,203,185)
#C7D8CA
(199,216,202)
#D7E5DB
(215,229,219)
#E7F2EC
(231,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477042; }

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

This text font color is #477042.


Background Color

.myBgColor { background-color: #477042; }

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

This div background color is #477042.


Border color

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

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

This div border color is #477042.


Opacity

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

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

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

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

This text has shadow with #477042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477042 on black background.


Color preview on white background

This text has color #477042 on white background.



Black color preview on #477042 background

This text has black color on #477042 background.


White color preview on #477042 background

This text has white color on #477042 background.