COLOR #5E6B4A

HEX: #5E6B4A
RGB: (94,107,74)

Color info

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

RGB color model

#5E6B4A color RGB value is (94,107,74).

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

RGB channels and saturation

R 94 of 255 = 37%
G 107 of 255 = 42%
B 74 of 255 = 29%

94
107
74

R + G + B ~ 36%. #5E6B4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 107 + 74 = 275 (100%)
R 94 of 275 ~ 34.18%
G 107 of 275 ~ 38.91%
B 74 of 275 ~ 26.91%

%34.18
%38.91
%26.91

CMYK color model

#5E6B4A color CMYK value is (12,0,31,58).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 30.84%
  • key color value is 58.04%
CMYK:
(12,0,31,58)
C12M0Y31K58 
(12%,0%,31%,58%)
(0.12/0.00/0.31/0.58)	

CMYK percentages

%12.15
%0
%30.84
%58.04

Codes

Color #5E6B4A in popluar color models

5E6B4A
RGB9410774
HSL84°18.23%35.49%
HSB/HSV84°30.84%41.96%
CMYK12.15%0.00%30.84%
58.04%

Color #5E6B4A in popluar number systems.

HEX5E6B4A
Decimal9410774
Binary101111011010111001010
Octal136153112

Shades and tints

Shades of #5E6B4A

#5E6B4A
(94,107,74)
#566244
(86,98,68)
#4E593E
(78,89,62)
#465038
(70,80,56)
#3E4732
(62,71,50)
#363E2C
(54,62,44)
#2E3526
(46,53,38)
#262C20
(38,44,32)
#1E231A
(30,35,26)
#161A14
(22,26,20)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #5E6B4A

#5E6B4A
(94,107,74)
#6C785A
(108,120,90)
#7A856A
(122,133,106)
#88927A
(136,146,122)
#969F8A
(150,159,138)
#A4AC9A
(164,172,154)
#B2B9AA
(178,185,170)
#C0C6BA
(192,198,186)
#CED3CA
(206,211,202)
#DCE0DA
(220,224,218)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6B4A; }

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

This text font color is #5E6B4A.


Background Color

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

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

This div background color is #5E6B4A.


Border color

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

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

This div border color is #5E6B4A.


Opacity

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

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

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

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

This text has shadow with #5E6B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6B4A on black background.


Color preview on white background

This text has color #5E6B4A on white background.



Black color preview on #5E6B4A background

This text has black color on #5E6B4A background.


White color preview on #5E6B4A background

This text has white color on #5E6B4A background.