COLOR #475412

HEX: #475412 RGB: (71,84,18)

Color info

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

RGB color model

#475412 color RGB value is (71,84,18).

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

RGB channels and saturation

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

71
84
18

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

Portions of RGB colors in percentages

R + G + B = 71 + 84 + 18 = 173 (100%)
R 71 of 173 ~ 41.04%
G 84 of 173 ~ 48.55%
B 18 of 173 ~ 10.4'%

%41.04
%48.55

CMYK color model

#475412 color CMYK value is (15,0,79,67).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 78.57%
  • key color value is 67.06%

CMYK: (15,0,79,67)
C15M0Y79K67 (15%, 0%, 79%, 67%)
(0.15 / 0.00 / 0.79 / 0.67)

CMYK percentages

%15.48
%0
%78.57
%67.06

Codes

Color #475412 in popluar color models

47 54 12
RGB 71 84 18
HSL 72° 64.71% 20.00%
HSB/HSV 72° 78.57% 32.94%
CMYK 15.48% 0.00% 78.57%
67.06%

Color #475412 in popluar number systems.

HEX 47 54 12
Decimal 71 84 18
Binary 1000111 1010100 10010
Octal 107 124 22

Shades and tints

Shades of #475412

#475412
(71,84,18)
#414D11
(65,77,17)
#3B4610
(59,70,16)
#353F0F
(53,63,15)
#2F380E
(47,56,14)
#29310D
(41,49,13)
#232A0C
(35,42,12)
#1D230B
(29,35,11)
#171C0A
(23,28,10)
#111509
(17,21,9)
#0B0E08
(11,14,8)
#000000
(0,0,0)

Tints of #475412

#475412
(71,84,18)
#576327
(87,99,39)
#67723C
(103,114,60)
#778151
(119,129,81)
#879066
(135,144,102)
#979F7B
(151,159,123)
#A7AE90
(167,174,144)
#B7BDA5
(183,189,165)
#C7CCBA
(199,204,186)
#D7DBCF
(215,219,207)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475412; }

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

This text font color is #475412.

Background Color

.myBgColor { background-color: #475412; }

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

This div background color is #475412.

Border color

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

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

This div border color is #475412.

Opacity

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

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

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

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

This text has shadow with #475412 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #475412.

Preview

Color preview on black background

This text has color #475412 on black background.


Color preview on white background

This text has color #475412 on white background.


Black color preview on #475412 background

This text has black color on #475412 background.


White color preview on #475412 background

This text has white color on #475412 background.


Related colors

Complementary color

Complementary color for #hex is #B8ABED.


I love getcolorcode.com

Triadic colors

1 #124754 and #541247 with #475412 are triadic colors.

2 #125447 and #544712 with #475412 are triadic colors.