COLOR #5D8484

HEX: #5D8484
RGB: (93,132,132)

Color info

#5D8484 contains red, green and blue colors in about the same proportion. Web safe color of #5D8484 is #669999 (or #699).

RGB color model

#5D8484 color RGB value is (93,132,132).

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

RGB channels and saturation

R 93 of 255 = 36%
G 132 of 255 = 52%
B 132 of 255 = 52%

93
132
132

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

Portions of RGB colors in percentages

R + G + B =
93 + 132 + 132 = 357 (100%)
R 93 of 357 ~ 26.05%
G 132 of 357 ~ 36.97%
B 132 of 357 ~ 36.97%

%26.05
%36.97
%36.97

CMYK color model

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

  • cyan value is 29.55%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(30,0,0,48)
C30M0Y0K48 
(30%,0%,0%,48%)
(0.30/0.00/0.00/0.48)	

CMYK percentages

%29.55
%0
%0
%48.24

Codes

Color #5D8484 in popluar color models

5D8484
RGB93132132
HSL180°17.33%44.12%
HSB/HSV180°29.55%51.76%
CMYK29.55%0.00%0.00%
48.24%

Color #5D8484 in popluar number systems.

HEX5D8484
Decimal93132132
Binary10111011000010010000100
Octal135204204

Shades and tints

Shades of #5D8484

#5D8484
(93,132,132)
#557878
(85,120,120)
#4D6C6C
(77,108,108)
#456060
(69,96,96)
#3D5454
(61,84,84)
#354848
(53,72,72)
#2D3C3C
(45,60,60)
#253030
(37,48,48)
#1D2424
(29,36,36)
#151818
(21,24,24)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #5D8484

#5D8484
(93,132,132)
#6B8F8F
(107,143,143)
#799A9A
(121,154,154)
#87A5A5
(135,165,165)
#95B0B0
(149,176,176)
#A3BBBB
(163,187,187)
#B1C6C6
(177,198,198)
#BFD1D1
(191,209,209)
#CDDCDC
(205,220,220)
#DBE7E7
(219,231,231)
#E9F2F2
(233,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D8484; }

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

This text font color is #5D8484.


Background Color

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

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

This div background color is #5D8484.


Border color

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

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

This div border color is #5D8484.


Opacity

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

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

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

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

This text has shadow with #5D8484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8484 on black background.


Color preview on white background

This text has color #5D8484 on white background.



Black color preview on #5D8484 background

This text has black color on #5D8484 background.


White color preview on #5D8484 background

This text has white color on #5D8484 background.