COLOR #5E6739

HEX: #5E6739
RGB: (94,103,57)

Color info

#5E6739 contains red, green and blue colors in about the same proportion. Web safe color of #5E6739 is #666633 (or #663).

RGB color model

#5E6739 color RGB value is (94,103,57).

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

RGB channels and saturation

R 94 of 255 = 37%
G 103 of 255 = 40%
B 57 of 255 = 22%

94
103
57

R + G + B ~ 33%. #5E6739 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 103 + 57 = 254 (100%)
R 94 of 254 ~ 37.01%
G 103 of 254 ~ 40.55%
B 57 of 254 ~ 22.44%

%37.01
%40.55
%22.44

CMYK color model

#5E6739 color CMYK value is (9,0,45,60).

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 44.66%
  • key color value is 59.61%
CMYK:
(9,0,45,60)
C9M0Y45K60 
(9%,0%,45%,60%)
(0.09/0.00/0.45/0.60)	

CMYK percentages

%8.74
%0
%44.66
%59.61

Codes

Color #5E6739 in popluar color models

5E6739
RGB9410357
HSL72°28.75%31.37%
HSB/HSV72°44.66%40.39%
CMYK8.74%0.00%44.66%
59.61%

Color #5E6739 in popluar number systems.

HEX5E6739
Decimal9410357
Binary10111101100111111001
Octal13614771

Shades and tints

Shades of #5E6739

#5E6739
(94,103,57)
#565E34
(86,94,52)
#4E552F
(78,85,47)
#464C2A
(70,76,42)
#3E4325
(62,67,37)
#363A20
(54,58,32)
#2E311B
(46,49,27)
#262816
(38,40,22)
#1E1F11
(30,31,17)
#16160C
(22,22,12)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #5E6739

#5E6739
(94,103,57)
#6C744B
(108,116,75)
#7A815D
(122,129,93)
#888E6F
(136,142,111)
#969B81
(150,155,129)
#A4A893
(164,168,147)
#B2B5A5
(178,181,165)
#C0C2B7
(192,194,183)
#CECFC9
(206,207,201)
#DCDCDB
(220,220,219)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6739 color. Also use rgb(94,103,57) instead hex code.

Text Font Color

.myTextColor { color: #5E6739; }

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

This text font color is #5E6739.


Background Color

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

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

This div background color is #5E6739.


Border color

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

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

This div border color is #5E6739.


Opacity

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

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

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

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

This text has shadow with #5E6739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6739 on black background.


Color preview on white background

This text has color #5E6739 on white background.



Black color preview on #5E6739 background

This text has black color on #5E6739 background.


White color preview on #5E6739 background

This text has white color on #5E6739 background.