COLOR #5E8264

HEX: #5E8264
RGB: (94,130,100)

Color info

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

RGB color model

#5E8264 color RGB value is (94,130,100).

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

RGB channels and saturation

R 94 of 255 = 37%
G 130 of 255 = 51%
B 100 of 255 = 39%

94
130
100

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

Portions of RGB colors in percentages

R + G + B =
94 + 130 + 100 = 324 (100%)
R 94 of 324 ~ 29.01%
G 130 of 324 ~ 40.12%
B 100 of 324 ~ 30.86%

%29.01
%40.12
%30.86

CMYK color model

#5E8264 color CMYK value is (28,0,23,49).

  • cyan value is 27.69%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 49.02%
CMYK:
(28,0,23,49)
C28M0Y23K49 
(28%,0%,23%,49%)
(0.28/0.00/0.23/0.49)	

CMYK percentages

%27.69
%0
%23.08
%49.02

Codes

Color #5E8264 in popluar color models

5E8264
RGB94130100
HSL130°16.07%43.92%
HSB/HSV130°27.69%50.98%
CMYK27.69%0.00%23.08%
49.02%

Color #5E8264 in popluar number systems.

HEX5E8264
Decimal94130100
Binary1011110100000101100100
Octal136202144

Shades and tints

Shades of #5E8264

#5E8264
(94,130,100)
#56775B
(86,119,91)
#4E6C52
(78,108,82)
#466149
(70,97,73)
#3E5640
(62,86,64)
#364B37
(54,75,55)
#2E402E
(46,64,46)
#263525
(38,53,37)
#1E2A1C
(30,42,28)
#161F13
(22,31,19)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #5E8264

#5E8264
(94,130,100)
#6C8D72
(108,141,114)
#7A9880
(122,152,128)
#88A38E
(136,163,142)
#96AE9C
(150,174,156)
#A4B9AA
(164,185,170)
#B2C4B8
(178,196,184)
#C0CFC6
(192,207,198)
#CEDAD4
(206,218,212)
#DCE5E2
(220,229,226)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E8264; }

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

This text font color is #5E8264.


Background Color

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

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

This div background color is #5E8264.


Border color

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

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

This div border color is #5E8264.


Opacity

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

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

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

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

This text has shadow with #5E8264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8264 on black background.


Color preview on white background

This text has color #5E8264 on white background.



Black color preview on #5E8264 background

This text has black color on #5E8264 background.


White color preview on #5E8264 background

This text has white color on #5E8264 background.