COLOR #5E8344

HEX: #5E8344
RGB: (94,131,68)

Color info

#5E8344 contains mainly red and green colors. Web safe color of #5E8344 is #669933 (or #693).

RGB color model

#5E8344 color RGB value is (94,131,68).

  • red value is 94;
  • green value is 131;
  • blue value is 68.
RGB:
(94,131,68)
(37%,51%,27%)

RGB channels and saturation

R 94 of 255 = 37%
G 131 of 255 = 51%
B 68 of 255 = 27%

94
131
68

R + G + B ~ 38%. #5E8344 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 131 + 68 = 293 (100%)
R 94 of 293 ~ 32.08%
G 131 of 293 ~ 44.71%
B 68 of 293 ~ 23.21%

%32.08
%44.71
%23.21

CMYK color model

#5E8344 color CMYK value is (28,0,48,49).

  • cyan value is 28.24%
  • magenta value is 0.00%
  • yellow value is 48.09%
  • key color value is 48.63%
CMYK:
(28,0,48,49)
C28M0Y48K49 
(28%,0%,48%,49%)
(0.28/0.00/0.48/0.49)	

CMYK percentages

%28.24
%0
%48.09
%48.63

Codes

Color #5E8344 in popluar color models

5E8344
RGB9413168
HSL95°31.66%39.02%
HSB/HSV95°48.09%51.37%
CMYK28.24%0.00%48.09%
48.63%

Color #5E8344 in popluar number systems.

HEX5E8344
Decimal9413168
Binary1011110100000111000100
Octal136203104

Shades and tints

Shades of #5E8344

#5E8344
(94,131,68)
#56783E
(86,120,62)
#4E6D38
(78,109,56)
#466232
(70,98,50)
#3E572C
(62,87,44)
#364C26
(54,76,38)
#2E4120
(46,65,32)
#26361A
(38,54,26)
#1E2B14
(30,43,20)
#16200E
(22,32,14)
#0E1508
(14,21,8)
#000000
(0,0,0)

Tints of #5E8344

#5E8344
(94,131,68)
#6C8E55
(108,142,85)
#7A9966
(122,153,102)
#88A477
(136,164,119)
#96AF88
(150,175,136)
#A4BA99
(164,186,153)
#B2C5AA
(178,197,170)
#C0D0BB
(192,208,187)
#CEDBCC
(206,219,204)
#DCE6DD
(220,230,221)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8344 color. Also use rgb(94,131,68) instead hex code.

Text Font Color

.myTextColor { color: #5E8344; }

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

This text font color is #5E8344.


Background Color

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

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

This div background color is #5E8344.


Border color

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

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

This div border color is #5E8344.


Opacity

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

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

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

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

This text has shadow with #5E8344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8344 on black background.


Color preview on white background

This text has color #5E8344 on white background.



Black color preview on #5E8344 background

This text has black color on #5E8344 background.


White color preview on #5E8344 background

This text has white color on #5E8344 background.