COLOR #5D5F4A

HEX: #5D5F4A RGB: (93,95,74)

Color info

#5D5F4A contains red, green and blue colors in about the same proportion. Web safe color of #5D5F4A is #666633 (or #663).

RGB color model

#5D5F4A color RGB value is (93,95,74).

RGB: (93,95,74) (36%, 37%, 29%)

RGB channels and saturation

R 93 of 255 = 36%
G 95 of 255 = 37%
B 74 of 255 = 29%

93
95
74

R + G + B ~ 34%. #5D5F4A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 95 + 74 = 262 (100%)
R 93 of 262 ~ 35.5%
G 95 of 262 ~ 36.26%
B 74 of 262 ~ 28.24'%

%35.5
%36.26
%28.24

CMYK color model

#5D5F4A color CMYK value is (2,0,22,63).

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 22.11%
  • key color value is 62.75%

CMYK: (2,0,22,63)
C2M0Y22K63 (2%, 0%, 22%, 63%)
(0.02 / 0.00 / 0.22 / 0.63)

CMYK percentages

%2.11
%0
%22.11
%62.75

Codes

Color #5D5F4A in popluar color models

5D 5F 4A
RGB 93 95 74
HSL 66° 12.43% 33.14%
HSB/HSV 66° 22.11% 37.25%
CMYK 2.11% 0.00% 22.11%
62.75%

Color #5D5F4A in popluar number systems.

HEX 5D 5F 4A
Decimal 93 95 74
Binary 1011101 1011111 1001010
Octal 135 137 112

Shades and tints

Shades of #5D5F4A

#5D5F4A
(93,95,74)
#555744
(85,87,68)
#4D4F3E
(77,79,62)
#454738
(69,71,56)
#3D3F32
(61,63,50)
#35372C
(53,55,44)
#2D2F26
(45,47,38)
#252720
(37,39,32)
#1D1F1A
(29,31,26)
#151714
(21,23,20)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #5D5F4A

#5D5F4A
(93,95,74)
#6B6D5A
(107,109,90)
#797B6A
(121,123,106)
#87897A
(135,137,122)
#95978A
(149,151,138)
#A3A59A
(163,165,154)
#B1B3AA
(177,179,170)
#BFC1BA
(191,193,186)
#CDCFCA
(205,207,202)
#DBDDDA
(219,221,218)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5F4A; }

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

This text font color is #5D5F4A.

Background Color

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

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

This div background color is #5D5F4A.

Border color

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

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

This div border color is #5D5F4A.

Opacity

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

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

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

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

This text has shadow with #5D5F4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5F4A.

Preview

Color preview on black background

This text has color #5D5F4A on black background.


Color preview on white background

This text has color #5D5F4A on white background.


Black color preview on #5D5F4A background

This text has black color on #5D5F4A background.


White color preview on #5D5F4A background

This text has white color on #5D5F4A background.


Related colors

Complementary color

Complementary color for #hex is #A2A0B5.


I love getcolorcode.com

Triadic colors

1 #4A5D5F and #5F4A5D with #5D5F4A are triadic colors.

2 #4A5F5D and #5F5D4A with #5D5F4A are triadic colors.