COLOR #5E6342

HEX: #5E6342
RGB: (94,99,66)

Color info

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

RGB color model

#5E6342 color RGB value is (94,99,66).

  • red value is 94;
  • green value is 99;
  • blue value is 66.
RGB:
(94,99,66)
(37%,39%,26%)

RGB channels and saturation

R 94 of 255 = 37%
G 99 of 255 = 39%
B 66 of 255 = 26%

94
99
66

R + G + B ~ 34%. #5E6342 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 99 + 66 = 259 (100%)
R 94 of 259 ~ 36.29%
G 99 of 259 ~ 38.22%
B 66 of 259 ~ 25.48%

%36.29
%38.22
%25.48

CMYK color model

#5E6342 color CMYK value is (5,0,33,61).

  • cyan value is 5.05%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 61.18%
CMYK:
(5,0,33,61)
C5M0Y33K61 
(5%,0%,33%,61%)
(0.05/0.00/0.33/0.61)	

CMYK percentages

%5.05
%0
%33.33
%61.18

Codes

Color #5E6342 in popluar color models

5E6342
RGB949966
HSL69°20.00%32.35%
HSB/HSV69°33.33%38.82%
CMYK5.05%0.00%33.33%
61.18%

Color #5E6342 in popluar number systems.

HEX5E6342
Decimal949966
Binary101111011000111000010
Octal136143102

Shades and tints

Shades of #5E6342

#5E6342
(94,99,66)
#565A3C
(86,90,60)
#4E5136
(78,81,54)
#464830
(70,72,48)
#3E3F2A
(62,63,42)
#363624
(54,54,36)
#2E2D1E
(46,45,30)
#262418
(38,36,24)
#1E1B12
(30,27,18)
#16120C
(22,18,12)
#0E0906
(14,9,6)
#000000
(0,0,0)

Tints of #5E6342

#5E6342
(94,99,66)
#6C7153
(108,113,83)
#7A7F64
(122,127,100)
#888D75
(136,141,117)
#969B86
(150,155,134)
#A4A997
(164,169,151)
#B2B7A8
(178,183,168)
#C0C5B9
(192,197,185)
#CED3CA
(206,211,202)
#DCE1DB
(220,225,219)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6342 color. Also use rgb(94,99,66) instead hex code.

Text Font Color

.myTextColor { color: #5E6342; }

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

This text font color is #5E6342.


Background Color

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

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

This div background color is #5E6342.


Border color

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

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

This div border color is #5E6342.


Opacity

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

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

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

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

This text has shadow with #5E6342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6342 on black background.


Color preview on white background

This text has color #5E6342 on white background.



Black color preview on #5E6342 background

This text has black color on #5E6342 background.


White color preview on #5E6342 background

This text has white color on #5E6342 background.