COLOR #474839

HEX: #474839
RGB: (71,72,57)

Color info

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

RGB color model

#474839 color RGB value is (71,72,57).

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

RGB channels and saturation

R 71 of 255 = 28%
G 72 of 255 = 28%
B 57 of 255 = 22%

71
72
57

R + G + B ~ 26%. #474839 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 72 + 57 = 200 (100%)
R 71 of 200 ~ 35.5%
G 72 of 200 ~ 36%
B 57 of 200 ~ 28.5%

%35.5
%36
%28.5

CMYK color model

#474839 color CMYK value is (1,0,21,72).

  • cyan value is 1.39%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 71.76%
CMYK:
(1,0,21,72)
C1M0Y21K72 
(1%,0%,21%,72%)
(0.01/0.00/0.21/0.72)	

CMYK percentages

%1.39
%0
%20.83
%71.76

Codes

Color #474839 in popluar color models

474839
RGB717257
HSL64°11.63%25.29%
HSB/HSV64°20.83%28.24%
CMYK1.39%0.00%20.83%
71.76%

Color #474839 in popluar number systems.

HEX474839
Decimal717257
Binary10001111001000111001
Octal10711071

Shades and tints

Shades of #474839

#474839
(71,72,57)
#414234
(65,66,52)
#3B3C2F
(59,60,47)
#35362A
(53,54,42)
#2F3025
(47,48,37)
#292A20
(41,42,32)
#23241B
(35,36,27)
#1D1E16
(29,30,22)
#171811
(23,24,17)
#11120C
(17,18,12)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #474839

#474839
(71,72,57)
#57584B
(87,88,75)
#67685D
(103,104,93)
#77786F
(119,120,111)
#878881
(135,136,129)
#979893
(151,152,147)
#A7A8A5
(167,168,165)
#B7B8B7
(183,184,183)
#C7C8C9
(199,200,201)
#D7D8DB
(215,216,219)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474839; }

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

This text font color is #474839.


Background Color

.myBgColor { background-color: #474839; }

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

This div background color is #474839.


Border color

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

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

This div border color is #474839.


Opacity

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

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

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

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

This text has shadow with #474839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474839 on black background.


Color preview on white background

This text has color #474839 on white background.



Black color preview on #474839 background

This text has black color on #474839 background.


White color preview on #474839 background

This text has white color on #474839 background.