COLOR #5E6B4B

HEX: #5E6B4B
RGB: (94,107,75)

Color info

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

RGB color model

#5E6B4B color RGB value is (94,107,75).

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

RGB channels and saturation

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

94
107
75

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

Portions of RGB colors in percentages

R + G + B =
94 + 107 + 75 = 276 (100%)
R 94 of 276 ~ 34.06%
G 107 of 276 ~ 38.77%
B 75 of 276 ~ 27.17%

%34.06
%38.77
%27.17

CMYK color model

#5E6B4B color CMYK value is (12,0,30,58).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 29.91%
  • key color value is 58.04%
CMYK:
(12,0,30,58)
C12M0Y30K58 
(12%,0%,30%,58%)
(0.12/0.00/0.30/0.58)	

CMYK percentages

%12.15
%0
%29.91
%58.04

Codes

Color #5E6B4B in popluar color models

5E6B4B
RGB9410775
HSL84°17.58%35.69%
HSB/HSV84°29.91%41.96%
CMYK12.15%0.00%29.91%
58.04%

Color #5E6B4B in popluar number systems.

HEX5E6B4B
Decimal9410775
Binary101111011010111001011
Octal136153113

Shades and tints

Shades of #5E6B4B

#5E6B4B
(94,107,75)
#566245
(86,98,69)
#4E593F
(78,89,63)
#465039
(70,80,57)
#3E4733
(62,71,51)
#363E2D
(54,62,45)
#2E3527
(46,53,39)
#262C21
(38,44,33)
#1E231B
(30,35,27)
#161A15
(22,26,21)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #5E6B4B

#5E6B4B
(94,107,75)
#6C785B
(108,120,91)
#7A856B
(122,133,107)
#88927B
(136,146,123)
#969F8B
(150,159,139)
#A4AC9B
(164,172,155)
#B2B9AB
(178,185,171)
#C0C6BB
(192,198,187)
#CED3CB
(206,211,203)
#DCE0DB
(220,224,219)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6B4B; }

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

This text font color is #5E6B4B.


Background Color

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

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

This div background color is #5E6B4B.


Border color

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

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

This div border color is #5E6B4B.


Opacity

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

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

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

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

This text has shadow with #5E6B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6B4B on black background.


Color preview on white background

This text has color #5E6B4B on white background.



Black color preview on #5E6B4B background

This text has black color on #5E6B4B background.


White color preview on #5E6B4B background

This text has white color on #5E6B4B background.