COLOR #475113

HEX: #475113
RGB: (71,81,19)

Color info

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

RGB color model

#475113 color RGB value is (71,81,19).

  • red value is 71;
  • green value is 81;
  • blue value is 19.
RGB:
(71,81,19)
(28%,32%,7%)

RGB channels and saturation

R 71 of 255 = 28%
G 81 of 255 = 32%
B 19 of 255 = 7%

71
81
19

R + G + B ~ 22%. #475113 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 81 + 19 = 171 (100%)
R 71 of 171 ~ 41.52%
G 81 of 171 ~ 47.37%
B 19 of 171 ~ 11.11%

%41.52
%47.37
%11.11

CMYK color model

#475113 color CMYK value is (12,0,77,68).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 76.54%
  • key color value is 68.24%
CMYK:
(12,0,77,68)
C12M0Y77K68 
(12%,0%,77%,68%)
(0.12/0.00/0.77/0.68)	

CMYK percentages

%12.35
%0
%76.54
%68.24

Codes

Color #475113 in popluar color models

475113
RGB718119
HSL70°62.00%19.61%
HSB/HSV70°76.54%31.76%
CMYK12.35%0.00%76.54%
68.24%

Color #475113 in popluar number systems.

HEX475113
Decimal718119
Binary1000111101000110011
Octal10712123

Shades and tints

Shades of #475113

#475113
(71,81,19)
#414A12
(65,74,18)
#3B4311
(59,67,17)
#353C10
(53,60,16)
#2F350F
(47,53,15)
#292E0E
(41,46,14)
#23270D
(35,39,13)
#1D200C
(29,32,12)
#17190B
(23,25,11)
#11120A
(17,18,10)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #475113

#475113
(71,81,19)
#576028
(87,96,40)
#676F3D
(103,111,61)
#777E52
(119,126,82)
#878D67
(135,141,103)
#979C7C
(151,156,124)
#A7AB91
(167,171,145)
#B7BAA6
(183,186,166)
#C7C9BB
(199,201,187)
#D7D8D0
(215,216,208)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475113 color. Also use rgb(71,81,19) instead hex code.

Text Font Color

.myTextColor { color: #475113; }

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

This text font color is #475113.


Background Color

.myBgColor { background-color: #475113; }

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

This div background color is #475113.


Border color

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

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

This div border color is #475113.


Opacity

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

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

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

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

This text has shadow with #475113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475113 on black background.


Color preview on white background

This text has color #475113 on white background.



Black color preview on #475113 background

This text has black color on #475113 background.


White color preview on #475113 background

This text has white color on #475113 background.