COLOR #474D1E

HEX: #474D1E
RGB: (71,77,30)

Color info

#474D1E contains red, green and blue colors in about the same proportion. Web safe color of #474D1E is #333333 (or #333).

RGB color model

#474D1E color RGB value is (71,77,30).

  • red value is 71;
  • green value is 77;
  • blue value is 30.
RGB:
(71,77,30)
(28%,30%,12%)

RGB channels and saturation

R 71 of 255 = 28%
G 77 of 255 = 30%
B 30 of 255 = 12%

71
77
30

R + G + B ~ 23%. #474D1E is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 77 + 30 = 178 (100%)
R 71 of 178 ~ 39.89%
G 77 of 178 ~ 43.26%
B 30 of 178 ~ 16.85%

%39.89
%43.26
%16.85

CMYK color model

#474D1E color CMYK value is (8,0,61,70).

  • cyan value is 7.79%
  • magenta value is 0.00%
  • yellow value is 61.04%
  • key color value is 69.80%
CMYK:
(8,0,61,70)
C8M0Y61K70 
(8%,0%,61%,70%)
(0.08/0.00/0.61/0.70)	

CMYK percentages

%7.79
%0
%61.04
%69.8

Codes

Color #474D1E in popluar color models

474D1E
RGB717730
HSL68°43.93%20.98%
HSB/HSV68°61.04%30.20%
CMYK7.79%0.00%61.04%
69.80%

Color #474D1E in popluar number systems.

HEX474D1E
Decimal717730
Binary1000111100110111110
Octal10711536

Shades and tints

Shades of #474D1E

#474D1E
(71,77,30)
#41461C
(65,70,28)
#3B3F1A
(59,63,26)
#353818
(53,56,24)
#2F3116
(47,49,22)
#292A14
(41,42,20)
#232312
(35,35,18)
#1D1C10
(29,28,16)
#17150E
(23,21,14)
#110E0C
(17,14,12)
#0B070A
(11,7,10)
#000000
(0,0,0)

Tints of #474D1E

#474D1E
(71,77,30)
#575D32
(87,93,50)
#676D46
(103,109,70)
#777D5A
(119,125,90)
#878D6E
(135,141,110)
#979D82
(151,157,130)
#A7AD96
(167,173,150)
#B7BDAA
(183,189,170)
#C7CDBE
(199,205,190)
#D7DDD2
(215,221,210)
#E7EDE6
(231,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474D1E color. Also use rgb(71,77,30) instead hex code.

Text Font Color

.myTextColor { color: #474D1E; }

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

This text font color is #474D1E.


Background Color

.myBgColor { background-color: #474D1E; }

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

This div background color is #474D1E.


Border color

.myBorderColor { border: 1px solid #474D1E; }

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

This div border color is #474D1E.


Opacity

.myOpacity80 { color: #474D1E; opacity: 0.8; }

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

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

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

This text has shadow with #474D1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474D1E on black background.


Color preview on white background

This text has color #474D1E on white background.



Black color preview on #474D1E background

This text has black color on #474D1E background.


White color preview on #474D1E background

This text has white color on #474D1E background.