COLOR #5E6E4C

HEX: #5E6E4C
RGB: (94,110,76)

Color info

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

RGB color model

#5E6E4C color RGB value is (94,110,76).

  • red value is 94;
  • green value is 110;
  • blue value is 76.
RGB:
(94,110,76)
(37%,43%,30%)

RGB channels and saturation

R 94 of 255 = 37%
G 110 of 255 = 43%
B 76 of 255 = 30%

94
110
76

R + G + B ~ 37%. #5E6E4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 110 + 76 = 280 (100%)
R 94 of 280 ~ 33.57%
G 110 of 280 ~ 39.29%
B 76 of 280 ~ 27.14%

%33.57
%39.29
%27.14

CMYK color model

#5E6E4C color CMYK value is (15,0,31,57).

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 30.91%
  • key color value is 56.86%
CMYK:
(15,0,31,57)
C15M0Y31K57 
(15%,0%,31%,57%)
(0.15/0.00/0.31/0.57)	

CMYK percentages

%14.55
%0
%30.91
%56.86

Codes

Color #5E6E4C in popluar color models

5E6E4C
RGB9411076
HSL88°18.28%36.47%
HSB/HSV88°30.91%43.14%
CMYK14.55%0.00%30.91%
56.86%

Color #5E6E4C in popluar number systems.

HEX5E6E4C
Decimal9411076
Binary101111011011101001100
Octal136156114

Shades and tints

Shades of #5E6E4C

#5E6E4C
(94,110,76)
#566446
(86,100,70)
#4E5A40
(78,90,64)
#46503A
(70,80,58)
#3E4634
(62,70,52)
#363C2E
(54,60,46)
#2E3228
(46,50,40)
#262822
(38,40,34)
#1E1E1C
(30,30,28)
#161416
(22,20,22)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #5E6E4C

#5E6E4C
(94,110,76)
#6C7B5C
(108,123,92)
#7A886C
(122,136,108)
#88957C
(136,149,124)
#96A28C
(150,162,140)
#A4AF9C
(164,175,156)
#B2BCAC
(178,188,172)
#C0C9BC
(192,201,188)
#CED6CC
(206,214,204)
#DCE3DC
(220,227,220)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6E4C color. Also use rgb(94,110,76) instead hex code.

Text Font Color

.myTextColor { color: #5E6E4C; }

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

This text font color is #5E6E4C.


Background Color

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

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

This div background color is #5E6E4C.


Border color

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

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

This div border color is #5E6E4C.


Opacity

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

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

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

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

This text has shadow with #5E6E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6E4C on black background.


Color preview on white background

This text has color #5E6E4C on white background.



Black color preview on #5E6E4C background

This text has black color on #5E6E4C background.


White color preview on #5E6E4C background

This text has white color on #5E6E4C background.