COLOR #474C28

HEX: #474C28
RGB: (71,76,40)

Color info

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

RGB color model

#474C28 color RGB value is (71,76,40).

  • red value is 71;
  • green value is 76;
  • blue value is 40.
RGB:
(71,76,40)
(28%,30%,16%)

RGB channels and saturation

R 71 of 255 = 28%
G 76 of 255 = 30%
B 40 of 255 = 16%

71
76
40

R + G + B ~ 25%. #474C28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 76 + 40 = 187 (100%)
R 71 of 187 ~ 37.97%
G 76 of 187 ~ 40.64%
B 40 of 187 ~ 21.39%

%37.97
%40.64
%21.39

CMYK color model

#474C28 color CMYK value is (7,0,47,70).

  • cyan value is 6.58%
  • magenta value is 0.00%
  • yellow value is 47.37%
  • key color value is 70.20%
CMYK:
(7,0,47,70)
C7M0Y47K70 
(7%,0%,47%,70%)
(0.07/0.00/0.47/0.70)	

CMYK percentages

%6.58
%0
%47.37
%70.2

Codes

Color #474C28 in popluar color models

474C28
RGB717640
HSL68°31.03%22.75%
HSB/HSV68°47.37%29.80%
CMYK6.58%0.00%47.37%
70.20%

Color #474C28 in popluar number systems.

HEX474C28
Decimal717640
Binary10001111001100101000
Octal10711450

Shades and tints

Shades of #474C28

#474C28
(71,76,40)
#414625
(65,70,37)
#3B4022
(59,64,34)
#353A1F
(53,58,31)
#2F341C
(47,52,28)
#292E19
(41,46,25)
#232816
(35,40,22)
#1D2213
(29,34,19)
#171C10
(23,28,16)
#11160D
(17,22,13)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #474C28

#474C28
(71,76,40)
#575C3B
(87,92,59)
#676C4E
(103,108,78)
#777C61
(119,124,97)
#878C74
(135,140,116)
#979C87
(151,156,135)
#A7AC9A
(167,172,154)
#B7BCAD
(183,188,173)
#C7CCC0
(199,204,192)
#D7DCD3
(215,220,211)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474C28 color. Also use rgb(71,76,40) instead hex code.

Text Font Color

.myTextColor { color: #474C28; }

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

This text font color is #474C28.


Background Color

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

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

This div background color is #474C28.


Border color

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

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

This div border color is #474C28.


Opacity

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

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

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

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

This text has shadow with #474C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474C28 on black background.


Color preview on white background

This text has color #474C28 on white background.



Black color preview on #474C28 background

This text has black color on #474C28 background.


White color preview on #474C28 background

This text has white color on #474C28 background.