COLOR #473F27

HEX: #473F27 RGB: (71,63,39)

Color info

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

RGB color model

#473F27 color RGB value is (71,63,39).

RGB: (71,63,39) (28%, 25%, 15%)

RGB channels and saturation

R 71 of 255 = 28%
G 63 of 255 = 25%
B 39 of 255 = 15%

71
63
39

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

Portions of RGB colors in percentages

R + G + B = 71 + 63 + 39 = 173 (100%)
R 71 of 173 ~ 41.04%
G 63 of 173 ~ 36.42%
B 39 of 173 ~ 22.54'%

%41.04
%36.42
%22.54

CMYK color model

#473F27 color CMYK value is (0,11,45,72).

  • cyan value is 0.00%
  • magenta value is 11.27%
  • yellow value is 45.07%
  • key color value is 72.16%
CMYK: (0,11,45,72) C0M11Y45K72 (0%,11%,45%,72%) (0.00/0.11/0.45/0.72) 

CMYK percentages

%0
%11.27
%45.07
%72.16

Codes

Color #473F27 in popluar color models

47 3F 27
RGB 71 63 39
HSL 45° 29.09% 21.57%
HSB/HSV 45° 45.07% 27.84%
CMYK 0.00% 11.27% 45.07%
72.16%

Color #473F27 in popluar number systems.

HEX 47 3F 27
Decimal 71 63 39
Binary 1000111 111111 100111
Octal 107 77 47

Shades and tints

Shades of #473F27

#473F27
(71,63,39)
#413A24
(65,58,36)
#3B3521
(59,53,33)
#35301E
(53,48,30)
#2F2B1B
(47,43,27)
#292618
(41,38,24)
#232115
(35,33,21)
#1D1C12
(29,28,18)
#17170F
(23,23,15)
#11120C
(17,18,12)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #473F27

#473F27
(71,63,39)
#57503A
(87,80,58)
#67614D
(103,97,77)
#777260
(119,114,96)
#878373
(135,131,115)
#979486
(151,148,134)
#A7A599
(167,165,153)
#B7B6AC
(183,182,172)
#C7C7BF
(199,199,191)
#D7D8D2
(215,216,210)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473F27; }

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

This text font color is #473F27.

Background Color

.myBgColor { background-color: #473F27; }

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

This div background color is #473F27.

Border color

.myBorderColor { border: 1px solid #473F27; }

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

This div border color is #473F27.

Opacity

.myOpacity80 { color: #473F27; opacity: 0.8; }

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

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

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

This text has shadow with #473F27 color.


.textShadow {text-shadow: 3px 3px 1px #473F27', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #473F27; -webkit-box-shadow: 1px 1px 3px 2px #473F27; box-shadow:1px 1px 3px 2px #473F27;">
Div content here
</div>

This div box has shadow with color #473F27.

Preview

Color preview on black background

This text has color #473F27 on black background.


Color preview on white background

This text has color #473F27 on white background.


Black color preview on #473F27 background

This text has black color on #473F27 background.


White color preview on #473F27 background

This text has white color on #473F27 background.


Related colors

Complementary color

Complementary color for #hex is #B8C0D8.


I love getcolorcode.com

Triadic colors

1 #27473F and #3F2747 with #473F27 are triadic colors.

2 #273F47 and #3F4727 with #473F27 are triadic colors.