COLOR #5D7979

HEX: #5D7979
RGB: (93,121,121)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

93
121
121

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

Portions of RGB colors in percentages

R + G + B =
93 + 121 + 121 = 335 (100%)
R 93 of 335 ~ 27.76%
G 121 of 335 ~ 36.12%
B 121 of 335 ~ 36.12%

%27.76
%36.12
%36.12

CMYK color model

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

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

CMYK percentages

%23.14
%0
%0
%52.55

Codes

Color #5D7979 in popluar color models

5D7979
RGB93121121
HSL180°13.08%41.96%
HSB/HSV180°23.14%47.45%
CMYK23.14%0.00%0.00%
52.55%

Color #5D7979 in popluar number systems.

HEX5D7979
Decimal93121121
Binary101110111110011111001
Octal135171171

Shades and tints

Shades of #5D7979

#5D7979
(93,121,121)
#556E6E
(85,110,110)
#4D6363
(77,99,99)
#455858
(69,88,88)
#3D4D4D
(61,77,77)
#354242
(53,66,66)
#2D3737
(45,55,55)
#252C2C
(37,44,44)
#1D2121
(29,33,33)
#151616
(21,22,22)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #5D7979

#5D7979
(93,121,121)
#6B8585
(107,133,133)
#799191
(121,145,145)
#879D9D
(135,157,157)
#95A9A9
(149,169,169)
#A3B5B5
(163,181,181)
#B1C1C1
(177,193,193)
#BFCDCD
(191,205,205)
#CDD9D9
(205,217,217)
#DBE5E5
(219,229,229)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7979; }

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

This text font color is #5D7979.


Background Color

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

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

This div background color is #5D7979.


Border color

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

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

This div border color is #5D7979.


Opacity

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

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

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

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

This text has shadow with #5D7979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7979 on black background.


Color preview on white background

This text has color #5D7979 on white background.



Black color preview on #5D7979 background

This text has black color on #5D7979 background.


White color preview on #5D7979 background

This text has white color on #5D7979 background.