COLOR #5E9360

HEX: #5E9360 RGB: (94,147,96)

Color info

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

RGB color model

#5E9360 color RGB value is (94,147,96).

RGB: (94,147,96) (37%, 58%, 38%)

RGB channels and saturation

R 94 of 255 = 37%
G 147 of 255 = 58%
B 96 of 255 = 38%

94
147
96

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

Portions of RGB colors in percentages

R + G + B = 94 + 147 + 96 = 337 (100%)
R 94 of 337 ~ 27.89%
G 147 of 337 ~ 43.62%
B 96 of 337 ~ 28.49'%

%27.89
%43.62
%28.49

CMYK color model

#5E9360 color CMYK value is (36,0,35,42).

  • cyan value is 36.05%
  • magenta value is 0.00%
  • yellow value is 34.69%
  • key color value is 42.35%

CMYK: (36,0,35,42)
C36M0Y35K42 (36%, 0%, 35%, 42%)
(0.36 / 0.00 / 0.35 / 0.42)

CMYK percentages

%36.05
%0
%34.69
%42.35

Codes

Color #5E9360 in popluar color models

5E 93 60
RGB 94 147 96
HSL 122° 21.99% 47.25%
HSB/HSV 122° 36.05% 57.65%
CMYK 36.05% 0.00% 34.69%
42.35%

Color #5E9360 in popluar number systems.

HEX 5E 93 60
Decimal 94 147 96
Binary 1011110 10010011 1100000
Octal 136 223 140

Shades and tints

Shades of #5E9360

#5E9360
(94,147,96)
#568658
(86,134,88)
#4E7950
(78,121,80)
#466C48
(70,108,72)
#3E5F40
(62,95,64)
#365238
(54,82,56)
#2E4530
(46,69,48)
#263828
(38,56,40)
#1E2B20
(30,43,32)
#161E18
(22,30,24)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #5E9360

#5E9360
(94,147,96)
#6C9C6E
(108,156,110)
#7AA57C
(122,165,124)
#88AE8A
(136,174,138)
#96B798
(150,183,152)
#A4C0A6
(164,192,166)
#B2C9B4
(178,201,180)
#C0D2C2
(192,210,194)
#CEDBD0
(206,219,208)
#DCE4DE
(220,228,222)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E9360; }

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

This text font color is #5E9360.

Background Color

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

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

This div background color is #5E9360.

Border color

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

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

This div border color is #5E9360.

Opacity

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

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

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

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

This text has shadow with #5E9360 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E9360.

Preview

Color preview on black background

This text has color #5E9360 on black background.


Color preview on white background

This text has color #5E9360 on white background.


Black color preview on #5E9360 background

This text has black color on #5E9360 background.


White color preview on #5E9360 background

This text has white color on #5E9360 background.


Related colors

Complementary color

Complementary color for #hex is #A16C9F.


I love getcolorcode.com

Triadic colors

1 #605E93 and #93605E with #5E9360 are triadic colors.

2 #60935E and #935E60 with #5E9360 are triadic colors.