COLOR #475141

HEX: #475141
RGB: (71,81,65)

Color info

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

RGB color model

#475141 color RGB value is (71,81,65).

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

RGB channels and saturation

R 71 of 255 = 28%
G 81 of 255 = 32%
B 65 of 255 = 25%

71
81
65

R + G + B ~ 28%. #475141 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 81 + 65 = 217 (100%)
R 71 of 217 ~ 32.72%
G 81 of 217 ~ 37.33%
B 65 of 217 ~ 29.95%

%32.72
%37.33
%29.95

CMYK color model

#475141 color CMYK value is (12,0,20,68).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 19.75%
  • key color value is 68.24%
CMYK:
(12,0,20,68)
C12M0Y20K68 
(12%,0%,20%,68%)
(0.12/0.00/0.20/0.68)	

CMYK percentages

%12.35
%0
%19.75
%68.24

Codes

Color #475141 in popluar color models

475141
RGB718165
HSL98°10.96%28.63%
HSB/HSV98°19.75%31.76%
CMYK12.35%0.00%19.75%
68.24%

Color #475141 in popluar number systems.

HEX475141
Decimal718165
Binary100011110100011000001
Octal107121101

Shades and tints

Shades of #475141

#475141
(71,81,65)
#414A3C
(65,74,60)
#3B4337
(59,67,55)
#353C32
(53,60,50)
#2F352D
(47,53,45)
#292E28
(41,46,40)
#232723
(35,39,35)
#1D201E
(29,32,30)
#171919
(23,25,25)
#111214
(17,18,20)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #475141

#475141
(71,81,65)
#576052
(87,96,82)
#676F63
(103,111,99)
#777E74
(119,126,116)
#878D85
(135,141,133)
#979C96
(151,156,150)
#A7ABA7
(167,171,167)
#B7BAB8
(183,186,184)
#C7C9C9
(199,201,201)
#D7D8DA
(215,216,218)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475141; }

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

This text font color is #475141.


Background Color

.myBgColor { background-color: #475141; }

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

This div background color is #475141.


Border color

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

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

This div border color is #475141.


Opacity

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

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

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

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

This text has shadow with #475141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475141 on black background.


Color preview on white background

This text has color #475141 on white background.



Black color preview on #475141 background

This text has black color on #475141 background.


White color preview on #475141 background

This text has white color on #475141 background.