COLOR #476228

HEX: #476228
RGB: (71,98,40)

Color info

#476228 contains red, green and blue colors in about the same proportion. Web safe color of #476228 is #336633 (or #363).

RGB color model

#476228 color RGB value is (71,98,40).

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

RGB channels and saturation

R 71 of 255 = 28%
G 98 of 255 = 38%
B 40 of 255 = 16%

71
98
40

R + G + B ~ 27%. #476228 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 98 + 40 = 209 (100%)
R 71 of 209 ~ 33.97%
G 98 of 209 ~ 46.89%
B 40 of 209 ~ 19.14%

%33.97
%46.89
%19.14

CMYK color model

#476228 color CMYK value is (28,0,59,62).

  • cyan value is 27.55%
  • magenta value is 0.00%
  • yellow value is 59.18%
  • key color value is 61.57%
CMYK:
(28,0,59,62)
C28M0Y59K62 
(28%,0%,59%,62%)
(0.28/0.00/0.59/0.62)	

CMYK percentages

%27.55
%0
%59.18
%61.57

Codes

Color #476228 in popluar color models

476228
RGB719840
HSL88°42.03%27.06%
HSB/HSV88°59.18%38.43%
CMYK27.55%0.00%59.18%
61.57%

Color #476228 in popluar number systems.

HEX476228
Decimal719840
Binary10001111100010101000
Octal10714250

Shades and tints

Shades of #476228

#476228
(71,98,40)
#415A25
(65,90,37)
#3B5222
(59,82,34)
#354A1F
(53,74,31)
#2F421C
(47,66,28)
#293A19
(41,58,25)
#233216
(35,50,22)
#1D2A13
(29,42,19)
#172210
(23,34,16)
#111A0D
(17,26,13)
#0B120A
(11,18,10)
#000000
(0,0,0)

Tints of #476228

#476228
(71,98,40)
#57703B
(87,112,59)
#677E4E
(103,126,78)
#778C61
(119,140,97)
#879A74
(135,154,116)
#97A887
(151,168,135)
#A7B69A
(167,182,154)
#B7C4AD
(183,196,173)
#C7D2C0
(199,210,192)
#D7E0D3
(215,224,211)
#E7EEE6
(231,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476228; }

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

This text font color is #476228.


Background Color

.myBgColor { background-color: #476228; }

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

This div background color is #476228.


Border color

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

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

This div border color is #476228.


Opacity

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

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

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

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

This text has shadow with #476228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476228 on black background.


Color preview on white background

This text has color #476228 on white background.



Black color preview on #476228 background

This text has black color on #476228 background.


White color preview on #476228 background

This text has white color on #476228 background.