COLOR #473936

HEX: #473936
RGB: (71,57,54)

Color info

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

RGB color model

#473936 color RGB value is (71,57,54).

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

RGB channels and saturation

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

71
57
54

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

Portions of RGB colors in percentages

R + G + B =
71 + 57 + 54 = 182 (100%)
R 71 of 182 ~ 39.01%
G 57 of 182 ~ 31.32%
B 54 of 182 ~ 29.67%

%39.01
%31.32
%29.67

CMYK color model

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

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

CMYK percentages

%0
%19.72
%23.94
%72.16

Codes

Color #473936 in popluar color models

473936
RGB715754
HSL11°13.60%24.51%
HSB/HSV11°23.94%27.84%
CMYK0.00%19.72%23.94%
72.16%

Color #473936 in popluar number systems.

HEX473936
Decimal715754
Binary1000111111001110110
Octal1077166

Shades and tints

Shades of #473936

#473936
(71,57,54)
#413432
(65,52,50)
#3B2F2E
(59,47,46)
#352A2A
(53,42,42)
#2F2526
(47,37,38)
#292022
(41,32,34)
#231B1E
(35,27,30)
#1D161A
(29,22,26)
#171116
(23,17,22)
#110C12
(17,12,18)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #473936

#473936
(71,57,54)
#574B48
(87,75,72)
#675D5A
(103,93,90)
#776F6C
(119,111,108)
#87817E
(135,129,126)
#979390
(151,147,144)
#A7A5A2
(167,165,162)
#B7B7B4
(183,183,180)
#C7C9C6
(199,201,198)
#D7DBD8
(215,219,216)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473936; }

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

This text font color is #473936.


Background Color

.myBgColor { background-color: #473936; }

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

This div background color is #473936.


Border color

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

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

This div border color is #473936.


Opacity

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

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

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

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

This text has shadow with #473936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473936 on black background.


Color preview on white background

This text has color #473936 on white background.



Black color preview on #473936 background

This text has black color on #473936 background.


White color preview on #473936 background

This text has white color on #473936 background.