COLOR #473D3E

HEX: #473D3E RGB: (71,61,62)

Color info

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

RGB color model

#473D3E color RGB value is (71,61,62).

RGB: (71,61,62) (28%, 24%, 24%)

RGB channels and saturation

R 71 of 255 = 28%
G 61 of 255 = 24%
B 62 of 255 = 24%

71
61
62

R + G + B ~ 25%. #473D3E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 61 + 62 = 194 (100%)
R 71 of 194 ~ 36.6%
G 61 of 194 ~ 31.44%
B 62 of 194 ~ 31.96'%

%36.6
%31.44
%31.96

CMYK color model

#473D3E color CMYK value is (0,14,13,72).

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

CMYK: (0,14,13,72)
C0M14Y13K72 (0%, 14%, 13%, 72%)
(0.00 / 0.14 / 0.13 / 0.72)

CMYK percentages

%0
%14.08
%12.68
%72.16

Codes

Color #473D3E in popluar color models

47 3D 3E
RGB 71 61 62
HSL 354° 7.58% 25.88%
HSB/HSV 354° 14.08% 27.84%
CMYK 0.00% 14.08% 12.68%
72.16%

Color #473D3E in popluar number systems.

HEX 47 3D 3E
Decimal 71 61 62
Binary 1000111 111101 111110
Octal 107 75 76

Shades and tints

Shades of #473D3E

#473D3E
(71,61,62)
#413839
(65,56,57)
#3B3334
(59,51,52)
#352E2F
(53,46,47)
#2F292A
(47,41,42)
#292425
(41,36,37)
#231F20
(35,31,32)
#1D1A1B
(29,26,27)
#171516
(23,21,22)
#111011
(17,16,17)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #473D3E

#473D3E
(71,61,62)
#574E4F
(87,78,79)
#675F60
(103,95,96)
#777071
(119,112,113)
#878182
(135,129,130)
#979293
(151,146,147)
#A7A3A4
(167,163,164)
#B7B4B5
(183,180,181)
#C7C5C6
(199,197,198)
#D7D6D7
(215,214,215)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473D3E; }

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

This text font color is #473D3E.

Background Color

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

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

This div background color is #473D3E.

Border color

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

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

This div border color is #473D3E.

Opacity

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

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

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

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

This text has shadow with #473D3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473D3E.

Preview

Color preview on black background

This text has color #473D3E on black background.


Color preview on white background

This text has color #473D3E on white background.


Black color preview on #473D3E background

This text has black color on #473D3E background.


White color preview on #473D3E background

This text has white color on #473D3E background.


Related colors

Complementary color

Complementary color for #hex is #B8C2C1.


I love getcolorcode.com

Triadic colors

1 #3E473D and #3D3E47 with #473D3E are triadic colors.

2 #3E3D47 and #3D473E with #473D3E are triadic colors.