COLOR #475512

HEX: #475512 RGB: (71,85,18)

Color info

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

RGB color model

#475512 color RGB value is (71,85,18).

RGB: (71,85,18) (28%, 33%, 7%)

RGB channels and saturation

R 71 of 255 = 28%
G 85 of 255 = 33%
B 18 of 255 = 7%

71
85
18

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

Portions of RGB colors in percentages

R + G + B = 71 + 85 + 18 = 174 (100%)
R 71 of 174 ~ 40.8%
G 85 of 174 ~ 48.85%
B 18 of 174 ~ 10.34'%

%40.8
%48.85

CMYK color model

#475512 color CMYK value is (16,0,79,67).

  • cyan value is 16.47%
  • magenta value is 0.00%
  • yellow value is 78.82%
  • key color value is 66.67%

CMYK: (16,0,79,67)
C16M0Y79K67 (16%, 0%, 79%, 67%)
(0.16 / 0.00 / 0.79 / 0.67)

CMYK percentages

%16.47
%0
%78.82
%66.67

Codes

Color #475512 in popluar color models

47 55 12
RGB 71 85 18
HSL 73° 65.05% 20.20%
HSB/HSV 73° 78.82% 33.33%
CMYK 16.47% 0.00% 78.82%
66.67%

Color #475512 in popluar number systems.

HEX 47 55 12
Decimal 71 85 18
Binary 1000111 1010101 10010
Octal 107 125 22

Shades and tints

Shades of #475512

#475512
(71,85,18)
#414E11
(65,78,17)
#3B4710
(59,71,16)
#35400F
(53,64,15)
#2F390E
(47,57,14)
#29320D
(41,50,13)
#232B0C
(35,43,12)
#1D240B
(29,36,11)
#171D0A
(23,29,10)
#111609
(17,22,9)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #475512

#475512
(71,85,18)
#576427
(87,100,39)
#67733C
(103,115,60)
#778251
(119,130,81)
#879166
(135,145,102)
#97A07B
(151,160,123)
#A7AF90
(167,175,144)
#B7BEA5
(183,190,165)
#C7CDBA
(199,205,186)
#D7DCCF
(215,220,207)
#E7EBE4
(231,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475512 color. Also use rgb(71,85,18) instead hex code.

Text Font Color

.myTextColor { color: #475512; }

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

This text font color is #475512.

Background Color

.myBgColor { background-color: #475512; }

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

This div background color is #475512.

Border color

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

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

This div border color is #475512.

Opacity

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

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

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

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

This text has shadow with #475512 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #475512.

Preview

Color preview on black background

This text has color #475512 on black background.


Color preview on white background

This text has color #475512 on white background.


Black color preview on #475512 background

This text has black color on #475512 background.


White color preview on #475512 background

This text has white color on #475512 background.


Related colors

Complementary color

Complementary color for #hex is #B8AAED.


I love getcolorcode.com

Triadic colors

1 #124755 and #551247 with #475512 are triadic colors.

2 #125547 and #554712 with #475512 are triadic colors.