COLOR #5E6E4B

HEX: #5E6E4B
RGB: (94,110,75)

Color info

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

RGB color model

#5E6E4B color RGB value is (94,110,75).

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

RGB channels and saturation

R 94 of 255 = 37%
G 110 of 255 = 43%
B 75 of 255 = 29%

94
110
75

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

Portions of RGB colors in percentages

R + G + B =
94 + 110 + 75 = 279 (100%)
R 94 of 279 ~ 33.69%
G 110 of 279 ~ 39.43%
B 75 of 279 ~ 26.88%

%33.69
%39.43
%26.88

CMYK color model

#5E6E4B color CMYK value is (15,0,32,57).

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 56.86%
CMYK:
(15,0,32,57)
C15M0Y32K57 
(15%,0%,32%,57%)
(0.15/0.00/0.32/0.57)	

CMYK percentages

%14.55
%0
%31.82
%56.86

Codes

Color #5E6E4B in popluar color models

5E6E4B
RGB9411075
HSL87°18.92%36.27%
HSB/HSV87°31.82%43.14%
CMYK14.55%0.00%31.82%
56.86%

Color #5E6E4B in popluar number systems.

HEX5E6E4B
Decimal9411075
Binary101111011011101001011
Octal136156113

Shades and tints

Shades of #5E6E4B

#5E6E4B
(94,110,75)
#566445
(86,100,69)
#4E5A3F
(78,90,63)
#465039
(70,80,57)
#3E4633
(62,70,51)
#363C2D
(54,60,45)
#2E3227
(46,50,39)
#262821
(38,40,33)
#1E1E1B
(30,30,27)
#161415
(22,20,21)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #5E6E4B

#5E6E4B
(94,110,75)
#6C7B5B
(108,123,91)
#7A886B
(122,136,107)
#88957B
(136,149,123)
#96A28B
(150,162,139)
#A4AF9B
(164,175,155)
#B2BCAB
(178,188,171)
#C0C9BB
(192,201,187)
#CED6CB
(206,214,203)
#DCE3DB
(220,227,219)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6E4B; }

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

This text font color is #5E6E4B.


Background Color

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

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

This div background color is #5E6E4B.


Border color

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

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

This div border color is #5E6E4B.


Opacity

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

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

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

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

This text has shadow with #5E6E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6E4B on black background.


Color preview on white background

This text has color #5E6E4B on white background.



Black color preview on #5E6E4B background

This text has black color on #5E6E4B background.


White color preview on #5E6E4B background

This text has white color on #5E6E4B background.