COLOR #476725

HEX: #476725
RGB: (71,103,37)

Color info

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

RGB color model

#476725 color RGB value is (71,103,37).

  • red value is 71;
  • green value is 103;
  • blue value is 37.
RGB:
(71,103,37)
(28%,40%,15%)

RGB channels and saturation

R 71 of 255 = 28%
G 103 of 255 = 40%
B 37 of 255 = 15%

71
103
37

R + G + B ~ 28%. #476725 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 103 + 37 = 211 (100%)
R 71 of 211 ~ 33.65%
G 103 of 211 ~ 48.82%
B 37 of 211 ~ 17.54%

%33.65
%48.82
%17.54

CMYK color model

#476725 color CMYK value is (31,0,64,60).

  • cyan value is 31.07%
  • magenta value is 0.00%
  • yellow value is 64.08%
  • key color value is 59.61%
CMYK:
(31,0,64,60)
C31M0Y64K60 
(31%,0%,64%,60%)
(0.31/0.00/0.64/0.60)	

CMYK percentages

%31.07
%0
%64.08
%59.61

Codes

Color #476725 in popluar color models

476725
RGB7110337
HSL89°47.14%27.45%
HSB/HSV89°64.08%40.39%
CMYK31.07%0.00%64.08%
59.61%

Color #476725 in popluar number systems.

HEX476725
Decimal7110337
Binary10001111100111100101
Octal10714745

Shades and tints

Shades of #476725

#476725
(71,103,37)
#415E22
(65,94,34)
#3B551F
(59,85,31)
#354C1C
(53,76,28)
#2F4319
(47,67,25)
#293A16
(41,58,22)
#233113
(35,49,19)
#1D2810
(29,40,16)
#171F0D
(23,31,13)
#11160A
(17,22,10)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #476725

#476725
(71,103,37)
#577438
(87,116,56)
#67814B
(103,129,75)
#778E5E
(119,142,94)
#879B71
(135,155,113)
#97A884
(151,168,132)
#A7B597
(167,181,151)
#B7C2AA
(183,194,170)
#C7CFBD
(199,207,189)
#D7DCD0
(215,220,208)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476725 color. Also use rgb(71,103,37) instead hex code.

Text Font Color

.myTextColor { color: #476725; }

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

This text font color is #476725.


Background Color

.myBgColor { background-color: #476725; }

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

This div background color is #476725.


Border color

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

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

This div border color is #476725.


Opacity

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

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

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

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

This text has shadow with #476725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476725 on black background.


Color preview on white background

This text has color #476725 on white background.



Black color preview on #476725 background

This text has black color on #476725 background.


White color preview on #476725 background

This text has white color on #476725 background.