COLOR #5D473B

HEX: #5D473B
RGB: (93,71,59)

Color info

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

RGB color model

#5D473B color RGB value is (93,71,59).

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

RGB channels and saturation

R 93 of 255 = 36%
G 71 of 255 = 28%
B 59 of 255 = 23%

93
71
59

R + G + B ~ 29%. #5D473B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 71 + 59 = 223 (100%)
R 93 of 223 ~ 41.7%
G 71 of 223 ~ 31.84%
B 59 of 223 ~ 26.46%

%41.7
%31.84
%26.46

CMYK color model

#5D473B color CMYK value is (0,24,37,64).

  • cyan value is 0.00%
  • magenta value is 23.66%
  • yellow value is 36.56%
  • key color value is 63.53%
CMYK:
(0,24,37,64)
C0M24Y37K64 
(0%,24%,37%,64%)
(0.00/0.24/0.37/0.64)	

CMYK percentages

%0
%23.66
%36.56
%63.53

Codes

Color #5D473B in popluar color models

5D473B
RGB937159
HSL21°22.37%29.80%
HSB/HSV21°36.56%36.47%
CMYK0.00%23.66%36.56%
63.53%

Color #5D473B in popluar number systems.

HEX5D473B
Decimal937159
Binary10111011000111111011
Octal13510773

Shades and tints

Shades of #5D473B

#5D473B
(93,71,59)
#554136
(85,65,54)
#4D3B31
(77,59,49)
#45352C
(69,53,44)
#3D2F27
(61,47,39)
#352922
(53,41,34)
#2D231D
(45,35,29)
#251D18
(37,29,24)
#1D1713
(29,23,19)
#15110E
(21,17,14)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #5D473B

#5D473B
(93,71,59)
#6B574C
(107,87,76)
#79675D
(121,103,93)
#87776E
(135,119,110)
#95877F
(149,135,127)
#A39790
(163,151,144)
#B1A7A1
(177,167,161)
#BFB7B2
(191,183,178)
#CDC7C3
(205,199,195)
#DBD7D4
(219,215,212)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D473B; }

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

This text font color is #5D473B.


Background Color

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

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

This div background color is #5D473B.


Border color

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

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

This div border color is #5D473B.


Opacity

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

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

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

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

This text has shadow with #5D473B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D473B on black background.


Color preview on white background

This text has color #5D473B on white background.



Black color preview on #5D473B background

This text has black color on #5D473B background.


White color preview on #5D473B background

This text has white color on #5D473B background.