COLOR #5E7362

HEX: #5E7362
RGB: (94,115,98)

Color info

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

RGB color model

#5E7362 color RGB value is (94,115,98).

  • red value is 94;
  • green value is 115;
  • blue value is 98.
RGB:
(94,115,98)
(37%,45%,38%)

RGB channels and saturation

R 94 of 255 = 37%
G 115 of 255 = 45%
B 98 of 255 = 38%

94
115
98

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

Portions of RGB colors in percentages

R + G + B =
94 + 115 + 98 = 307 (100%)
R 94 of 307 ~ 30.62%
G 115 of 307 ~ 37.46%
B 98 of 307 ~ 31.92%

%30.62
%37.46
%31.92

CMYK color model

#5E7362 color CMYK value is (18,0,15,55).

  • cyan value is 18.26%
  • magenta value is 0.00%
  • yellow value is 14.78%
  • key color value is 54.90%
CMYK:
(18,0,15,55)
C18M0Y15K55 
(18%,0%,15%,55%)
(0.18/0.00/0.15/0.55)	

CMYK percentages

%18.26
%0
%14.78
%54.9

Codes

Color #5E7362 in popluar color models

5E7362
RGB9411598
HSL131°10.05%40.98%
HSB/HSV131°18.26%45.10%
CMYK18.26%0.00%14.78%
54.90%

Color #5E7362 in popluar number systems.

HEX5E7362
Decimal9411598
Binary101111011100111100010
Octal136163142

Shades and tints

Shades of #5E7362

#5E7362
(94,115,98)
#56695A
(86,105,90)
#4E5F52
(78,95,82)
#46554A
(70,85,74)
#3E4B42
(62,75,66)
#36413A
(54,65,58)
#2E3732
(46,55,50)
#262D2A
(38,45,42)
#1E2322
(30,35,34)
#16191A
(22,25,26)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #5E7362

#5E7362
(94,115,98)
#6C7F70
(108,127,112)
#7A8B7E
(122,139,126)
#88978C
(136,151,140)
#96A39A
(150,163,154)
#A4AFA8
(164,175,168)
#B2BBB6
(178,187,182)
#C0C7C4
(192,199,196)
#CED3D2
(206,211,210)
#DCDFE0
(220,223,224)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7362 color. Also use rgb(94,115,98) instead hex code.

Text Font Color

.myTextColor { color: #5E7362; }

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

This text font color is #5E7362.


Background Color

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

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

This div background color is #5E7362.


Border color

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

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

This div border color is #5E7362.


Opacity

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

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

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

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

This text has shadow with #5E7362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7362 on black background.


Color preview on white background

This text has color #5E7362 on white background.



Black color preview on #5E7362 background

This text has black color on #5E7362 background.


White color preview on #5E7362 background

This text has white color on #5E7362 background.