COLOR #5E6261

HEX: #5E6261 RGB: (94,98,97)

Color info

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

RGB color model

#5E6261 color RGB value is (94,98,97).

RGB: (94,98,97) (37%, 38%, 38%)

RGB channels and saturation

R 94 of 255 = 37%
G 98 of 255 = 38%
B 97 of 255 = 38%

94
98
97

R + G + B ~ 38%. #5E6261 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 98 + 97 = 289 (100%)
R 94 of 289 ~ 32.53%
G 98 of 289 ~ 33.91%
B 97 of 289 ~ 33.56'%

%32.53
%33.91
%33.56

CMYK color model

#5E6261 color CMYK value is (4,0,1,62).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 1.02%
  • key color value is 61.57%

CMYK: (4,0,1,62)
C4M0Y1K62 (4%, 0%, 1%, 62%)
(0.04 / 0.00 / 0.01 / 0.62)

CMYK percentages

%4.08
%0
%1.02
%61.57

Codes

Color #5E6261 in popluar color models

5E 62 61
RGB 94 98 97
HSL 165° 2.08% 37.65%
HSB/HSV 165° 4.08% 38.43%
CMYK 4.08% 0.00% 1.02%
61.57%

Color #5E6261 in popluar number systems.

HEX 5E 62 61
Decimal 94 98 97
Binary 1011110 1100010 1100001
Octal 136 142 141

Shades and tints

Shades of #5E6261

#5E6261
(94,98,97)
#565A59
(86,90,89)
#4E5251
(78,82,81)
#464A49
(70,74,73)
#3E4241
(62,66,65)
#363A39
(54,58,57)
#2E3231
(46,50,49)
#262A29
(38,42,41)
#1E2221
(30,34,33)
#161A19
(22,26,25)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #5E6261

#5E6261
(94,98,97)
#6C706F
(108,112,111)
#7A7E7D
(122,126,125)
#888C8B
(136,140,139)
#969A99
(150,154,153)
#A4A8A7
(164,168,167)
#B2B6B5
(178,182,181)
#C0C4C3
(192,196,195)
#CED2D1
(206,210,209)
#DCE0DF
(220,224,223)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6261; }

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

This text font color is #5E6261.

Background Color

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

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

This div background color is #5E6261.

Border color

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

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

This div border color is #5E6261.

Opacity

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

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

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

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

This text has shadow with #5E6261 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6261.

Preview

Color preview on black background

This text has color #5E6261 on black background.


Color preview on white background

This text has color #5E6261 on white background.


Black color preview on #5E6261 background

This text has black color on #5E6261 background.


White color preview on #5E6261 background

This text has white color on #5E6261 background.


Related colors

Complementary color

Complementary color for #hex is #A19D9E.


I love getcolorcode.com

Triadic colors

1 #615E62 and #62615E with #5E6261 are triadic colors.

2 #61625E and #625E61 with #5E6261 are triadic colors.