COLOR #5E6546

HEX: #5E6546
RGB: (94,101,70)

Color info

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

RGB color model

#5E6546 color RGB value is (94,101,70).

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

RGB channels and saturation

R 94 of 255 = 37%
G 101 of 255 = 40%
B 70 of 255 = 27%

94
101
70

R + G + B ~ 35%. #5E6546 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 101 + 70 = 265 (100%)
R 94 of 265 ~ 35.47%
G 101 of 265 ~ 38.11%
B 70 of 265 ~ 26.42%

%35.47
%38.11
%26.42

CMYK color model

#5E6546 color CMYK value is (7,0,31,60).

  • cyan value is 6.93%
  • magenta value is 0.00%
  • yellow value is 30.69%
  • key color value is 60.39%
CMYK:
(7,0,31,60)
C7M0Y31K60 
(7%,0%,31%,60%)
(0.07/0.00/0.31/0.60)	

CMYK percentages

%6.93
%0
%30.69
%60.39

Codes

Color #5E6546 in popluar color models

5E6546
RGB9410170
HSL74°18.13%33.53%
HSB/HSV74°30.69%39.61%
CMYK6.93%0.00%30.69%
60.39%

Color #5E6546 in popluar number systems.

HEX5E6546
Decimal9410170
Binary101111011001011000110
Octal136145106

Shades and tints

Shades of #5E6546

#5E6546
(94,101,70)
#565C40
(86,92,64)
#4E533A
(78,83,58)
#464A34
(70,74,52)
#3E412E
(62,65,46)
#363828
(54,56,40)
#2E2F22
(46,47,34)
#26261C
(38,38,28)
#1E1D16
(30,29,22)
#161410
(22,20,16)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #5E6546

#5E6546
(94,101,70)
#6C7356
(108,115,86)
#7A8166
(122,129,102)
#888F76
(136,143,118)
#969D86
(150,157,134)
#A4AB96
(164,171,150)
#B2B9A6
(178,185,166)
#C0C7B6
(192,199,182)
#CED5C6
(206,213,198)
#DCE3D6
(220,227,214)
#EAF1E6
(234,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6546; }

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

This text font color is #5E6546.


Background Color

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

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

This div background color is #5E6546.


Border color

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

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

This div border color is #5E6546.


Opacity

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

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

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

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

This text has shadow with #5E6546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6546 on black background.


Color preview on white background

This text has color #5E6546 on white background.



Black color preview on #5E6546 background

This text has black color on #5E6546 background.


White color preview on #5E6546 background

This text has white color on #5E6546 background.