COLOR #5D2311

HEX: #5D2311
RGB: (93,35,17)

Color info

#5D2311 contains mainly red and green colors. Web safe color of #5D2311 is #663300 (or #630).

RGB color model

#5D2311 color RGB value is (93,35,17).

  • red value is 93;
  • green value is 35;
  • blue value is 17.
RGB:
(93,35,17)
(36%,14%,7%)

RGB channels and saturation

R 93 of 255 = 36%
G 35 of 255 = 14%
B 17 of 255 = 7%

93
35
17

R + G + B ~ 19%. #5D2311 is dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 35 + 17 = 145 (100%)
R 93 of 145 ~ 64.14%
G 35 of 145 ~ 24.14%
B 17 of 145 ~ 11.72%

%64.14
%24.14
%11.72

CMYK color model

#5D2311 color CMYK value is (0,62,82,64).

  • cyan value is 0.00%
  • magenta value is 62.37%
  • yellow value is 81.72%
  • key color value is 63.53%
CMYK:
(0,62,82,64)
C0M62Y82K64 
(0%,62%,82%,64%)
(0.00/0.62/0.82/0.64)	

CMYK percentages

%0
%62.37
%81.72
%63.53

Codes

Color #5D2311 in popluar color models

5D2311
RGB933517
HSL14°69.09%21.57%
HSB/HSV14°81.72%36.47%
CMYK0.00%62.37%81.72%
63.53%

Color #5D2311 in popluar number systems.

HEX5D2311
Decimal933517
Binary101110110001110001
Octal1354321

Shades and tints

Shades of #5D2311

#5D2311
(93,35,17)
#552010
(85,32,16)
#4D1D0F
(77,29,15)
#451A0E
(69,26,14)
#3D170D
(61,23,13)
#35140C
(53,20,12)
#2D110B
(45,17,11)
#250E0A
(37,14,10)
#1D0B09
(29,11,9)
#150808
(21,8,8)
#0D0507
(13,5,7)
#000000
(0,0,0)

Tints of #5D2311

#5D2311
(93,35,17)
#6B3726
(107,55,38)
#794B3B
(121,75,59)
#875F50
(135,95,80)
#957365
(149,115,101)
#A3877A
(163,135,122)
#B19B8F
(177,155,143)
#BFAFA4
(191,175,164)
#CDC3B9
(205,195,185)
#DBD7CE
(219,215,206)
#E9EBE3
(233,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D2311 color. Also use rgb(93,35,17) instead hex code.

Text Font Color

.myTextColor { color: #5D2311; }

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

This text font color is #5D2311.


Background Color

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

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

This div background color is #5D2311.


Border color

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

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

This div border color is #5D2311.


Opacity

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

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

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

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

This text has shadow with #5D2311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D2311 on black background.


Color preview on white background

This text has color #5D2311 on white background.



Black color preview on #5D2311 background

This text has black color on #5D2311 background.


White color preview on #5D2311 background

This text has white color on #5D2311 background.