COLOR #5D414A

HEX: #5D414A
RGB: (93,65,74)

Color info

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

RGB color model

#5D414A color RGB value is (93,65,74).

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

RGB channels and saturation

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

93
65
74

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

Portions of RGB colors in percentages

R + G + B =
93 + 65 + 74 = 232 (100%)
R 93 of 232 ~ 40.09%
G 65 of 232 ~ 28.02%
B 74 of 232 ~ 31.9%

%40.09
%28.02
%31.9

CMYK color model

#5D414A color CMYK value is (0,30,20,64).

  • cyan value is 0.00%
  • magenta value is 30.11%
  • yellow value is 20.43%
  • key color value is 63.53%
CMYK:
(0,30,20,64)
C0M30Y20K64 
(0%,30%,20%,64%)
(0.00/0.30/0.20/0.64)	

CMYK percentages

%0
%30.11
%20.43
%63.53

Codes

Color #5D414A in popluar color models

5D414A
RGB936574
HSL341°17.72%30.98%
HSB/HSV341°30.11%36.47%
CMYK0.00%30.11%20.43%
63.53%

Color #5D414A in popluar number systems.

HEX5D414A
Decimal936574
Binary101110110000011001010
Octal135101112

Shades and tints

Shades of #5D414A

#5D414A
(93,65,74)
#553C44
(85,60,68)
#4D373E
(77,55,62)
#453238
(69,50,56)
#3D2D32
(61,45,50)
#35282C
(53,40,44)
#2D2326
(45,35,38)
#251E20
(37,30,32)
#1D191A
(29,25,26)
#151414
(21,20,20)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #5D414A

#5D414A
(93,65,74)
#6B525A
(107,82,90)
#79636A
(121,99,106)
#87747A
(135,116,122)
#95858A
(149,133,138)
#A3969A
(163,150,154)
#B1A7AA
(177,167,170)
#BFB8BA
(191,184,186)
#CDC9CA
(205,201,202)
#DBDADA
(219,218,218)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D414A; }

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

This text font color is #5D414A.


Background Color

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

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

This div background color is #5D414A.


Border color

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

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

This div border color is #5D414A.


Opacity

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

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

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

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

This text has shadow with #5D414A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D414A on black background.


Color preview on white background

This text has color #5D414A on white background.



Black color preview on #5D414A background

This text has black color on #5D414A background.


White color preview on #5D414A background

This text has white color on #5D414A background.