COLOR #474239

HEX: #474239
RGB: (71,66,57)

Color info

#474239 contains red, green and blue colors in about the same proportion. Web safe color of #474239 is #333333 (or #333).

RGB color model

#474239 color RGB value is (71,66,57).

  • red value is 71;
  • green value is 66;
  • blue value is 57.
RGB:
(71,66,57)
(28%,26%,22%)

RGB channels and saturation

R 71 of 255 = 28%
G 66 of 255 = 26%
B 57 of 255 = 22%

71
66
57

R + G + B ~ 25%. #474239 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 66 + 57 = 194 (100%)
R 71 of 194 ~ 36.6%
G 66 of 194 ~ 34.02%
B 57 of 194 ~ 29.38%

%36.6
%34.02
%29.38

CMYK color model

#474239 color CMYK value is (0,7,20,72).

  • cyan value is 0.00%
  • magenta value is 7.04%
  • yellow value is 19.72%
  • key color value is 72.16%
CMYK:
(0,7,20,72)
C0M7Y20K72 
(0%,7%,20%,72%)
(0.00/0.07/0.20/0.72)	

CMYK percentages

%0
%7.04
%19.72
%72.16

Codes

Color #474239 in popluar color models

474239
RGB716657
HSL39°10.94%25.10%
HSB/HSV39°19.72%27.84%
CMYK0.00%7.04%19.72%
72.16%

Color #474239 in popluar number systems.

HEX474239
Decimal716657
Binary10001111000010111001
Octal10710271

Shades and tints

Shades of #474239

#474239
(71,66,57)
#413C34
(65,60,52)
#3B362F
(59,54,47)
#35302A
(53,48,42)
#2F2A25
(47,42,37)
#292420
(41,36,32)
#231E1B
(35,30,27)
#1D1816
(29,24,22)
#171211
(23,18,17)
#110C0C
(17,12,12)
#0B0607
(11,6,7)
#000000
(0,0,0)

Tints of #474239

#474239
(71,66,57)
#57534B
(87,83,75)
#67645D
(103,100,93)
#77756F
(119,117,111)
#878681
(135,134,129)
#979793
(151,151,147)
#A7A8A5
(167,168,165)
#B7B9B7
(183,185,183)
#C7CAC9
(199,202,201)
#D7DBDB
(215,219,219)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474239 color. Also use rgb(71,66,57) instead hex code.

Text Font Color

.myTextColor { color: #474239; }

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

This text font color is #474239.


Background Color

.myBgColor { background-color: #474239; }

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

This div background color is #474239.


Border color

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

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

This div border color is #474239.


Opacity

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

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

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

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

This text has shadow with #474239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474239 on black background.


Color preview on white background

This text has color #474239 on white background.



Black color preview on #474239 background

This text has black color on #474239 background.


White color preview on #474239 background

This text has white color on #474239 background.