COLOR #5D827E

HEX: #5D827E
RGB: (93,130,126)

Color info

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

RGB color model

#5D827E color RGB value is (93,130,126).

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

RGB channels and saturation

R 93 of 255 = 36%
G 130 of 255 = 51%
B 126 of 255 = 49%

93
130
126

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

Portions of RGB colors in percentages

R + G + B =
93 + 130 + 126 = 349 (100%)
R 93 of 349 ~ 26.65%
G 130 of 349 ~ 37.25%
B 126 of 349 ~ 36.1%

%26.65
%37.25
%36.1

CMYK color model

#5D827E color CMYK value is (28,0,3,49).

  • cyan value is 28.46%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 49.02%
CMYK:
(28,0,3,49)
C28M0Y3K49 
(28%,0%,3%,49%)
(0.28/0.00/0.03/0.49)	

CMYK percentages

%28.46
%0
%3.08
%49.02

Codes

Color #5D827E in popluar color models

5D827E
RGB93130126
HSL174°16.59%43.73%
HSB/HSV174°28.46%50.98%
CMYK28.46%0.00%3.08%
49.02%

Color #5D827E in popluar number systems.

HEX5D827E
Decimal93130126
Binary1011101100000101111110
Octal135202176

Shades and tints

Shades of #5D827E

#5D827E
(93,130,126)
#557773
(85,119,115)
#4D6C68
(77,108,104)
#45615D
(69,97,93)
#3D5652
(61,86,82)
#354B47
(53,75,71)
#2D403C
(45,64,60)
#253531
(37,53,49)
#1D2A26
(29,42,38)
#151F1B
(21,31,27)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #5D827E

#5D827E
(93,130,126)
#6B8D89
(107,141,137)
#799894
(121,152,148)
#87A39F
(135,163,159)
#95AEAA
(149,174,170)
#A3B9B5
(163,185,181)
#B1C4C0
(177,196,192)
#BFCFCB
(191,207,203)
#CDDAD6
(205,218,214)
#DBE5E1
(219,229,225)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D827E; }

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

This text font color is #5D827E.


Background Color

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

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

This div background color is #5D827E.


Border color

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

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

This div border color is #5D827E.


Opacity

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

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

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

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

This text has shadow with #5D827E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D827E on black background.


Color preview on white background

This text has color #5D827E on white background.



Black color preview on #5D827E background

This text has black color on #5D827E background.


White color preview on #5D827E background

This text has white color on #5D827E background.