COLOR #5D9277

HEX: #5D9277
RGB: (93,146,119)

Color info

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

RGB color model

#5D9277 color RGB value is (93,146,119).

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

RGB channels and saturation

R 93 of 255 = 36%
G 146 of 255 = 57%
B 119 of 255 = 47%

93
146
119

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

Portions of RGB colors in percentages

R + G + B =
93 + 146 + 119 = 358 (100%)
R 93 of 358 ~ 25.98%
G 146 of 358 ~ 40.78%
B 119 of 358 ~ 33.24%

%25.98
%40.78
%33.24

CMYK color model

#5D9277 color CMYK value is (36,0,18,43).

  • cyan value is 36.30%
  • magenta value is 0.00%
  • yellow value is 18.49%
  • key color value is 42.75%
CMYK:
(36,0,18,43)
C36M0Y18K43 
(36%,0%,18%,43%)
(0.36/0.00/0.18/0.43)	

CMYK percentages

%36.3
%0
%18.49
%42.75

Codes

Color #5D9277 in popluar color models

5D9277
RGB93146119
HSL149°22.18%46.86%
HSB/HSV149°36.30%57.25%
CMYK36.30%0.00%18.49%
42.75%

Color #5D9277 in popluar number systems.

HEX5D9277
Decimal93146119
Binary1011101100100101110111
Octal135222167

Shades and tints

Shades of #5D9277

#5D9277
(93,146,119)
#55856D
(85,133,109)
#4D7863
(77,120,99)
#456B59
(69,107,89)
#3D5E4F
(61,94,79)
#355145
(53,81,69)
#2D443B
(45,68,59)
#253731
(37,55,49)
#1D2A27
(29,42,39)
#151D1D
(21,29,29)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #5D9277

#5D9277
(93,146,119)
#6B9B83
(107,155,131)
#79A48F
(121,164,143)
#87AD9B
(135,173,155)
#95B6A7
(149,182,167)
#A3BFB3
(163,191,179)
#B1C8BF
(177,200,191)
#BFD1CB
(191,209,203)
#CDDAD7
(205,218,215)
#DBE3E3
(219,227,227)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D9277; }

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

This text font color is #5D9277.


Background Color

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

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

This div background color is #5D9277.


Border color

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

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

This div border color is #5D9277.


Opacity

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

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

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

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

This text has shadow with #5D9277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9277 on black background.


Color preview on white background

This text has color #5D9277 on white background.



Black color preview on #5D9277 background

This text has black color on #5D9277 background.


White color preview on #5D9277 background

This text has white color on #5D9277 background.