COLOR #5D857D

HEX: #5D857D
RGB: (93,133,125)

Color info

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

RGB color model

#5D857D color RGB value is (93,133,125).

  • red value is 93;
  • green value is 133;
  • blue value is 125.
RGB:
(93,133,125)
(36%,52%,49%)

RGB channels and saturation

R 93 of 255 = 36%
G 133 of 255 = 52%
B 125 of 255 = 49%

93
133
125

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

Portions of RGB colors in percentages

R + G + B =
93 + 133 + 125 = 351 (100%)
R 93 of 351 ~ 26.5%
G 133 of 351 ~ 37.89%
B 125 of 351 ~ 35.61%

%26.5
%37.89
%35.61

CMYK color model

#5D857D color CMYK value is (30,0,6,48).

  • cyan value is 30.08%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 47.84%
CMYK:
(30,0,6,48)
C30M0Y6K48 
(30%,0%,6%,48%)
(0.30/0.00/0.06/0.48)	

CMYK percentages

%30.08
%0
%6.02
%47.84

Codes

Color #5D857D in popluar color models

5D857D
RGB93133125
HSL168°17.70%44.31%
HSB/HSV168°30.08%52.16%
CMYK30.08%0.00%6.02%
47.84%

Color #5D857D in popluar number systems.

HEX5D857D
Decimal93133125
Binary1011101100001011111101
Octal135205175

Shades and tints

Shades of #5D857D

#5D857D
(93,133,125)
#557972
(85,121,114)
#4D6D67
(77,109,103)
#45615C
(69,97,92)
#3D5551
(61,85,81)
#354946
(53,73,70)
#2D3D3B
(45,61,59)
#253130
(37,49,48)
#1D2525
(29,37,37)
#15191A
(21,25,26)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #5D857D

#5D857D
(93,133,125)
#6B9088
(107,144,136)
#799B93
(121,155,147)
#87A69E
(135,166,158)
#95B1A9
(149,177,169)
#A3BCB4
(163,188,180)
#B1C7BF
(177,199,191)
#BFD2CA
(191,210,202)
#CDDDD5
(205,221,213)
#DBE8E0
(219,232,224)
#E9F3EB
(233,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D857D color. Also use rgb(93,133,125) instead hex code.

Text Font Color

.myTextColor { color: #5D857D; }

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

This text font color is #5D857D.


Background Color

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

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

This div background color is #5D857D.


Border color

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

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

This div border color is #5D857D.


Opacity

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

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

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

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

This text has shadow with #5D857D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D857D on black background.


Color preview on white background

This text has color #5D857D on white background.



Black color preview on #5D857D background

This text has black color on #5D857D background.


White color preview on #5D857D background

This text has white color on #5D857D background.