COLOR #5D2C37

HEX: #5D2C37
RGB: (93,44,55)

Color info

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

RGB color model

#5D2C37 color RGB value is (93,44,55).

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

RGB channels and saturation

R 93 of 255 = 36%
G 44 of 255 = 17%
B 55 of 255 = 22%

93
44
55

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

Portions of RGB colors in percentages

R + G + B =
93 + 44 + 55 = 192 (100%)
R 93 of 192 ~ 48.44%
G 44 of 192 ~ 22.92%
B 55 of 192 ~ 28.65%

%48.44
%22.92
%28.65

CMYK color model

#5D2C37 color CMYK value is (0,53,41,64).

  • cyan value is 0.00%
  • magenta value is 52.69%
  • yellow value is 40.86%
  • key color value is 63.53%
CMYK:
(0,53,41,64)
C0M53Y41K64 
(0%,53%,41%,64%)
(0.00/0.53/0.41/0.64)	

CMYK percentages

%0
%52.69
%40.86
%63.53

Codes

Color #5D2C37 in popluar color models

5D2C37
RGB934455
HSL347°35.77%26.86%
HSB/HSV347°52.69%36.47%
CMYK0.00%52.69%40.86%
63.53%

Color #5D2C37 in popluar number systems.

HEX5D2C37
Decimal934455
Binary1011101101100110111
Octal1355467

Shades and tints

Shades of #5D2C37

#5D2C37
(93,44,55)
#552832
(85,40,50)
#4D242D
(77,36,45)
#452028
(69,32,40)
#3D1C23
(61,28,35)
#35181E
(53,24,30)
#2D1419
(45,20,25)
#251014
(37,16,20)
#1D0C0F
(29,12,15)
#15080A
(21,8,10)
#0D0405
(13,4,5)
#000000
(0,0,0)

Tints of #5D2C37

#5D2C37
(93,44,55)
#6B3F49
(107,63,73)
#79525B
(121,82,91)
#87656D
(135,101,109)
#95787F
(149,120,127)
#A38B91
(163,139,145)
#B19EA3
(177,158,163)
#BFB1B5
(191,177,181)
#CDC4C7
(205,196,199)
#DBD7D9
(219,215,217)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D2C37; }

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

This text font color is #5D2C37.


Background Color

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

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

This div background color is #5D2C37.


Border color

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

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

This div border color is #5D2C37.


Opacity

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

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

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

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

This text has shadow with #5D2C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D2C37 on black background.


Color preview on white background

This text has color #5D2C37 on white background.



Black color preview on #5D2C37 background

This text has black color on #5D2C37 background.


White color preview on #5D2C37 background

This text has white color on #5D2C37 background.