COLOR #5D8277

HEX: #5D8277
RGB: (93,130,119)

Color info

#5D8277 contains red, green and blue colors in about the same proportion. Web safe color of #5D8277 is #669966 (or #696).

RGB color model

#5D8277 color RGB value is (93,130,119).

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

RGB channels and saturation

R 93 of 255 = 36%
G 130 of 255 = 51%
B 119 of 255 = 47%

93
130
119

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

Portions of RGB colors in percentages

R + G + B =
93 + 130 + 119 = 342 (100%)
R 93 of 342 ~ 27.19%
G 130 of 342 ~ 38.01%
B 119 of 342 ~ 34.8%

%27.19
%38.01
%34.8

CMYK color model

#5D8277 color CMYK value is (28,0,8,49).

  • cyan value is 28.46%
  • magenta value is 0.00%
  • yellow value is 8.46%
  • key color value is 49.02%
CMYK:
(28,0,8,49)
C28M0Y8K49 
(28%,0%,8%,49%)
(0.28/0.00/0.08/0.49)	

CMYK percentages

%28.46
%0
%8.46
%49.02

Codes

Color #5D8277 in popluar color models

5D8277
RGB93130119
HSL162°16.59%43.73%
HSB/HSV162°28.46%50.98%
CMYK28.46%0.00%8.46%
49.02%

Color #5D8277 in popluar number systems.

HEX5D8277
Decimal93130119
Binary1011101100000101110111
Octal135202167

Shades and tints

Shades of #5D8277

#5D8277
(93,130,119)
#55776D
(85,119,109)
#4D6C63
(77,108,99)
#456159
(69,97,89)
#3D564F
(61,86,79)
#354B45
(53,75,69)
#2D403B
(45,64,59)
#253531
(37,53,49)
#1D2A27
(29,42,39)
#151F1D
(21,31,29)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #5D8277

#5D8277
(93,130,119)
#6B8D83
(107,141,131)
#79988F
(121,152,143)
#87A39B
(135,163,155)
#95AEA7
(149,174,167)
#A3B9B3
(163,185,179)
#B1C4BF
(177,196,191)
#BFCFCB
(191,207,203)
#CDDAD7
(205,218,215)
#DBE5E3
(219,229,227)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D8277; }

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

This text font color is #5D8277.


Background Color

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

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

This div background color is #5D8277.


Border color

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

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

This div border color is #5D8277.


Opacity

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

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

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

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

This text has shadow with #5D8277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8277 on black background.


Color preview on white background

This text has color #5D8277 on white background.



Black color preview on #5D8277 background

This text has black color on #5D8277 background.


White color preview on #5D8277 background

This text has white color on #5D8277 background.