COLOR #5D2223

HEX: #5D2223
RGB: (93,34,35)

Color info

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

RGB color model

#5D2223 color RGB value is (93,34,35).

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

RGB channels and saturation

R 93 of 255 = 36%
G 34 of 255 = 13%
B 35 of 255 = 14%

93
34
35

R + G + B ~ 21%. #5D2223 is dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 34 + 35 = 162 (100%)
R 93 of 162 ~ 57.41%
G 34 of 162 ~ 20.99%
B 35 of 162 ~ 21.6%

%57.41
%20.99
%21.6

CMYK color model

#5D2223 color CMYK value is (0,63,62,64).

  • cyan value is 0.00%
  • magenta value is 63.44%
  • yellow value is 62.37%
  • key color value is 63.53%
CMYK:
(0,63,62,64)
C0M63Y62K64 
(0%,63%,62%,64%)
(0.00/0.63/0.62/0.64)	

CMYK percentages

%0
%63.44
%62.37
%63.53

Codes

Color #5D2223 in popluar color models

5D2223
RGB933435
HSL359°46.46%24.90%
HSB/HSV359°63.44%36.47%
CMYK0.00%63.44%62.37%
63.53%

Color #5D2223 in popluar number systems.

HEX5D2223
Decimal933435
Binary1011101100010100011
Octal1354243

Shades and tints

Shades of #5D2223

#5D2223
(93,34,35)
#551F20
(85,31,32)
#4D1C1D
(77,28,29)
#45191A
(69,25,26)
#3D1617
(61,22,23)
#351314
(53,19,20)
#2D1011
(45,16,17)
#250D0E
(37,13,14)
#1D0A0B
(29,10,11)
#150708
(21,7,8)
#0D0405
(13,4,5)
#000000
(0,0,0)

Tints of #5D2223

#5D2223
(93,34,35)
#6B3637
(107,54,55)
#794A4B
(121,74,75)
#875E5F
(135,94,95)
#957273
(149,114,115)
#A38687
(163,134,135)
#B19A9B
(177,154,155)
#BFAEAF
(191,174,175)
#CDC2C3
(205,194,195)
#DBD6D7
(219,214,215)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D2223; }

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

This text font color is #5D2223.


Background Color

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

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

This div background color is #5D2223.


Border color

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

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

This div border color is #5D2223.


Opacity

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

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

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

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

This text has shadow with #5D2223 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D2223 on black background.


Color preview on white background

This text has color #5D2223 on white background.



Black color preview on #5D2223 background

This text has black color on #5D2223 background.


White color preview on #5D2223 background

This text has white color on #5D2223 background.