COLOR #473E27

HEX: #473E27 RGB: (71,62,39)

Color info

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

RGB color model

#473E27 color RGB value is (71,62,39).

RGB: (71,62,39) (28%, 24%, 15%)

RGB channels and saturation

R 71 of 255 = 28%
G 62 of 255 = 24%
B 39 of 255 = 15%

71
62
39

R + G + B ~ 22%. #473E27 is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 62 + 39 = 172 (100%)
R 71 of 172 ~ 41.28%
G 62 of 172 ~ 36.05%
B 39 of 172 ~ 22.67'%

%41.28
%36.05
%22.67

CMYK color model

#473E27 color CMYK value is (0,13,45,72).

  • cyan value is 0.00%
  • magenta value is 12.68%
  • yellow value is 45.07%
  • key color value is 72.16%

CMYK: (0,13,45,72)
C0M13Y45K72 (0%, 13%, 45%, 72%)
(0.00 / 0.13 / 0.45 / 0.72)

CMYK percentages

%0
%12.68
%45.07
%72.16

Codes

Color #473E27 in popluar color models

47 3E 27
RGB 71 62 39
HSL 43° 29.09% 21.57%
HSB/HSV 43° 45.07% 27.84%
CMYK 0.00% 12.68% 45.07%
72.16%

Color #473E27 in popluar number systems.

HEX 47 3E 27
Decimal 71 62 39
Binary 1000111 111110 100111
Octal 107 76 47

Shades and tints

Shades of #473E27

#473E27
(71,62,39)
#413924
(65,57,36)
#3B3421
(59,52,33)
#352F1E
(53,47,30)
#2F2A1B
(47,42,27)
#292518
(41,37,24)
#232015
(35,32,21)
#1D1B12
(29,27,18)
#17160F
(23,22,15)
#11110C
(17,17,12)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #473E27

#473E27
(71,62,39)
#574F3A
(87,79,58)
#67604D
(103,96,77)
#777160
(119,113,96)
#878273
(135,130,115)
#979386
(151,147,134)
#A7A499
(167,164,153)
#B7B5AC
(183,181,172)
#C7C6BF
(199,198,191)
#D7D7D2
(215,215,210)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473E27; }

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

This text font color is #473E27.

Background Color

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

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

This div background color is #473E27.

Border color

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

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

This div border color is #473E27.

Opacity

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

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

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

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

This text has shadow with #473E27 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473E27.

Preview

Color preview on black background

This text has color #473E27 on black background.


Color preview on white background

This text has color #473E27 on white background.


Black color preview on #473E27 background

This text has black color on #473E27 background.


White color preview on #473E27 background

This text has white color on #473E27 background.


Related colors

Complementary color

Complementary color for #hex is #B8C1D8.


I love getcolorcode.com

Triadic colors

1 #27473E and #3E2747 with #473E27 are triadic colors.

2 #273E47 and #3E4727 with #473E27 are triadic colors.