COLOR #5D7F7A

HEX: #5D7F7A
RGB: (93,127,122)

Color info

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

RGB color model

#5D7F7A color RGB value is (93,127,122).

  • red value is 93;
  • green value is 127;
  • blue value is 122.
RGB:
(93,127,122)
(36%,50%,48%)

RGB channels and saturation

R 93 of 255 = 36%
G 127 of 255 = 50%
B 122 of 255 = 48%

93
127
122

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

Portions of RGB colors in percentages

R + G + B =
93 + 127 + 122 = 342 (100%)
R 93 of 342 ~ 27.19%
G 127 of 342 ~ 37.13%
B 122 of 342 ~ 35.67%

%27.19
%37.13
%35.67

CMYK color model

#5D7F7A color CMYK value is (27,0,4,50).

  • cyan value is 26.77%
  • magenta value is 0.00%
  • yellow value is 3.94%
  • key color value is 50.20%
CMYK:
(27,0,4,50)
C27M0Y4K50 
(27%,0%,4%,50%)
(0.27/0.00/0.04/0.50)	

CMYK percentages

%26.77
%0
%3.94
%50.2

Codes

Color #5D7F7A in popluar color models

5D7F7A
RGB93127122
HSL171°15.45%43.14%
HSB/HSV171°26.77%49.80%
CMYK26.77%0.00%3.94%
50.20%

Color #5D7F7A in popluar number systems.

HEX5D7F7A
Decimal93127122
Binary101110111111111111010
Octal135177172

Shades and tints

Shades of #5D7F7A

#5D7F7A
(93,127,122)
#55746F
(85,116,111)
#4D6964
(77,105,100)
#455E59
(69,94,89)
#3D534E
(61,83,78)
#354843
(53,72,67)
#2D3D38
(45,61,56)
#25322D
(37,50,45)
#1D2722
(29,39,34)
#151C17
(21,28,23)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #5D7F7A

#5D7F7A
(93,127,122)
#6B8A86
(107,138,134)
#799592
(121,149,146)
#87A09E
(135,160,158)
#95ABAA
(149,171,170)
#A3B6B6
(163,182,182)
#B1C1C2
(177,193,194)
#BFCCCE
(191,204,206)
#CDD7DA
(205,215,218)
#DBE2E6
(219,226,230)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7F7A; }

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

This text font color is #5D7F7A.


Background Color

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

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

This div background color is #5D7F7A.


Border color

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

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

This div border color is #5D7F7A.


Opacity

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

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

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

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

This text has shadow with #5D7F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7F7A on black background.


Color preview on white background

This text has color #5D7F7A on white background.



Black color preview on #5D7F7A background

This text has black color on #5D7F7A background.


White color preview on #5D7F7A background

This text has white color on #5D7F7A background.