COLOR #5D796D

HEX: #5D796D
RGB: (93,121,109)

Color info

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

RGB color model

#5D796D color RGB value is (93,121,109).

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

RGB channels and saturation

R 93 of 255 = 36%
G 121 of 255 = 47%
B 109 of 255 = 43%

93
121
109

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

Portions of RGB colors in percentages

R + G + B =
93 + 121 + 109 = 323 (100%)
R 93 of 323 ~ 28.79%
G 121 of 323 ~ 37.46%
B 109 of 323 ~ 33.75%

%28.79
%37.46
%33.75

CMYK color model

#5D796D color CMYK value is (23,0,10,53).

  • cyan value is 23.14%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 52.55%
CMYK:
(23,0,10,53)
C23M0Y10K53 
(23%,0%,10%,53%)
(0.23/0.00/0.10/0.53)	

CMYK percentages

%23.14
%0
%9.92
%52.55

Codes

Color #5D796D in popluar color models

5D796D
RGB93121109
HSL154°13.08%41.96%
HSB/HSV154°23.14%47.45%
CMYK23.14%0.00%9.92%
52.55%

Color #5D796D in popluar number systems.

HEX5D796D
Decimal93121109
Binary101110111110011101101
Octal135171155

Shades and tints

Shades of #5D796D

#5D796D
(93,121,109)
#556E64
(85,110,100)
#4D635B
(77,99,91)
#455852
(69,88,82)
#3D4D49
(61,77,73)
#354240
(53,66,64)
#2D3737
(45,55,55)
#252C2E
(37,44,46)
#1D2125
(29,33,37)
#15161C
(21,22,28)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #5D796D

#5D796D
(93,121,109)
#6B857A
(107,133,122)
#799187
(121,145,135)
#879D94
(135,157,148)
#95A9A1
(149,169,161)
#A3B5AE
(163,181,174)
#B1C1BB
(177,193,187)
#BFCDC8
(191,205,200)
#CDD9D5
(205,217,213)
#DBE5E2
(219,229,226)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D796D; }

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

This text font color is #5D796D.


Background Color

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

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

This div background color is #5D796D.


Border color

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

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

This div border color is #5D796D.


Opacity

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

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

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

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

This text has shadow with #5D796D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D796D on black background.


Color preview on white background

This text has color #5D796D on white background.



Black color preview on #5D796D background

This text has black color on #5D796D background.


White color preview on #5D796D background

This text has white color on #5D796D background.