COLOR #5D333F

HEX: #5D333F
RGB: (93,51,63)

Color info

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

RGB color model

#5D333F color RGB value is (93,51,63).

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

RGB channels and saturation

R 93 of 255 = 36%
G 51 of 255 = 20%
B 63 of 255 = 25%

93
51
63

R + G + B ~ 27%. #5D333F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 51 + 63 = 207 (100%)
R 93 of 207 ~ 44.93%
G 51 of 207 ~ 24.64%
B 63 of 207 ~ 30.43%

%44.93
%24.64
%30.43

CMYK color model

#5D333F color CMYK value is (0,45,32,64).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 32.26%
  • key color value is 63.53%
CMYK:
(0,45,32,64)
C0M45Y32K64 
(0%,45%,32%,64%)
(0.00/0.45/0.32/0.64)	

CMYK percentages

%0
%45.16
%32.26
%63.53

Codes

Color #5D333F in popluar color models

5D333F
RGB935163
HSL343°29.17%28.24%
HSB/HSV343°45.16%36.47%
CMYK0.00%45.16%32.26%
63.53%

Color #5D333F in popluar number systems.

HEX5D333F
Decimal935163
Binary1011101110011111111
Octal1356377

Shades and tints

Shades of #5D333F

#5D333F
(93,51,63)
#552F3A
(85,47,58)
#4D2B35
(77,43,53)
#452730
(69,39,48)
#3D232B
(61,35,43)
#351F26
(53,31,38)
#2D1B21
(45,27,33)
#25171C
(37,23,28)
#1D1317
(29,19,23)
#150F12
(21,15,18)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #5D333F

#5D333F
(93,51,63)
#6B4550
(107,69,80)
#795761
(121,87,97)
#876972
(135,105,114)
#957B83
(149,123,131)
#A38D94
(163,141,148)
#B19FA5
(177,159,165)
#BFB1B6
(191,177,182)
#CDC3C7
(205,195,199)
#DBD5D8
(219,213,216)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D333F; }

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

This text font color is #5D333F.


Background Color

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

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

This div background color is #5D333F.


Border color

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

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

This div border color is #5D333F.


Opacity

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

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

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

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

This text has shadow with #5D333F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D333F on black background.


Color preview on white background

This text has color #5D333F on white background.



Black color preview on #5D333F background

This text has black color on #5D333F background.


White color preview on #5D333F background

This text has white color on #5D333F background.