COLOR #475811

HEX: #475811 RGB: (71,88,17)

Color info

#475811 contains mainly red and green colors. Web safe color of #475811 is #336600 (or #360).

RGB color model

#475811 color RGB value is (71,88,17).

RGB: (71,88,17) (28%, 35%, 7%)

RGB channels and saturation

R 71 of 255 = 28%
G 88 of 255 = 35%
B 17 of 255 = 7%

71
88
17

R + G + B ~ 23%. #475811 is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 88 + 17 = 176 (100%)
R 71 of 176 ~ 40.34%
G 88 of 176 ~ 50%
B 17 of 176 ~ 9.66'%

%40.34
%50

CMYK color model

#475811 color CMYK value is (19,0,81,65).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 80.68%
  • key color value is 65.49%

CMYK: (19,0,81,65)
C19M0Y81K65 (19%, 0%, 81%, 65%)
(0.19 / 0.00 / 0.81 / 0.65)

CMYK percentages

%19.32
%0
%80.68
%65.49

Codes

Color #475811 in popluar color models

47 58 11
RGB 71 88 17
HSL 74° 67.62% 20.59%
HSB/HSV 74° 80.68% 34.51%
CMYK 19.32% 0.00% 80.68%
65.49%

Color #475811 in popluar number systems.

HEX 47 58 11
Decimal 71 88 17
Binary 1000111 1011000 10001
Octal 107 130 21

Shades and tints

Shades of #475811

#475811
(71,88,17)
#415010
(65,80,16)
#3B480F
(59,72,15)
#35400E
(53,64,14)
#2F380D
(47,56,13)
#29300C
(41,48,12)
#23280B
(35,40,11)
#1D200A
(29,32,10)
#171809
(23,24,9)
#111008
(17,16,8)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #475811

#475811
(71,88,17)
#576726
(87,103,38)
#67763B
(103,118,59)
#778550
(119,133,80)
#879465
(135,148,101)
#97A37A
(151,163,122)
#A7B28F
(167,178,143)
#B7C1A4
(183,193,164)
#C7D0B9
(199,208,185)
#D7DFCE
(215,223,206)
#E7EEE3
(231,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475811 color. Also use rgb(71,88,17) instead hex code.

Text Font Color

.myTextColor { color: #475811; }

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

This text font color is #475811.

Background Color

.myBgColor { background-color: #475811; }

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

This div background color is #475811.

Border color

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

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

This div border color is #475811.

Opacity

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

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

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

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

This text has shadow with #475811 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #475811.

Preview

Color preview on black background

This text has color #475811 on black background.


Color preview on white background

This text has color #475811 on white background.


Black color preview on #475811 background

This text has black color on #475811 background.


White color preview on #475811 background

This text has white color on #475811 background.


Related colors

Complementary color

Complementary color for #hex is #B8A7EE.


I love getcolorcode.com

Triadic colors

1 #114758 and #581147 with #475811 are triadic colors.

2 #115847 and #584711 with #475811 are triadic colors.