COLOR #5D472C

HEX: #5D472C
RGB: (93,71,44)

Color info

#5D472C contains red, green and blue colors in about the same proportion. Web safe color of #5D472C is #663333 (or #633).

RGB color model

#5D472C color RGB value is (93,71,44).

  • red value is 93;
  • green value is 71;
  • blue value is 44.
RGB:
(93,71,44)
(36%,28%,17%)

RGB channels and saturation

R 93 of 255 = 36%
G 71 of 255 = 28%
B 44 of 255 = 17%

93
71
44

R + G + B ~ 27%. #5D472C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 71 + 44 = 208 (100%)
R 93 of 208 ~ 44.71%
G 71 of 208 ~ 34.13%
B 44 of 208 ~ 21.15%

%44.71
%34.13
%21.15

CMYK color model

#5D472C color CMYK value is (0,24,53,64).

  • cyan value is 0.00%
  • magenta value is 23.66%
  • yellow value is 52.69%
  • key color value is 63.53%
CMYK:
(0,24,53,64)
C0M24Y53K64 
(0%,24%,53%,64%)
(0.00/0.24/0.53/0.64)	

CMYK percentages

%0
%23.66
%52.69
%63.53

Codes

Color #5D472C in popluar color models

5D472C
RGB937144
HSL33°35.77%26.86%
HSB/HSV33°52.69%36.47%
CMYK0.00%23.66%52.69%
63.53%

Color #5D472C in popluar number systems.

HEX5D472C
Decimal937144
Binary10111011000111101100
Octal13510754

Shades and tints

Shades of #5D472C

#5D472C
(93,71,44)
#554128
(85,65,40)
#4D3B24
(77,59,36)
#453520
(69,53,32)
#3D2F1C
(61,47,28)
#352918
(53,41,24)
#2D2314
(45,35,20)
#251D10
(37,29,16)
#1D170C
(29,23,12)
#151108
(21,17,8)
#0D0B04
(13,11,4)
#000000
(0,0,0)

Tints of #5D472C

#5D472C
(93,71,44)
#6B573F
(107,87,63)
#796752
(121,103,82)
#877765
(135,119,101)
#958778
(149,135,120)
#A3978B
(163,151,139)
#B1A79E
(177,167,158)
#BFB7B1
(191,183,177)
#CDC7C4
(205,199,196)
#DBD7D7
(219,215,215)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D472C color. Also use rgb(93,71,44) instead hex code.

Text Font Color

.myTextColor { color: #5D472C; }

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

This text font color is #5D472C.


Background Color

.myBgColor { background-color: #5D472C; }

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

This div background color is #5D472C.


Border color

.myBorderColor { border: 1px solid #5D472C; }

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

This div border color is #5D472C.


Opacity

.myOpacity80 { color: #5D472C; opacity: 0.8; }

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

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

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

This text has shadow with #5D472C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D472C on black background.


Color preview on white background

This text has color #5D472C on white background.



Black color preview on #5D472C background

This text has black color on #5D472C background.


White color preview on #5D472C background

This text has white color on #5D472C background.