COLOR #5E9078

HEX: #5E9078 RGB: (94,144,120)

Color info

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

RGB color model

#5E9078 color RGB value is (94,144,120).

RGB: (94,144,120) (37%, 56%, 47%)

RGB channels and saturation

R 94 of 255 = 37%
G 144 of 255 = 56%
B 120 of 255 = 47%

94
144
120

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

Portions of RGB colors in percentages

R + G + B = 94 + 144 + 120 = 358 (100%)
R 94 of 358 ~ 26.26%
G 144 of 358 ~ 40.22%
B 120 of 358 ~ 33.52'%

%26.26
%40.22
%33.52

CMYK color model

#5E9078 color CMYK value is (35,0,17,44).

  • cyan value is 34.72%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 43.53%

CMYK: (35,0,17,44)
C35M0Y17K44 (35%, 0%, 17%, 44%)
(0.35 / 0.00 / 0.17 / 0.44)

CMYK percentages

%34.72
%0
%16.67
%43.53

Codes

Color #5E9078 in popluar color models

5E 90 78
RGB 94 144 120
HSL 151° 21.01% 46.67%
HSB/HSV 151° 34.72% 56.47%
CMYK 34.72% 0.00% 16.67%
43.53%

Color #5E9078 in popluar number systems.

HEX 5E 90 78
Decimal 94 144 120
Binary 1011110 10010000 1111000
Octal 136 220 170

Shades and tints

Shades of #5E9078

#5E9078
(94,144,120)
#56836E
(86,131,110)
#4E7664
(78,118,100)
#46695A
(70,105,90)
#3E5C50
(62,92,80)
#364F46
(54,79,70)
#2E423C
(46,66,60)
#263532
(38,53,50)
#1E2828
(30,40,40)
#161B1E
(22,27,30)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #5E9078

#5E9078
(94,144,120)
#6C9A84
(108,154,132)
#7AA490
(122,164,144)
#88AE9C
(136,174,156)
#96B8A8
(150,184,168)
#A4C2B4
(164,194,180)
#B2CCC0
(178,204,192)
#C0D6CC
(192,214,204)
#CEE0D8
(206,224,216)
#DCEAE4
(220,234,228)
#EAF4F0
(234,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E9078; }

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

This text font color is #5E9078.

Background Color

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

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

This div background color is #5E9078.

Border color

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

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

This div border color is #5E9078.

Opacity

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

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

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

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

This text has shadow with #5E9078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E9078.

Preview

Color preview on black background

This text has color #5E9078 on black background.


Color preview on white background

This text has color #5E9078 on white background.


Black color preview on #5E9078 background

This text has black color on #5E9078 background.


White color preview on #5E9078 background

This text has white color on #5E9078 background.


Related colors

Complementary color

Complementary color for #hex is #A16F87.


I love getcolorcode.com

Triadic colors

1 #785E90 and #90785E with #5E9078 are triadic colors.

2 #78905E and #905E78 with #5E9078 are triadic colors.