COLOR #473934

HEX: #473934
RGB: (71,57,52)

Color info

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

RGB color model

#473934 color RGB value is (71,57,52).

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

RGB channels and saturation

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

71
57
52

R + G + B ~ 23%. #473934 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 57 + 52 = 180 (100%)
R 71 of 180 ~ 39.44%
G 57 of 180 ~ 31.67%
B 52 of 180 ~ 28.89%

%39.44
%31.67
%28.89

CMYK color model

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

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

CMYK percentages

%0
%19.72
%26.76
%72.16

Codes

Color #473934 in popluar color models

473934
RGB715752
HSL16°15.45%24.12%
HSB/HSV16°26.76%27.84%
CMYK0.00%19.72%26.76%
72.16%

Color #473934 in popluar number systems.

HEX473934
Decimal715752
Binary1000111111001110100
Octal1077164

Shades and tints

Shades of #473934

#473934
(71,57,52)
#413430
(65,52,48)
#3B2F2C
(59,47,44)
#352A28
(53,42,40)
#2F2524
(47,37,36)
#292020
(41,32,32)
#231B1C
(35,27,28)
#1D1618
(29,22,24)
#171114
(23,17,20)
#110C10
(17,12,16)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #473934

#473934
(71,57,52)
#574B46
(87,75,70)
#675D58
(103,93,88)
#776F6A
(119,111,106)
#87817C
(135,129,124)
#97938E
(151,147,142)
#A7A5A0
(167,165,160)
#B7B7B2
(183,183,178)
#C7C9C4
(199,201,196)
#D7DBD6
(215,219,214)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473934; }

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

This text font color is #473934.


Background Color

.myBgColor { background-color: #473934; }

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

This div background color is #473934.


Border color

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

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

This div border color is #473934.


Opacity

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

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

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

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

This text has shadow with #473934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473934 on black background.


Color preview on white background

This text has color #473934 on white background.



Black color preview on #473934 background

This text has black color on #473934 background.


White color preview on #473934 background

This text has white color on #473934 background.