COLOR #5E7356

HEX: #5E7356
RGB: (94,115,86)

Color info

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

RGB color model

#5E7356 color RGB value is (94,115,86).

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

RGB channels and saturation

R 94 of 255 = 37%
G 115 of 255 = 45%
B 86 of 255 = 34%

94
115
86

R + G + B ~ 39%. #5E7356 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 115 + 86 = 295 (100%)
R 94 of 295 ~ 31.86%
G 115 of 295 ~ 38.98%
B 86 of 295 ~ 29.15%

%31.86
%38.98
%29.15

CMYK color model

#5E7356 color CMYK value is (18,0,25,55).

  • cyan value is 18.26%
  • magenta value is 0.00%
  • yellow value is 25.22%
  • key color value is 54.90%
CMYK:
(18,0,25,55)
C18M0Y25K55 
(18%,0%,25%,55%)
(0.18/0.00/0.25/0.55)	

CMYK percentages

%18.26
%0
%25.22
%54.9

Codes

Color #5E7356 in popluar color models

5E7356
RGB9411586
HSL103°14.43%39.41%
HSB/HSV103°25.22%45.10%
CMYK18.26%0.00%25.22%
54.90%

Color #5E7356 in popluar number systems.

HEX5E7356
Decimal9411586
Binary101111011100111010110
Octal136163126

Shades and tints

Shades of #5E7356

#5E7356
(94,115,86)
#56694F
(86,105,79)
#4E5F48
(78,95,72)
#465541
(70,85,65)
#3E4B3A
(62,75,58)
#364133
(54,65,51)
#2E372C
(46,55,44)
#262D25
(38,45,37)
#1E231E
(30,35,30)
#161917
(22,25,23)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #5E7356

#5E7356
(94,115,86)
#6C7F65
(108,127,101)
#7A8B74
(122,139,116)
#889783
(136,151,131)
#96A392
(150,163,146)
#A4AFA1
(164,175,161)
#B2BBB0
(178,187,176)
#C0C7BF
(192,199,191)
#CED3CE
(206,211,206)
#DCDFDD
(220,223,221)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7356; }

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

This text font color is #5E7356.


Background Color

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

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

This div background color is #5E7356.


Border color

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

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

This div border color is #5E7356.


Opacity

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

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

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

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

This text has shadow with #5E7356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7356 on black background.


Color preview on white background

This text has color #5E7356 on white background.



Black color preview on #5E7356 background

This text has black color on #5E7356 background.


White color preview on #5E7356 background

This text has white color on #5E7356 background.