COLOR #5E9265

HEX: #5E9265
RGB: (94,146,101)

Color info

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

RGB color model

#5E9265 color RGB value is (94,146,101).

  • red value is 94;
  • green value is 146;
  • blue value is 101.
RGB:
(94,146,101)
(37%,57%,40%)

RGB channels and saturation

R 94 of 255 = 37%
G 146 of 255 = 57%
B 101 of 255 = 40%

94
146
101

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

Portions of RGB colors in percentages

R + G + B =
94 + 146 + 101 = 341 (100%)
R 94 of 341 ~ 27.57%
G 146 of 341 ~ 42.82%
B 101 of 341 ~ 29.62%

%27.57
%42.82
%29.62

CMYK color model

#5E9265 color CMYK value is (36,0,31,43).

  • cyan value is 35.62%
  • magenta value is 0.00%
  • yellow value is 30.82%
  • key color value is 42.75%
CMYK:
(36,0,31,43)
C36M0Y31K43 
(36%,0%,31%,43%)
(0.36/0.00/0.31/0.43)	

CMYK percentages

%35.62
%0
%30.82
%42.75

Codes

Color #5E9265 in popluar color models

5E9265
RGB94146101
HSL128°21.67%47.06%
HSB/HSV128°35.62%57.25%
CMYK35.62%0.00%30.82%
42.75%

Color #5E9265 in popluar number systems.

HEX5E9265
Decimal94146101
Binary1011110100100101100101
Octal136222145

Shades and tints

Shades of #5E9265

#5E9265
(94,146,101)
#56855C
(86,133,92)
#4E7853
(78,120,83)
#466B4A
(70,107,74)
#3E5E41
(62,94,65)
#365138
(54,81,56)
#2E442F
(46,68,47)
#263726
(38,55,38)
#1E2A1D
(30,42,29)
#161D14
(22,29,20)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #5E9265

#5E9265
(94,146,101)
#6C9B73
(108,155,115)
#7AA481
(122,164,129)
#88AD8F
(136,173,143)
#96B69D
(150,182,157)
#A4BFAB
(164,191,171)
#B2C8B9
(178,200,185)
#C0D1C7
(192,209,199)
#CEDAD5
(206,218,213)
#DCE3E3
(220,227,227)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9265 color. Also use rgb(94,146,101) instead hex code.

Text Font Color

.myTextColor { color: #5E9265; }

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

This text font color is #5E9265.


Background Color

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

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

This div background color is #5E9265.


Border color

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

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

This div border color is #5E9265.


Opacity

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

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

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

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

This text has shadow with #5E9265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9265 on black background.


Color preview on white background

This text has color #5E9265 on white background.



Black color preview on #5E9265 background

This text has black color on #5E9265 background.


White color preview on #5E9265 background

This text has white color on #5E9265 background.