COLOR #476537

HEX: #476537
RGB: (71,101,55)

Color info

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

RGB color model

#476537 color RGB value is (71,101,55).

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

RGB channels and saturation

R 71 of 255 = 28%
G 101 of 255 = 40%
B 55 of 255 = 22%

71
101
55

R + G + B ~ 30%. #476537 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 101 + 55 = 227 (100%)
R 71 of 227 ~ 31.28%
G 101 of 227 ~ 44.49%
B 55 of 227 ~ 24.23%

%31.28
%44.49
%24.23

CMYK color model

#476537 color CMYK value is (30,0,46,60).

  • cyan value is 29.70%
  • magenta value is 0.00%
  • yellow value is 45.54%
  • key color value is 60.39%
CMYK:
(30,0,46,60)
C30M0Y46K60 
(30%,0%,46%,60%)
(0.30/0.00/0.46/0.60)	

CMYK percentages

%29.7
%0
%45.54
%60.39

Codes

Color #476537 in popluar color models

476537
RGB7110155
HSL99°29.49%30.59%
HSB/HSV99°45.54%39.61%
CMYK29.70%0.00%45.54%
60.39%

Color #476537 in popluar number systems.

HEX476537
Decimal7110155
Binary10001111100101110111
Octal10714567

Shades and tints

Shades of #476537

#476537
(71,101,55)
#415C32
(65,92,50)
#3B532D
(59,83,45)
#354A28
(53,74,40)
#2F4123
(47,65,35)
#29381E
(41,56,30)
#232F19
(35,47,25)
#1D2614
(29,38,20)
#171D0F
(23,29,15)
#11140A
(17,20,10)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #476537

#476537
(71,101,55)
#577349
(87,115,73)
#67815B
(103,129,91)
#778F6D
(119,143,109)
#879D7F
(135,157,127)
#97AB91
(151,171,145)
#A7B9A3
(167,185,163)
#B7C7B5
(183,199,181)
#C7D5C7
(199,213,199)
#D7E3D9
(215,227,217)
#E7F1EB
(231,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476537; }

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

This text font color is #476537.


Background Color

.myBgColor { background-color: #476537; }

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

This div background color is #476537.


Border color

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

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

This div border color is #476537.


Opacity

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

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

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

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

This text has shadow with #476537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476537 on black background.


Color preview on white background

This text has color #476537 on white background.



Black color preview on #476537 background

This text has black color on #476537 background.


White color preview on #476537 background

This text has white color on #476537 background.