COLOR #473127

HEX: #473127
RGB: (71,49,39)

Color info

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

RGB color model

#473127 color RGB value is (71,49,39).

  • red value is 71;
  • green value is 49;
  • blue value is 39.
RGB:
(71,49,39)
(28%,19%,15%)

RGB channels and saturation

R 71 of 255 = 28%
G 49 of 255 = 19%
B 39 of 255 = 15%

71
49
39

R + G + B ~ 21%. #473127 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 49 + 39 = 159 (100%)
R 71 of 159 ~ 44.65%
G 49 of 159 ~ 30.82%
B 39 of 159 ~ 24.53%

%44.65
%30.82
%24.53

CMYK color model

#473127 color CMYK value is (0,31,45,72).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 45.07%
  • key color value is 72.16%
CMYK:
(0,31,45,72)
C0M31Y45K72 
(0%,31%,45%,72%)
(0.00/0.31/0.45/0.72)	

CMYK percentages

%0
%30.99
%45.07
%72.16

Codes

Color #473127 in popluar color models

473127
RGB714939
HSL19°29.09%21.57%
HSB/HSV19°45.07%27.84%
CMYK0.00%30.99%45.07%
72.16%

Color #473127 in popluar number systems.

HEX473127
Decimal714939
Binary1000111110001100111
Octal1076147

Shades and tints

Shades of #473127

#473127
(71,49,39)
#412D24
(65,45,36)
#3B2921
(59,41,33)
#35251E
(53,37,30)
#2F211B
(47,33,27)
#291D18
(41,29,24)
#231915
(35,25,21)
#1D1512
(29,21,18)
#17110F
(23,17,15)
#110D0C
(17,13,12)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #473127

#473127
(71,49,39)
#57433A
(87,67,58)
#67554D
(103,85,77)
#776760
(119,103,96)
#877973
(135,121,115)
#978B86
(151,139,134)
#A79D99
(167,157,153)
#B7AFAC
(183,175,172)
#C7C1BF
(199,193,191)
#D7D3D2
(215,211,210)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473127; }

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

This text font color is #473127.


Background Color

.myBgColor { background-color: #473127; }

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

This div background color is #473127.


Border color

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

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

This div border color is #473127.


Opacity

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

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

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

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

This text has shadow with #473127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473127 on black background.


Color preview on white background

This text has color #473127 on white background.



Black color preview on #473127 background

This text has black color on #473127 background.


White color preview on #473127 background

This text has white color on #473127 background.