COLOR #5E824C

HEX: #5E824C
RGB: (94,130,76)

Color info

#5E824C contains red, green and blue colors in about the same proportion. Web safe color of #5E824C is #669933 (or #693).

RGB color model

#5E824C color RGB value is (94,130,76).

  • red value is 94;
  • green value is 130;
  • blue value is 76.
RGB:
(94,130,76)
(37%,51%,30%)

RGB channels and saturation

R 94 of 255 = 37%
G 130 of 255 = 51%
B 76 of 255 = 30%

94
130
76

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

Portions of RGB colors in percentages

R + G + B =
94 + 130 + 76 = 300 (100%)
R 94 of 300 ~ 31.33%
G 130 of 300 ~ 43.33%
B 76 of 300 ~ 25.33%

%31.33
%43.33
%25.33

CMYK color model

#5E824C color CMYK value is (28,0,42,49).

  • cyan value is 27.69%
  • magenta value is 0.00%
  • yellow value is 41.54%
  • key color value is 49.02%
CMYK:
(28,0,42,49)
C28M0Y42K49 
(28%,0%,42%,49%)
(0.28/0.00/0.42/0.49)	

CMYK percentages

%27.69
%0
%41.54
%49.02

Codes

Color #5E824C in popluar color models

5E824C
RGB9413076
HSL100°26.21%40.39%
HSB/HSV100°41.54%50.98%
CMYK27.69%0.00%41.54%
49.02%

Color #5E824C in popluar number systems.

HEX5E824C
Decimal9413076
Binary1011110100000101001100
Octal136202114

Shades and tints

Shades of #5E824C

#5E824C
(94,130,76)
#567746
(86,119,70)
#4E6C40
(78,108,64)
#46613A
(70,97,58)
#3E5634
(62,86,52)
#364B2E
(54,75,46)
#2E4028
(46,64,40)
#263522
(38,53,34)
#1E2A1C
(30,42,28)
#161F16
(22,31,22)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #5E824C

#5E824C
(94,130,76)
#6C8D5C
(108,141,92)
#7A986C
(122,152,108)
#88A37C
(136,163,124)
#96AE8C
(150,174,140)
#A4B99C
(164,185,156)
#B2C4AC
(178,196,172)
#C0CFBC
(192,207,188)
#CEDACC
(206,218,204)
#DCE5DC
(220,229,220)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E824C color. Also use rgb(94,130,76) instead hex code.

Text Font Color

.myTextColor { color: #5E824C; }

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

This text font color is #5E824C.


Background Color

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

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

This div background color is #5E824C.


Border color

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

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

This div border color is #5E824C.


Opacity

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

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

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

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

This text has shadow with #5E824C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E824C on black background.


Color preview on white background

This text has color #5E824C on white background.



Black color preview on #5E824C background

This text has black color on #5E824C background.


White color preview on #5E824C background

This text has white color on #5E824C background.