COLOR #5E7871

HEX: #5E7871 RGB: (94,120,113)

Color info

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

RGB color model

#5E7871 color RGB value is (94,120,113).

RGB: (94,120,113) (37%, 47%, 44%)

RGB channels and saturation

R 94 of 255 = 37%
G 120 of 255 = 47%
B 113 of 255 = 44%

94
120
113

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

Portions of RGB colors in percentages

R + G + B = 94 + 120 + 113 = 327 (100%)
R 94 of 327 ~ 28.75%
G 120 of 327 ~ 36.7%
B 113 of 327 ~ 34.56'%

%28.75
%36.7
%34.56

CMYK color model

#5E7871 color CMYK value is (22,0,6,53).

  • cyan value is 21.67%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 52.94%
CMYK: (22,0,6,53) C22M0Y6K53 (22%,0%,6%,53%) (0.22/0.00/0.06/0.53) 

CMYK percentages

%21.67
%0
%5.83
%52.94

Codes

Color #5E7871 in popluar color models

5E 78 71
RGB 94 120 113
HSL 164° 12.15% 41.96%
HSB/HSV 164° 21.67% 47.06%
CMYK 21.67% 0.00% 5.83%
52.94%

Color #5E7871 in popluar number systems.

HEX 5E 78 71
Decimal 94 120 113
Binary 1011110 1111000 1110001
Octal 136 170 161

Shades and tints

Shades of #5E7871

#5E7871
(94,120,113)
#566E67
(86,110,103)
#4E645D
(78,100,93)
#465A53
(70,90,83)
#3E5049
(62,80,73)
#36463F
(54,70,63)
#2E3C35
(46,60,53)
#26322B
(38,50,43)
#1E2821
(30,40,33)
#161E17
(22,30,23)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #5E7871

#5E7871
(94,120,113)
#6C847D
(108,132,125)
#7A9089
(122,144,137)
#889C95
(136,156,149)
#96A8A1
(150,168,161)
#A4B4AD
(164,180,173)
#B2C0B9
(178,192,185)
#C0CCC5
(192,204,197)
#CED8D1
(206,216,209)
#DCE4DD
(220,228,221)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7871 color. Also use rgb(94,120,113) instead hex code.

Text Font Color

.myTextColor { color: #5E7871; }

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

This text font color is #5E7871.

Background Color

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

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

This div background color is #5E7871.

Border color

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

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

This div border color is #5E7871.

Opacity

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

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

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

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

This text has shadow with #5E7871 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E7871.

Preview

Color preview on black background

This text has color #5E7871 on black background.


Color preview on white background

This text has color #5E7871 on white background.


Black color preview on #5E7871 background

This text has black color on #5E7871 background.


White color preview on #5E7871 background

This text has white color on #5E7871 background.


Related colors

Complementary color

Complementary color for #hex is #A1878E.


I love getcolorcode.com

Triadic colors

1 #715E78 and #78715E with #5E7871 are triadic colors.

2 #71785E and #785E71 with #5E7871 are triadic colors.