COLOR #5D5213

HEX: #5D5213
RGB: (93,82,19)

Color info

#5D5213 contains mainly red and green colors. Web safe color of #5D5213 is #666600 (or #660).

RGB color model

#5D5213 color RGB value is (93,82,19).

  • red value is 93;
  • green value is 82;
  • blue value is 19.
RGB:
(93,82,19)
(36%,32%,7%)

RGB channels and saturation

R 93 of 255 = 36%
G 82 of 255 = 32%
B 19 of 255 = 7%

93
82
19

R + G + B ~ 25%. #5D5213 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 82 + 19 = 194 (100%)
R 93 of 194 ~ 47.94%
G 82 of 194 ~ 42.27%
B 19 of 194 ~ 9.79%

%47.94
%42.27
%9.79

CMYK color model

#5D5213 color CMYK value is (0,12,80,64).

  • cyan value is 0.00%
  • magenta value is 11.83%
  • yellow value is 79.57%
  • key color value is 63.53%
CMYK:
(0,12,80,64)
C0M12Y80K64 
(0%,12%,80%,64%)
(0.00/0.12/0.80/0.64)	

CMYK percentages

%0
%11.83
%79.57
%63.53

Codes

Color #5D5213 in popluar color models

5D5213
RGB938219
HSL51°66.07%21.96%
HSB/HSV51°79.57%36.47%
CMYK0.00%11.83%79.57%
63.53%

Color #5D5213 in popluar number systems.

HEX5D5213
Decimal938219
Binary1011101101001010011
Octal13512223

Shades and tints

Shades of #5D5213

#5D5213
(93,82,19)
#554B12
(85,75,18)
#4D4411
(77,68,17)
#453D10
(69,61,16)
#3D360F
(61,54,15)
#352F0E
(53,47,14)
#2D280D
(45,40,13)
#25210C
(37,33,12)
#1D1A0B
(29,26,11)
#15130A
(21,19,10)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #5D5213

#5D5213
(93,82,19)
#6B6128
(107,97,40)
#79703D
(121,112,61)
#877F52
(135,127,82)
#958E67
(149,142,103)
#A39D7C
(163,157,124)
#B1AC91
(177,172,145)
#BFBBA6
(191,187,166)
#CDCABB
(205,202,187)
#DBD9D0
(219,217,208)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5213 color. Also use rgb(93,82,19) instead hex code.

Text Font Color

.myTextColor { color: #5D5213; }

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

This text font color is #5D5213.


Background Color

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

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

This div background color is #5D5213.


Border color

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

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

This div border color is #5D5213.


Opacity

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

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

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

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

This text has shadow with #5D5213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5213 on black background.


Color preview on white background

This text has color #5D5213 on white background.



Black color preview on #5D5213 background

This text has black color on #5D5213 background.


White color preview on #5D5213 background

This text has white color on #5D5213 background.