COLOR #475340

HEX: #475340
RGB: (71,83,64)

Color info

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

RGB color model

#475340 color RGB value is (71,83,64).

  • red value is 71;
  • green value is 83;
  • blue value is 64.
RGB:
(71,83,64)
(28%,33%,25%)

RGB channels and saturation

R 71 of 255 = 28%
G 83 of 255 = 33%
B 64 of 255 = 25%

71
83
64

R + G + B ~ 29%. #475340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 83 + 64 = 218 (100%)
R 71 of 218 ~ 32.57%
G 83 of 218 ~ 38.07%
B 64 of 218 ~ 29.36%

%32.57
%38.07
%29.36

CMYK color model

#475340 color CMYK value is (14,0,23,67).

  • cyan value is 14.46%
  • magenta value is 0.00%
  • yellow value is 22.89%
  • key color value is 67.45%
CMYK:
(14,0,23,67)
C14M0Y23K67 
(14%,0%,23%,67%)
(0.14/0.00/0.23/0.67)	

CMYK percentages

%14.46
%0
%22.89
%67.45

Codes

Color #475340 in popluar color models

475340
RGB718364
HSL98°12.93%28.82%
HSB/HSV98°22.89%32.55%
CMYK14.46%0.00%22.89%
67.45%

Color #475340 in popluar number systems.

HEX475340
Decimal718364
Binary100011110100111000000
Octal107123100

Shades and tints

Shades of #475340

#475340
(71,83,64)
#414C3B
(65,76,59)
#3B4536
(59,69,54)
#353E31
(53,62,49)
#2F372C
(47,55,44)
#293027
(41,48,39)
#232922
(35,41,34)
#1D221D
(29,34,29)
#171B18
(23,27,24)
#111413
(17,20,19)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #475340

#475340
(71,83,64)
#576251
(87,98,81)
#677162
(103,113,98)
#778073
(119,128,115)
#878F84
(135,143,132)
#979E95
(151,158,149)
#A7ADA6
(167,173,166)
#B7BCB7
(183,188,183)
#C7CBC8
(199,203,200)
#D7DAD9
(215,218,217)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475340 color. Also use rgb(71,83,64) instead hex code.

Text Font Color

.myTextColor { color: #475340; }

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

This text font color is #475340.


Background Color

.myBgColor { background-color: #475340; }

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

This div background color is #475340.


Border color

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

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

This div border color is #475340.


Opacity

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

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

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

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

This text has shadow with #475340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475340 on black background.


Color preview on white background

This text has color #475340 on white background.



Black color preview on #475340 background

This text has black color on #475340 background.


White color preview on #475340 background

This text has white color on #475340 background.