COLOR #473D25

HEX: #473D25 RGB: (71,61,37)

Color info

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

RGB color model

#473D25 color RGB value is (71,61,37).

RGB: (71,61,37) (28%, 24%, 15%)

RGB channels and saturation

R 71 of 255 = 28%
G 61 of 255 = 24%
B 37 of 255 = 15%

71
61
37

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

Portions of RGB colors in percentages

R + G + B = 71 + 61 + 37 = 169 (100%)
R 71 of 169 ~ 42.01%
G 61 of 169 ~ 36.09%
B 37 of 169 ~ 21.89'%

%42.01
%36.09
%21.89

CMYK color model

#473D25 color CMYK value is (0,14,48,72).

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

CMYK: (0,14,48,72)
C0M14Y48K72 (0%, 14%, 48%, 72%)
(0.00 / 0.14 / 0.48 / 0.72)

CMYK percentages

%0
%14.08
%47.89
%72.16

Codes

Color #473D25 in popluar color models

47 3D 25
RGB 71 61 37
HSL 42° 31.48% 21.18%
HSB/HSV 42° 47.89% 27.84%
CMYK 0.00% 14.08% 47.89%
72.16%

Color #473D25 in popluar number systems.

HEX 47 3D 25
Decimal 71 61 37
Binary 1000111 111101 100101
Octal 107 75 45

Shades and tints

Shades of #473D25

#473D25
(71,61,37)
#413822
(65,56,34)
#3B331F
(59,51,31)
#352E1C
(53,46,28)
#2F2919
(47,41,25)
#292416
(41,36,22)
#231F13
(35,31,19)
#1D1A10
(29,26,16)
#17150D
(23,21,13)
#11100A
(17,16,10)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #473D25

#473D25
(71,61,37)
#574E38
(87,78,56)
#675F4B
(103,95,75)
#77705E
(119,112,94)
#878171
(135,129,113)
#979284
(151,146,132)
#A7A397
(167,163,151)
#B7B4AA
(183,180,170)
#C7C5BD
(199,197,189)
#D7D6D0
(215,214,208)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473D25; }

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

This text font color is #473D25.

Background Color

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

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

This div background color is #473D25.

Border color

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

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

This div border color is #473D25.

Opacity

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

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

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

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

This text has shadow with #473D25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473D25.

Preview

Color preview on black background

This text has color #473D25 on black background.


Color preview on white background

This text has color #473D25 on white background.


Black color preview on #473D25 background

This text has black color on #473D25 background.


White color preview on #473D25 background

This text has white color on #473D25 background.


Related colors

Complementary color

Complementary color for #hex is #B8C2DA.


I love getcolorcode.com

Triadic colors

1 #25473D and #3D2547 with #473D25 are triadic colors.

2 #253D47 and #3D4725 with #473D25 are triadic colors.