COLOR #476227

HEX: #476227
RGB: (71,98,39)

Color info

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

RGB color model

#476227 color RGB value is (71,98,39).

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

RGB channels and saturation

R 71 of 255 = 28%
G 98 of 255 = 38%
B 39 of 255 = 15%

71
98
39

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

Portions of RGB colors in percentages

R + G + B =
71 + 98 + 39 = 208 (100%)
R 71 of 208 ~ 34.13%
G 98 of 208 ~ 47.12%
B 39 of 208 ~ 18.75%

%34.13
%47.12
%18.75

CMYK color model

#476227 color CMYK value is (28,0,60,62).

  • cyan value is 27.55%
  • magenta value is 0.00%
  • yellow value is 60.20%
  • key color value is 61.57%
CMYK:
(28,0,60,62)
C28M0Y60K62 
(28%,0%,60%,62%)
(0.28/0.00/0.60/0.62)	

CMYK percentages

%27.55
%0
%60.2
%61.57

Codes

Color #476227 in popluar color models

476227
RGB719839
HSL87°43.07%26.86%
HSB/HSV87°60.20%38.43%
CMYK27.55%0.00%60.20%
61.57%

Color #476227 in popluar number systems.

HEX476227
Decimal719839
Binary10001111100010100111
Octal10714247

Shades and tints

Shades of #476227

#476227
(71,98,39)
#415A24
(65,90,36)
#3B5221
(59,82,33)
#354A1E
(53,74,30)
#2F421B
(47,66,27)
#293A18
(41,58,24)
#233215
(35,50,21)
#1D2A12
(29,42,18)
#17220F
(23,34,15)
#111A0C
(17,26,12)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #476227

#476227
(71,98,39)
#57703A
(87,112,58)
#677E4D
(103,126,77)
#778C60
(119,140,96)
#879A73
(135,154,115)
#97A886
(151,168,134)
#A7B699
(167,182,153)
#B7C4AC
(183,196,172)
#C7D2BF
(199,210,191)
#D7E0D2
(215,224,210)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476227; }

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

This text font color is #476227.


Background Color

.myBgColor { background-color: #476227; }

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

This div background color is #476227.


Border color

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

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

This div border color is #476227.


Opacity

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

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

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

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

This text has shadow with #476227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476227 on black background.


Color preview on white background

This text has color #476227 on white background.



Black color preview on #476227 background

This text has black color on #476227 background.


White color preview on #476227 background

This text has white color on #476227 background.