COLOR #5E6050

HEX: #5E6050 RGB: (94,96,80)

Color info

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

RGB color model

#5E6050 color RGB value is (94,96,80).

RGB: (94,96,80) (37%, 38%, 31%)

RGB channels and saturation

R 94 of 255 = 37%
G 96 of 255 = 38%
B 80 of 255 = 31%

94
96
80

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

Portions of RGB colors in percentages

R + G + B = 94 + 96 + 80 = 270 (100%)
R 94 of 270 ~ 34.81%
G 96 of 270 ~ 35.56%
B 80 of 270 ~ 29.63'%

%34.81
%35.56
%29.63

CMYK color model

#5E6050 color CMYK value is (2,0,17,62).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 62.35%

CMYK: (2,0,17,62)
C2M0Y17K62 (2%, 0%, 17%, 62%)
(0.02 / 0.00 / 0.17 / 0.62)

CMYK percentages

%2.08
%0
%16.67
%62.35

Codes

Color #5E6050 in popluar color models

5E 60 50
RGB 94 96 80
HSL 68° 9.09% 34.51%
HSB/HSV 68° 16.67% 37.65%
CMYK 2.08% 0.00% 16.67%
62.35%

Color #5E6050 in popluar number systems.

HEX 5E 60 50
Decimal 94 96 80
Binary 1011110 1100000 1010000
Octal 136 140 120

Shades and tints

Shades of #5E6050

#5E6050
(94,96,80)
#565849
(86,88,73)
#4E5042
(78,80,66)
#46483B
(70,72,59)
#3E4034
(62,64,52)
#36382D
(54,56,45)
#2E3026
(46,48,38)
#26281F
(38,40,31)
#1E2018
(30,32,24)
#161811
(22,24,17)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #5E6050

#5E6050
(94,96,80)
#6C6E5F
(108,110,95)
#7A7C6E
(122,124,110)
#888A7D
(136,138,125)
#96988C
(150,152,140)
#A4A69B
(164,166,155)
#B2B4AA
(178,180,170)
#C0C2B9
(192,194,185)
#CED0C8
(206,208,200)
#DCDED7
(220,222,215)
#EAECE6
(234,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6050 color. Also use rgb(94,96,80) instead hex code.

Text Font Color

.myTextColor { color: #5E6050; }

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

This text font color is #5E6050.

Background Color

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

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

This div background color is #5E6050.

Border color

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

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

This div border color is #5E6050.

Opacity

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

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

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

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

This text has shadow with #5E6050 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6050.

Preview

Color preview on black background

This text has color #5E6050 on black background.


Color preview on white background

This text has color #5E6050 on white background.


Black color preview on #5E6050 background

This text has black color on #5E6050 background.


White color preview on #5E6050 background

This text has white color on #5E6050 background.


Related colors

Complementary color

Complementary color for #hex is #A19FAF.


I love getcolorcode.com

Triadic colors

1 #505E60 and #60505E with #5E6050 are triadic colors.

2 #50605E and #605E50 with #5E6050 are triadic colors.