COLOR #475146

HEX: #475146
RGB: (71,81,70)

Color info

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

RGB color model

#475146 color RGB value is (71,81,70).

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

RGB channels and saturation

R 71 of 255 = 28%
G 81 of 255 = 32%
B 70 of 255 = 27%

71
81
70

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

Portions of RGB colors in percentages

R + G + B =
71 + 81 + 70 = 222 (100%)
R 71 of 222 ~ 31.98%
G 81 of 222 ~ 36.49%
B 70 of 222 ~ 31.53%

%31.98
%36.49
%31.53

CMYK color model

#475146 color CMYK value is (12,0,14,68).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 13.58%
  • key color value is 68.24%
CMYK:
(12,0,14,68)
C12M0Y14K68 
(12%,0%,14%,68%)
(0.12/0.00/0.14/0.68)	

CMYK percentages

%12.35
%0
%13.58
%68.24

Codes

Color #475146 in popluar color models

475146
RGB718170
HSL115°7.28%29.61%
HSB/HSV115°13.58%31.76%
CMYK12.35%0.00%13.58%
68.24%

Color #475146 in popluar number systems.

HEX475146
Decimal718170
Binary100011110100011000110
Octal107121106

Shades and tints

Shades of #475146

#475146
(71,81,70)
#414A40
(65,74,64)
#3B433A
(59,67,58)
#353C34
(53,60,52)
#2F352E
(47,53,46)
#292E28
(41,46,40)
#232722
(35,39,34)
#1D201C
(29,32,28)
#171916
(23,25,22)
#111210
(17,18,16)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #475146

#475146
(71,81,70)
#576056
(87,96,86)
#676F66
(103,111,102)
#777E76
(119,126,118)
#878D86
(135,141,134)
#979C96
(151,156,150)
#A7ABA6
(167,171,166)
#B7BAB6
(183,186,182)
#C7C9C6
(199,201,198)
#D7D8D6
(215,216,214)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475146; }

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

This text font color is #475146.


Background Color

.myBgColor { background-color: #475146; }

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

This div background color is #475146.


Border color

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

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

This div border color is #475146.


Opacity

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

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

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

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

This text has shadow with #475146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475146 on black background.


Color preview on white background

This text has color #475146 on white background.



Black color preview on #475146 background

This text has black color on #475146 background.


White color preview on #475146 background

This text has white color on #475146 background.