COLOR #476521

HEX: #476521
RGB: (71,101,33)

Color info

#476521 contains mainly red and green colors. Web safe color of #476521 is #336633 (or #363).

RGB color model

#476521 color RGB value is (71,101,33).

  • red value is 71;
  • green value is 101;
  • blue value is 33.
RGB:
(71,101,33)
(28%,40%,13%)

RGB channels and saturation

R 71 of 255 = 28%
G 101 of 255 = 40%
B 33 of 255 = 13%

71
101
33

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

Portions of RGB colors in percentages

R + G + B =
71 + 101 + 33 = 205 (100%)
R 71 of 205 ~ 34.63%
G 101 of 205 ~ 49.27%
B 33 of 205 ~ 16.1%

%34.63
%49.27
%16.1

CMYK color model

#476521 color CMYK value is (30,0,67,60).

  • cyan value is 29.70%
  • magenta value is 0.00%
  • yellow value is 67.33%
  • key color value is 60.39%
CMYK:
(30,0,67,60)
C30M0Y67K60 
(30%,0%,67%,60%)
(0.30/0.00/0.67/0.60)	

CMYK percentages

%29.7
%0
%67.33
%60.39

Codes

Color #476521 in popluar color models

476521
RGB7110133
HSL86°50.75%26.27%
HSB/HSV86°67.33%39.61%
CMYK29.70%0.00%67.33%
60.39%

Color #476521 in popluar number systems.

HEX476521
Decimal7110133
Binary10001111100101100001
Octal10714541

Shades and tints

Shades of #476521

#476521
(71,101,33)
#415C1E
(65,92,30)
#3B531B
(59,83,27)
#354A18
(53,74,24)
#2F4115
(47,65,21)
#293812
(41,56,18)
#232F0F
(35,47,15)
#1D260C
(29,38,12)
#171D09
(23,29,9)
#111406
(17,20,6)
#0B0B03
(11,11,3)
#000000
(0,0,0)

Tints of #476521

#476521
(71,101,33)
#577335
(87,115,53)
#678149
(103,129,73)
#778F5D
(119,143,93)
#879D71
(135,157,113)
#97AB85
(151,171,133)
#A7B999
(167,185,153)
#B7C7AD
(183,199,173)
#C7D5C1
(199,213,193)
#D7E3D5
(215,227,213)
#E7F1E9
(231,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476521 color. Also use rgb(71,101,33) instead hex code.

Text Font Color

.myTextColor { color: #476521; }

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

This text font color is #476521.


Background Color

.myBgColor { background-color: #476521; }

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

This div background color is #476521.


Border color

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

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

This div border color is #476521.


Opacity

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

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

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

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

This text has shadow with #476521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476521 on black background.


Color preview on white background

This text has color #476521 on white background.



Black color preview on #476521 background

This text has black color on #476521 background.


White color preview on #476521 background

This text has white color on #476521 background.