COLOR #5D373F

HEX: #5D373F
RGB: (93,55,63)

Color info

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

RGB color model

#5D373F color RGB value is (93,55,63).

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

RGB channels and saturation

R 93 of 255 = 36%
G 55 of 255 = 22%
B 63 of 255 = 25%

93
55
63

R + G + B ~ 28%. #5D373F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 55 + 63 = 211 (100%)
R 93 of 211 ~ 44.08%
G 55 of 211 ~ 26.07%
B 63 of 211 ~ 29.86%

%44.08
%26.07
%29.86

CMYK color model

#5D373F color CMYK value is (0,41,32,64).

  • cyan value is 0.00%
  • magenta value is 40.86%
  • yellow value is 32.26%
  • key color value is 63.53%
CMYK:
(0,41,32,64)
C0M41Y32K64 
(0%,41%,32%,64%)
(0.00/0.41/0.32/0.64)	

CMYK percentages

%0
%40.86
%32.26
%63.53

Codes

Color #5D373F in popluar color models

5D373F
RGB935563
HSL347°25.68%29.02%
HSB/HSV347°40.86%36.47%
CMYK0.00%40.86%32.26%
63.53%

Color #5D373F in popluar number systems.

HEX5D373F
Decimal935563
Binary1011101110111111111
Octal1356777

Shades and tints

Shades of #5D373F

#5D373F
(93,55,63)
#55323A
(85,50,58)
#4D2D35
(77,45,53)
#452830
(69,40,48)
#3D232B
(61,35,43)
#351E26
(53,30,38)
#2D1921
(45,25,33)
#25141C
(37,20,28)
#1D0F17
(29,15,23)
#150A12
(21,10,18)
#0D050D
(13,5,13)
#000000
(0,0,0)

Tints of #5D373F

#5D373F
(93,55,63)
#6B4950
(107,73,80)
#795B61
(121,91,97)
#876D72
(135,109,114)
#957F83
(149,127,131)
#A39194
(163,145,148)
#B1A3A5
(177,163,165)
#BFB5B6
(191,181,182)
#CDC7C7
(205,199,199)
#DBD9D8
(219,217,216)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D373F; }

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

This text font color is #5D373F.


Background Color

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

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

This div background color is #5D373F.


Border color

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

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

This div border color is #5D373F.


Opacity

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

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

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

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

This text has shadow with #5D373F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D373F on black background.


Color preview on white background

This text has color #5D373F on white background.



Black color preview on #5D373F background

This text has black color on #5D373F background.


White color preview on #5D373F background

This text has white color on #5D373F background.