COLOR #476135

HEX: #476135
RGB: (71,97,53)

Color info

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

RGB color model

#476135 color RGB value is (71,97,53).

  • red value is 71;
  • green value is 97;
  • blue value is 53.
RGB:
(71,97,53)
(28%,38%,21%)

RGB channels and saturation

R 71 of 255 = 28%
G 97 of 255 = 38%
B 53 of 255 = 21%

71
97
53

R + G + B ~ 29%. #476135 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 97 + 53 = 221 (100%)
R 71 of 221 ~ 32.13%
G 97 of 221 ~ 43.89%
B 53 of 221 ~ 23.98%

%32.13
%43.89
%23.98

CMYK color model

#476135 color CMYK value is (27,0,45,62).

  • cyan value is 26.80%
  • magenta value is 0.00%
  • yellow value is 45.36%
  • key color value is 61.96%
CMYK:
(27,0,45,62)
C27M0Y45K62 
(27%,0%,45%,62%)
(0.27/0.00/0.45/0.62)	

CMYK percentages

%26.8
%0
%45.36
%61.96

Codes

Color #476135 in popluar color models

476135
RGB719753
HSL95°29.33%29.41%
HSB/HSV95°45.36%38.04%
CMYK26.80%0.00%45.36%
61.96%

Color #476135 in popluar number systems.

HEX476135
Decimal719753
Binary10001111100001110101
Octal10714165

Shades and tints

Shades of #476135

#476135
(71,97,53)
#415931
(65,89,49)
#3B512D
(59,81,45)
#354929
(53,73,41)
#2F4125
(47,65,37)
#293921
(41,57,33)
#23311D
(35,49,29)
#1D2919
(29,41,25)
#172115
(23,33,21)
#111911
(17,25,17)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #476135

#476135
(71,97,53)
#576F47
(87,111,71)
#677D59
(103,125,89)
#778B6B
(119,139,107)
#87997D
(135,153,125)
#97A78F
(151,167,143)
#A7B5A1
(167,181,161)
#B7C3B3
(183,195,179)
#C7D1C5
(199,209,197)
#D7DFD7
(215,223,215)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476135 color. Also use rgb(71,97,53) instead hex code.

Text Font Color

.myTextColor { color: #476135; }

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

This text font color is #476135.


Background Color

.myBgColor { background-color: #476135; }

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

This div background color is #476135.


Border color

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

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

This div border color is #476135.


Opacity

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

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

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

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

This text has shadow with #476135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476135 on black background.


Color preview on white background

This text has color #476135 on white background.



Black color preview on #476135 background

This text has black color on #476135 background.


White color preview on #476135 background

This text has white color on #476135 background.