COLOR #473939

HEX: #473939
RGB: (71,57,57)

Color info

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

RGB color model

#473939 color RGB value is (71,57,57).

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

RGB channels and saturation

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

71
57
57

R + G + B ~ 24%. #473939 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 57 + 57 = 185 (100%)
R 71 of 185 ~ 38.38%
G 57 of 185 ~ 30.81%
B 57 of 185 ~ 30.81%

%38.38
%30.81
%30.81

CMYK color model

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

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

CMYK percentages

%0
%19.72
%19.72
%72.16

Codes

Color #473939 in popluar color models

473939
RGB715757
HSL10.94%25.10%
HSB/HSV19.72%27.84%
CMYK0.00%19.72%19.72%
72.16%

Color #473939 in popluar number systems.

HEX473939
Decimal715757
Binary1000111111001111001
Octal1077171

Shades and tints

Shades of #473939

#473939
(71,57,57)
#413434
(65,52,52)
#3B2F2F
(59,47,47)
#352A2A
(53,42,42)
#2F2525
(47,37,37)
#292020
(41,32,32)
#231B1B
(35,27,27)
#1D1616
(29,22,22)
#171111
(23,17,17)
#110C0C
(17,12,12)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #473939

#473939
(71,57,57)
#574B4B
(87,75,75)
#675D5D
(103,93,93)
#776F6F
(119,111,111)
#878181
(135,129,129)
#979393
(151,147,147)
#A7A5A5
(167,165,165)
#B7B7B7
(183,183,183)
#C7C9C9
(199,201,201)
#D7DBDB
(215,219,219)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473939; }

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

This text font color is #473939.


Background Color

.myBgColor { background-color: #473939; }

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

This div background color is #473939.


Border color

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

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

This div border color is #473939.


Opacity

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

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

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

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

This text has shadow with #473939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473939 on black background.


Color preview on white background

This text has color #473939 on white background.



Black color preview on #473939 background

This text has black color on #473939 background.


White color preview on #473939 background

This text has white color on #473939 background.