COLOR #5E5761

HEX: #5E5761 RGB: (94,87,97)

Color info

#5E5761 contains red, green and blue colors in about the same proportion. Web safe color of #5E5761 is #666666 (or #666).

RGB color model

#5E5761 color RGB value is (94,87,97).

RGB: (94,87,97) (37%, 34%, 38%)

RGB channels and saturation

R 94 of 255 = 37%
G 87 of 255 = 34%
B 97 of 255 = 38%

94
87
97

R + G + B ~ 36%. #5E5761 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 87 + 97 = 278 (100%)
R 94 of 278 ~ 33.81%
G 87 of 278 ~ 31.29%
B 97 of 278 ~ 34.89'%

%33.81
%31.29
%34.89

CMYK color model

#5E5761 color CMYK value is (3,10,0,62).

  • cyan value is 3.09%
  • magenta value is 10.31%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (3,10,0,62)
C3M10Y0K62 (3%, 10%, 0%, 62%)
(0.03 / 0.10 / 0.00 / 0.62)

CMYK percentages

%3.09
%10.31
%0
%61.96

Codes

Color #5E5761 in popluar color models

5E 57 61
RGB 94 87 97
HSL 282° 5.43% 36.08%
HSB/HSV 282° 10.31% 38.04%
CMYK 3.09% 10.31% 0.00%
61.96%

Color #5E5761 in popluar number systems.

HEX 5E 57 61
Decimal 94 87 97
Binary 1011110 1010111 1100001
Octal 136 127 141

Shades and tints

Shades of #5E5761

#5E5761
(94,87,97)
#565059
(86,80,89)
#4E4951
(78,73,81)
#464249
(70,66,73)
#3E3B41
(62,59,65)
#363439
(54,52,57)
#2E2D31
(46,45,49)
#262629
(38,38,41)
#1E1F21
(30,31,33)
#161819
(22,24,25)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #5E5761

#5E5761
(94,87,97)
#6C666F
(108,102,111)
#7A757D
(122,117,125)
#88848B
(136,132,139)
#969399
(150,147,153)
#A4A2A7
(164,162,167)
#B2B1B5
(178,177,181)
#C0C0C3
(192,192,195)
#CECFD1
(206,207,209)
#DCDEDF
(220,222,223)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5761 color. Also use rgb(94,87,97) instead hex code.

Text Font Color

.myTextColor { color: #5E5761; }

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

This text font color is #5E5761.

Background Color

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

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

This div background color is #5E5761.

Border color

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

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

This div border color is #5E5761.

Opacity

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

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

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

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

This text has shadow with #5E5761 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5761.

Preview

Color preview on black background

This text has color #5E5761 on black background.


Color preview on white background

This text has color #5E5761 on white background.


Black color preview on #5E5761 background

This text has black color on #5E5761 background.


White color preview on #5E5761 background

This text has white color on #5E5761 background.


Related colors

Complementary color

Complementary color for #hex is #A1A89E.


I love getcolorcode.com

Triadic colors

1 #615E57 and #57615E with #5E5761 are triadic colors.

2 #61575E and #575E61 with #5E5761 are triadic colors.