COLOR #5D414B

HEX: #5D414B
RGB: (93,65,75)

Color info

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

RGB color model

#5D414B color RGB value is (93,65,75).

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

RGB channels and saturation

R 93 of 255 = 36%
G 65 of 255 = 25%
B 75 of 255 = 29%

93
65
75

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

Portions of RGB colors in percentages

R + G + B =
93 + 65 + 75 = 233 (100%)
R 93 of 233 ~ 39.91%
G 65 of 233 ~ 27.9%
B 75 of 233 ~ 32.19%

%39.91
%27.9
%32.19

CMYK color model

#5D414B color CMYK value is (0,30,19,64).

  • cyan value is 0.00%
  • magenta value is 30.11%
  • yellow value is 19.35%
  • key color value is 63.53%
CMYK:
(0,30,19,64)
C0M30Y19K64 
(0%,30%,19%,64%)
(0.00/0.30/0.19/0.64)	

CMYK percentages

%0
%30.11
%19.35
%63.53

Codes

Color #5D414B in popluar color models

5D414B
RGB936575
HSL339°17.72%30.98%
HSB/HSV339°30.11%36.47%
CMYK0.00%30.11%19.35%
63.53%

Color #5D414B in popluar number systems.

HEX5D414B
Decimal936575
Binary101110110000011001011
Octal135101113

Shades and tints

Shades of #5D414B

#5D414B
(93,65,75)
#553C45
(85,60,69)
#4D373F
(77,55,63)
#453239
(69,50,57)
#3D2D33
(61,45,51)
#35282D
(53,40,45)
#2D2327
(45,35,39)
#251E21
(37,30,33)
#1D191B
(29,25,27)
#151415
(21,20,21)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #5D414B

#5D414B
(93,65,75)
#6B525B
(107,82,91)
#79636B
(121,99,107)
#87747B
(135,116,123)
#95858B
(149,133,139)
#A3969B
(163,150,155)
#B1A7AB
(177,167,171)
#BFB8BB
(191,184,187)
#CDC9CB
(205,201,203)
#DBDADB
(219,218,219)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D414B; }

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

This text font color is #5D414B.


Background Color

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

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

This div background color is #5D414B.


Border color

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

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

This div border color is #5D414B.


Opacity

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

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

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

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

This text has shadow with #5D414B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D414B on black background.


Color preview on white background

This text has color #5D414B on white background.



Black color preview on #5D414B background

This text has black color on #5D414B background.


White color preview on #5D414B background

This text has white color on #5D414B background.