COLOR #5E857C

HEX: #5E857C RGB: (94,133,124)

Color info

#5E857C contains red, green and blue colors in about the same proportion. Web safe color of #5E857C is #669966 (or #696).

RGB color model

#5E857C color RGB value is (94,133,124).

RGB: (94,133,124) (37%, 52%, 49%)

RGB channels and saturation

R 94 of 255 = 37%
G 133 of 255 = 52%
B 124 of 255 = 49%

94
133
124

R + G + B ~ 46%. #5E857C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 94 + 133 + 124 = 351 (100%)
R 94 of 351 ~ 26.78%
G 133 of 351 ~ 37.89%
B 124 of 351 ~ 35.33'%

%26.78
%37.89
%35.33

CMYK color model

#5E857C color CMYK value is (29,0,7,48).

  • cyan value is 29.32%
  • magenta value is 0.00%
  • yellow value is 6.77%
  • key color value is 47.84%

CMYK: (29,0,7,48)
C29M0Y7K48 (29%, 0%, 7%, 48%)
(0.29 / 0.00 / 0.07 / 0.48)

CMYK percentages

%29.32
%0
%6.77
%47.84

Codes

Color #5E857C in popluar color models

5E 85 7C
RGB 94 133 124
HSL 166° 17.18% 44.51%
HSB/HSV 166° 29.32% 52.16%
CMYK 29.32% 0.00% 6.77%
47.84%

Color #5E857C in popluar number systems.

HEX 5E 85 7C
Decimal 94 133 124
Binary 1011110 10000101 1111100
Octal 136 205 174

Shades and tints

Shades of #5E857C

#5E857C
(94,133,124)
#567971
(86,121,113)
#4E6D66
(78,109,102)
#46615B
(70,97,91)
#3E5550
(62,85,80)
#364945
(54,73,69)
#2E3D3A
(46,61,58)
#26312F
(38,49,47)
#1E2524
(30,37,36)
#161919
(22,25,25)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #5E857C

#5E857C
(94,133,124)
#6C9087
(108,144,135)
#7A9B92
(122,155,146)
#88A69D
(136,166,157)
#96B1A8
(150,177,168)
#A4BCB3
(164,188,179)
#B2C7BE
(178,199,190)
#C0D2C9
(192,210,201)
#CEDDD4
(206,221,212)
#DCE8DF
(220,232,223)
#EAF3EA
(234,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E857C color. Also use rgb(94,133,124) instead hex code.

Text Font Color

.myTextColor { color: #5E857C; }

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

This text font color is #5E857C.

Background Color

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

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

This div background color is #5E857C.

Border color

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

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

This div border color is #5E857C.

Opacity

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

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

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

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

This text has shadow with #5E857C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E857C.

Preview

Color preview on black background

This text has color #5E857C on black background.


Color preview on white background

This text has color #5E857C on white background.


Black color preview on #5E857C background

This text has black color on #5E857C background.


White color preview on #5E857C background

This text has white color on #5E857C background.


Related colors

Complementary color

Complementary color for #hex is #A17A83.


I love getcolorcode.com

Triadic colors

1 #7C5E85 and #857C5E with #5E857C are triadic colors.

2 #7C855E and #855E7C with #5E857C are triadic colors.