COLOR #5E795D

HEX: #5E795D
RGB: (94,121,93)

Color info

#5E795D contains red, green and blue colors in about the same proportion. Web safe color of #5E795D is #666666 (or #666).

RGB color model

#5E795D color RGB value is (94,121,93).

  • red value is 94;
  • green value is 121;
  • blue value is 93.
RGB:
(94,121,93)
(37%,47%,36%)

RGB channels and saturation

R 94 of 255 = 37%
G 121 of 255 = 47%
B 93 of 255 = 36%

94
121
93

R + G + B ~ 40%. #5E795D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 121 + 93 = 308 (100%)
R 94 of 308 ~ 30.52%
G 121 of 308 ~ 39.29%
B 93 of 308 ~ 30.19%

%30.52
%39.29
%30.19

CMYK color model

#5E795D color CMYK value is (22,0,23,53).

  • cyan value is 22.31%
  • magenta value is 0.00%
  • yellow value is 23.14%
  • key color value is 52.55%
CMYK:
(22,0,23,53)
C22M0Y23K53 
(22%,0%,23%,53%)
(0.22/0.00/0.23/0.53)	

CMYK percentages

%22.31
%0
%23.14
%52.55

Codes

Color #5E795D in popluar color models

5E795D
RGB9412193
HSL118°13.08%41.96%
HSB/HSV118°23.14%47.45%
CMYK22.31%0.00%23.14%
52.55%

Color #5E795D in popluar number systems.

HEX5E795D
Decimal9412193
Binary101111011110011011101
Octal136171135

Shades and tints

Shades of #5E795D

#5E795D
(94,121,93)
#566E55
(86,110,85)
#4E634D
(78,99,77)
#465845
(70,88,69)
#3E4D3D
(62,77,61)
#364235
(54,66,53)
#2E372D
(46,55,45)
#262C25
(38,44,37)
#1E211D
(30,33,29)
#161615
(22,22,21)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #5E795D

#5E795D
(94,121,93)
#6C856B
(108,133,107)
#7A9179
(122,145,121)
#889D87
(136,157,135)
#96A995
(150,169,149)
#A4B5A3
(164,181,163)
#B2C1B1
(178,193,177)
#C0CDBF
(192,205,191)
#CED9CD
(206,217,205)
#DCE5DB
(220,229,219)
#EAF1E9
(234,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E795D color. Also use rgb(94,121,93) instead hex code.

Text Font Color

.myTextColor { color: #5E795D; }

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

This text font color is #5E795D.


Background Color

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

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

This div background color is #5E795D.


Border color

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

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

This div border color is #5E795D.


Opacity

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

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

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

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

This text has shadow with #5E795D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E795D on black background.


Color preview on white background

This text has color #5E795D on white background.



Black color preview on #5E795D background

This text has black color on #5E795D background.


White color preview on #5E795D background

This text has white color on #5E795D background.