COLOR #5D424B

HEX: #5D424B
RGB: (93,66,75)

Color info

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

RGB color model

#5D424B color RGB value is (93,66,75).

  • red value is 93;
  • green value is 66;
  • blue value is 75.
RGB:
(93,66,75)
(36%,26%,29%)

RGB channels and saturation

R 93 of 255 = 36%
G 66 of 255 = 26%
B 75 of 255 = 29%

93
66
75

R + G + B ~ 30%. #5D424B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 66 + 75 = 234 (100%)
R 93 of 234 ~ 39.74%
G 66 of 234 ~ 28.21%
B 75 of 234 ~ 32.05%

%39.74
%28.21
%32.05

CMYK color model

#5D424B color CMYK value is (0,29,19,64).

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 19.35%
  • key color value is 63.53%
CMYK:
(0,29,19,64)
C0M29Y19K64 
(0%,29%,19%,64%)
(0.00/0.29/0.19/0.64)	

CMYK percentages

%0
%29.03
%19.35
%63.53

Codes

Color #5D424B in popluar color models

5D424B
RGB936675
HSL340°16.98%31.18%
HSB/HSV340°29.03%36.47%
CMYK0.00%29.03%19.35%
63.53%

Color #5D424B in popluar number systems.

HEX5D424B
Decimal936675
Binary101110110000101001011
Octal135102113

Shades and tints

Shades of #5D424B

#5D424B
(93,66,75)
#553C45
(85,60,69)
#4D363F
(77,54,63)
#453039
(69,48,57)
#3D2A33
(61,42,51)
#35242D
(53,36,45)
#2D1E27
(45,30,39)
#251821
(37,24,33)
#1D121B
(29,18,27)
#150C15
(21,12,21)
#0D060F
(13,6,15)
#000000
(0,0,0)

Tints of #5D424B

#5D424B
(93,66,75)
#6B535B
(107,83,91)
#79646B
(121,100,107)
#87757B
(135,117,123)
#95868B
(149,134,139)
#A3979B
(163,151,155)
#B1A8AB
(177,168,171)
#BFB9BB
(191,185,187)
#CDCACB
(205,202,203)
#DBDBDB
(219,219,219)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D424B color. Also use rgb(93,66,75) instead hex code.

Text Font Color

.myTextColor { color: #5D424B; }

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

This text font color is #5D424B.


Background Color

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

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

This div background color is #5D424B.


Border color

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

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

This div border color is #5D424B.


Opacity

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

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

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

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

This text has shadow with #5D424B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D424B on black background.


Color preview on white background

This text has color #5D424B on white background.



Black color preview on #5D424B background

This text has black color on #5D424B background.


White color preview on #5D424B background

This text has white color on #5D424B background.