COLOR #5E5F4D

HEX: #5E5F4D RGB: (94,95,77)

Color info

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

RGB color model

#5E5F4D color RGB value is (94,95,77).

RGB: (94,95,77) (37%, 37%, 30%)

RGB channels and saturation

R 94 of 255 = 37%
G 95 of 255 = 37%
B 77 of 255 = 30%

94
95
77

R + G + B ~ 35%. #5E5F4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 95 + 77 = 266 (100%)
R 94 of 266 ~ 35.34%
G 95 of 266 ~ 35.71%
B 77 of 266 ~ 28.95'%

%35.34
%35.71
%28.95

CMYK color model

#5E5F4D color CMYK value is (1,0,19,63).

  • cyan value is 1.05%
  • magenta value is 0.00%
  • yellow value is 18.95%
  • key color value is 62.75%

CMYK: (1,0,19,63)
C1M0Y19K63 (1%, 0%, 19%, 63%)
(0.01 / 0.00 / 0.19 / 0.63)

CMYK percentages

%1.05
%0
%18.95
%62.75

Codes

Color #5E5F4D in popluar color models

5E 5F 4D
RGB 94 95 77
HSL 63° 10.47% 33.73%
HSB/HSV 63° 18.95% 37.25%
CMYK 1.05% 0.00% 18.95%
62.75%

Color #5E5F4D in popluar number systems.

HEX 5E 5F 4D
Decimal 94 95 77
Binary 1011110 1011111 1001101
Octal 136 137 115

Shades and tints

Shades of #5E5F4D

#5E5F4D
(94,95,77)
#565746
(86,87,70)
#4E4F3F
(78,79,63)
#464738
(70,71,56)
#3E3F31
(62,63,49)
#36372A
(54,55,42)
#2E2F23
(46,47,35)
#26271C
(38,39,28)
#1E1F15
(30,31,21)
#16170E
(22,23,14)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #5E5F4D

#5E5F4D
(94,95,77)
#6C6D5D
(108,109,93)
#7A7B6D
(122,123,109)
#88897D
(136,137,125)
#96978D
(150,151,141)
#A4A59D
(164,165,157)
#B2B3AD
(178,179,173)
#C0C1BD
(192,193,189)
#CECFCD
(206,207,205)
#DCDDDD
(220,221,221)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5F4D color. Also use rgb(94,95,77) instead hex code.

Text Font Color

.myTextColor { color: #5E5F4D; }

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

This text font color is #5E5F4D.

Background Color

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

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

This div background color is #5E5F4D.

Border color

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

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

This div border color is #5E5F4D.

Opacity

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

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

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

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

This text has shadow with #5E5F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5F4D.

Preview

Color preview on black background

This text has color #5E5F4D on black background.


Color preview on white background

This text has color #5E5F4D on white background.


Black color preview on #5E5F4D background

This text has black color on #5E5F4D background.


White color preview on #5E5F4D background

This text has white color on #5E5F4D background.


Related colors

Complementary color

Complementary color for #hex is #A1A0B2.


I love getcolorcode.com

Triadic colors

1 #4D5E5F and #5F4D5E with #5E5F4D are triadic colors.

2 #4D5F5E and #5F5E4D with #5E5F4D are triadic colors.