COLOR #5E6B46

HEX: #5E6B46
RGB: (94,107,70)

Color info

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

RGB color model

#5E6B46 color RGB value is (94,107,70).

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

RGB channels and saturation

R 94 of 255 = 37%
G 107 of 255 = 42%
B 70 of 255 = 27%

94
107
70

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

Portions of RGB colors in percentages

R + G + B =
94 + 107 + 70 = 271 (100%)
R 94 of 271 ~ 34.69%
G 107 of 271 ~ 39.48%
B 70 of 271 ~ 25.83%

%34.69
%39.48
%25.83

CMYK color model

#5E6B46 color CMYK value is (12,0,35,58).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 34.58%
  • key color value is 58.04%
CMYK:
(12,0,35,58)
C12M0Y35K58 
(12%,0%,35%,58%)
(0.12/0.00/0.35/0.58)	

CMYK percentages

%12.15
%0
%34.58
%58.04

Codes

Color #5E6B46 in popluar color models

5E6B46
RGB9410770
HSL81°20.90%34.71%
HSB/HSV81°34.58%41.96%
CMYK12.15%0.00%34.58%
58.04%

Color #5E6B46 in popluar number systems.

HEX5E6B46
Decimal9410770
Binary101111011010111000110
Octal136153106

Shades and tints

Shades of #5E6B46

#5E6B46
(94,107,70)
#566240
(86,98,64)
#4E593A
(78,89,58)
#465034
(70,80,52)
#3E472E
(62,71,46)
#363E28
(54,62,40)
#2E3522
(46,53,34)
#262C1C
(38,44,28)
#1E2316
(30,35,22)
#161A10
(22,26,16)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #5E6B46

#5E6B46
(94,107,70)
#6C7856
(108,120,86)
#7A8566
(122,133,102)
#889276
(136,146,118)
#969F86
(150,159,134)
#A4AC96
(164,172,150)
#B2B9A6
(178,185,166)
#C0C6B6
(192,198,182)
#CED3C6
(206,211,198)
#DCE0D6
(220,224,214)
#EAEDE6
(234,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6B46; }

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

This text font color is #5E6B46.


Background Color

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

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

This div background color is #5E6B46.


Border color

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

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

This div border color is #5E6B46.


Opacity

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

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

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

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

This text has shadow with #5E6B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6B46 on black background.


Color preview on white background

This text has color #5E6B46 on white background.



Black color preview on #5E6B46 background

This text has black color on #5E6B46 background.


White color preview on #5E6B46 background

This text has white color on #5E6B46 background.