COLOR #5D7A6C

HEX: #5D7A6C RGB: (93,122,108)

Color info

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

RGB color model

#5D7A6C color RGB value is (93,122,108).

RGB: (93,122,108) (36%, 48%, 42%)

RGB channels and saturation

R 93 of 255 = 36%
G 122 of 255 = 48%
B 108 of 255 = 42%

93
122
108

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

Portions of RGB colors in percentages

R + G + B = 93 + 122 + 108 = 323 (100%)
R 93 of 323 ~ 28.79%
G 122 of 323 ~ 37.77%
B 108 of 323 ~ 33.44'%

%28.79
%37.77
%33.44

CMYK color model

#5D7A6C color CMYK value is (24,0,11,52).

  • cyan value is 23.77%
  • magenta value is 0.00%
  • yellow value is 11.48%
  • key color value is 52.16%

CMYK: (24,0,11,52)
C24M0Y11K52 (24%, 0%, 11%, 52%)
(0.24 / 0.00 / 0.11 / 0.52)

CMYK percentages

%23.77
%0
%11.48
%52.16

Codes

Color #5D7A6C in popluar color models

5D 7A 6C
RGB 93 122 108
HSL 151° 13.49% 42.16%
HSB/HSV 151° 23.77% 47.84%
CMYK 23.77% 0.00% 11.48%
52.16%

Color #5D7A6C in popluar number systems.

HEX 5D 7A 6C
Decimal 93 122 108
Binary 1011101 1111010 1101100
Octal 135 172 154

Shades and tints

Shades of #5D7A6C

#5D7A6C
(93,122,108)
#556F63
(85,111,99)
#4D645A
(77,100,90)
#455951
(69,89,81)
#3D4E48
(61,78,72)
#35433F
(53,67,63)
#2D3836
(45,56,54)
#252D2D
(37,45,45)
#1D2224
(29,34,36)
#15171B
(21,23,27)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #5D7A6C

#5D7A6C
(93,122,108)
#6B8679
(107,134,121)
#799286
(121,146,134)
#879E93
(135,158,147)
#95AAA0
(149,170,160)
#A3B6AD
(163,182,173)
#B1C2BA
(177,194,186)
#BFCEC7
(191,206,199)
#CDDAD4
(205,218,212)
#DBE6E1
(219,230,225)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7A6C; }

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

This text font color is #5D7A6C.

Background Color

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

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

This div background color is #5D7A6C.

Border color

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

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

This div border color is #5D7A6C.

Opacity

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

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

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

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

This text has shadow with #5D7A6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D7A6C.

Preview

Color preview on black background

This text has color #5D7A6C on black background.


Color preview on white background

This text has color #5D7A6C on white background.


Black color preview on #5D7A6C background

This text has black color on #5D7A6C background.


White color preview on #5D7A6C background

This text has white color on #5D7A6C background.


Related colors

Complementary color

Complementary color for #hex is #A28593.


I love getcolorcode.com

Triadic colors

1 #6C5D7A and #7A6C5D with #5D7A6C are triadic colors.

2 #6C7A5D and #7A5D6C with #5D7A6C are triadic colors.