COLOR #5D837A

HEX: #5D837A
RGB: (93,131,122)

Color info

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

RGB color model

#5D837A color RGB value is (93,131,122).

  • red value is 93;
  • green value is 131;
  • blue value is 122.
RGB: (93,131,122) (36%,51%,48%)

RGB channels and saturation

R 93 of 255 = 36%
G 131 of 255 = 51%
B 122 of 255 = 48%

93
131
122

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

Portions of RGB colors in percentages

R + G + B =
93 + 131 + 122 = 346 (100%)
R 93 of 346 ~ 26.88%
G 131 of 346 ~ 37.86%
B 122 of 346 ~ 35.26%

%26.88
%37.86
%35.26

CMYK color model

#5D837A color CMYK value is (29,0,7,49).

  • cyan value is 29.01%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 48.63%
CMYK: (29,0,7,49) C29M0Y7K49 (29%,0%,7%,49%) (0.29/0.00/0.07/0.49)

CMYK percentages

%29.01
%0
%6.87
%48.63

Codes

Color #5D837A in popluar color models

5D837A
RGB93131122
HSL166°16.96%43.92%
HSB/HSV166°29.01%51.37%
CMYK29.01%0.00%6.87%
48.63%

Color #5D837A in popluar number systems.

HEX5D837A
Decimal93131122
Binary1011101100000111111010
Octal135203172

Shades and tints

Shades of #5D837A

#5D837A
(93,131,122)
#55786F
(85,120,111)
#4D6D64
(77,109,100)
#456259
(69,98,89)
#3D574E
(61,87,78)
#354C43
(53,76,67)
#2D4138
(45,65,56)
#25362D
(37,54,45)
#1D2B22
(29,43,34)
#152017
(21,32,23)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #5D837A

#5D837A
(93,131,122)
#6B8E86
(107,142,134)
#799992
(121,153,146)
#87A49E
(135,164,158)
#95AFAA
(149,175,170)
#A3BAB6
(163,186,182)
#B1C5C2
(177,197,194)
#BFD0CE
(191,208,206)
#CDDBDA
(205,219,218)
#DBE6E6
(219,230,230)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D837A; }

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

This text font color is #5D837A.


Background Color

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

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

This div background color is #5D837A.


Border color

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

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

This div border color is #5D837A.


Opacity

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

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

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

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

This text has shadow with #5D837A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5D837A on black background.


Color preview on white background

This text has color #5D837A on white background.



Black color preview on #5D837A background

This text has black color on #5D837A background.


White color preview on #5D837A background

This text has white color on #5D837A background.