COLOR #5D3439

HEX: #5D3439
RGB: (93,52,57)

Color info

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

RGB color model

#5D3439 color RGB value is (93,52,57).

  • red value is 93;
  • green value is 52;
  • blue value is 57.
RGB:
(93,52,57)
(36%,20%,22%)

RGB channels and saturation

R 93 of 255 = 36%
G 52 of 255 = 20%
B 57 of 255 = 22%

93
52
57

R + G + B ~ 26%. #5D3439 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 52 + 57 = 202 (100%)
R 93 of 202 ~ 46.04%
G 52 of 202 ~ 25.74%
B 57 of 202 ~ 28.22%

%46.04
%25.74
%28.22

CMYK color model

#5D3439 color CMYK value is (0,44,39,64).

  • cyan value is 0.00%
  • magenta value is 44.09%
  • yellow value is 38.71%
  • key color value is 63.53%
CMYK:
(0,44,39,64)
C0M44Y39K64 
(0%,44%,39%,64%)
(0.00/0.44/0.39/0.64)	

CMYK percentages

%0
%44.09
%38.71
%63.53

Codes

Color #5D3439 in popluar color models

5D3439
RGB935257
HSL353°28.28%28.43%
HSB/HSV353°44.09%36.47%
CMYK0.00%44.09%38.71%
63.53%

Color #5D3439 in popluar number systems.

HEX5D3439
Decimal935257
Binary1011101110100111001
Octal1356471

Shades and tints

Shades of #5D3439

#5D3439
(93,52,57)
#553034
(85,48,52)
#4D2C2F
(77,44,47)
#45282A
(69,40,42)
#3D2425
(61,36,37)
#352020
(53,32,32)
#2D1C1B
(45,28,27)
#251816
(37,24,22)
#1D1411
(29,20,17)
#15100C
(21,16,12)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #5D3439

#5D3439
(93,52,57)
#6B464B
(107,70,75)
#79585D
(121,88,93)
#876A6F
(135,106,111)
#957C81
(149,124,129)
#A38E93
(163,142,147)
#B1A0A5
(177,160,165)
#BFB2B7
(191,178,183)
#CDC4C9
(205,196,201)
#DBD6DB
(219,214,219)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3439 color. Also use rgb(93,52,57) instead hex code.

Text Font Color

.myTextColor { color: #5D3439; }

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

This text font color is #5D3439.


Background Color

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

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

This div background color is #5D3439.


Border color

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

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

This div border color is #5D3439.


Opacity

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

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

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

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

This text has shadow with #5D3439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3439 on black background.


Color preview on white background

This text has color #5D3439 on white background.



Black color preview on #5D3439 background

This text has black color on #5D3439 background.


White color preview on #5D3439 background

This text has white color on #5D3439 background.