COLOR #5E7F41

HEX: #5E7F41
RGB: (94,127,65)

Color info

#5E7F41 contains mainly red and green colors. Web safe color of #5E7F41 is #666633 (or #663).

RGB color model

#5E7F41 color RGB value is (94,127,65).

  • red value is 94;
  • green value is 127;
  • blue value is 65.
RGB:
(94,127,65)
(37%,50%,25%)

RGB channels and saturation

R 94 of 255 = 37%
G 127 of 255 = 50%
B 65 of 255 = 25%

94
127
65

R + G + B ~ 37%. #5E7F41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 127 + 65 = 286 (100%)
R 94 of 286 ~ 32.87%
G 127 of 286 ~ 44.41%
B 65 of 286 ~ 22.73%

%32.87
%44.41
%22.73

CMYK color model

#5E7F41 color CMYK value is (26,0,49,50).

  • cyan value is 25.98%
  • magenta value is 0.00%
  • yellow value is 48.82%
  • key color value is 50.20%
CMYK:
(26,0,49,50)
C26M0Y49K50 
(26%,0%,49%,50%)
(0.26/0.00/0.49/0.50)	

CMYK percentages

%25.98
%0
%48.82
%50.2

Codes

Color #5E7F41 in popluar color models

5E7F41
RGB9412765
HSL92°32.29%37.65%
HSB/HSV92°48.82%49.80%
CMYK25.98%0.00%48.82%
50.20%

Color #5E7F41 in popluar number systems.

HEX5E7F41
Decimal9412765
Binary101111011111111000001
Octal136177101

Shades and tints

Shades of #5E7F41

#5E7F41
(94,127,65)
#56743C
(86,116,60)
#4E6937
(78,105,55)
#465E32
(70,94,50)
#3E532D
(62,83,45)
#364828
(54,72,40)
#2E3D23
(46,61,35)
#26321E
(38,50,30)
#1E2719
(30,39,25)
#161C14
(22,28,20)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #5E7F41

#5E7F41
(94,127,65)
#6C8A52
(108,138,82)
#7A9563
(122,149,99)
#88A074
(136,160,116)
#96AB85
(150,171,133)
#A4B696
(164,182,150)
#B2C1A7
(178,193,167)
#C0CCB8
(192,204,184)
#CED7C9
(206,215,201)
#DCE2DA
(220,226,218)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7F41 color. Also use rgb(94,127,65) instead hex code.

Text Font Color

.myTextColor { color: #5E7F41; }

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

This text font color is #5E7F41.


Background Color

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

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

This div background color is #5E7F41.


Border color

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

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

This div border color is #5E7F41.


Opacity

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

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

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

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

This text has shadow with #5E7F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7F41 on black background.


Color preview on white background

This text has color #5E7F41 on white background.



Black color preview on #5E7F41 background

This text has black color on #5E7F41 background.


White color preview on #5E7F41 background

This text has white color on #5E7F41 background.