COLOR #5E6140

HEX: #5E6140
RGB: (94,97,64)

Color info

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

RGB color model

#5E6140 color RGB value is (94,97,64).

  • red value is 94;
  • green value is 97;
  • blue value is 64.
RGB:
(94,97,64)
(37%,38%,25%)

RGB channels and saturation

R 94 of 255 = 37%
G 97 of 255 = 38%
B 64 of 255 = 25%

94
97
64

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

Portions of RGB colors in percentages

R + G + B =
94 + 97 + 64 = 255 (100%)
R 94 of 255 ~ 36.86%
G 97 of 255 ~ 38.04%
B 64 of 255 ~ 25.1%

%36.86
%38.04
%25.1

CMYK color model

#5E6140 color CMYK value is (3,0,34,62).

  • cyan value is 3.09%
  • magenta value is 0.00%
  • yellow value is 34.02%
  • key color value is 61.96%
CMYK:
(3,0,34,62)
C3M0Y34K62 
(3%,0%,34%,62%)
(0.03/0.00/0.34/0.62)	

CMYK percentages

%3.09
%0
%34.02
%61.96

Codes

Color #5E6140 in popluar color models

5E6140
RGB949764
HSL65°20.50%31.57%
HSB/HSV65°34.02%38.04%
CMYK3.09%0.00%34.02%
61.96%

Color #5E6140 in popluar number systems.

HEX5E6140
Decimal949764
Binary101111011000011000000
Octal136141100

Shades and tints

Shades of #5E6140

#5E6140
(94,97,64)
#56593B
(86,89,59)
#4E5136
(78,81,54)
#464931
(70,73,49)
#3E412C
(62,65,44)
#363927
(54,57,39)
#2E3122
(46,49,34)
#26291D
(38,41,29)
#1E2118
(30,33,24)
#161913
(22,25,19)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #5E6140

#5E6140
(94,97,64)
#6C6F51
(108,111,81)
#7A7D62
(122,125,98)
#888B73
(136,139,115)
#969984
(150,153,132)
#A4A795
(164,167,149)
#B2B5A6
(178,181,166)
#C0C3B7
(192,195,183)
#CED1C8
(206,209,200)
#DCDFD9
(220,223,217)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6140 color. Also use rgb(94,97,64) instead hex code.

Text Font Color

.myTextColor { color: #5E6140; }

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

This text font color is #5E6140.


Background Color

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

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

This div background color is #5E6140.


Border color

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

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

This div border color is #5E6140.


Opacity

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

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

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

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

This text has shadow with #5E6140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6140 on black background.


Color preview on white background

This text has color #5E6140 on white background.



Black color preview on #5E6140 background

This text has black color on #5E6140 background.


White color preview on #5E6140 background

This text has white color on #5E6140 background.