COLOR #5A8382

HEX: #5A8382 RGB: (90,131,130)

Color info

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

RGB color model

#5A8382 color RGB value is (90,131,130).

RGB: (90,131,130) (35%, 51%, 51%)

RGB channels and saturation

R 90 of 255 = 35%
G 131 of 255 = 51%
B 130 of 255 = 51%

90
131
130

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

Portions of RGB colors in percentages

R + G + B = 90 + 131 + 130 = 351 (100%)
R 90 of 351 ~ 25.64%
G 131 of 351 ~ 37.32%
B 130 of 351 ~ 37.04'%

%25.64
%37.32
%37.04

CMYK color model

#5A8382 color CMYK value is (31,0,1,49).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 0.76%
  • key color value is 48.63%
CMYK: (31,0,1,49) C31M0Y1K49 (31%,0%,1%,49%) (0.31/0.00/0.01/0.49) 

CMYK percentages

%31.3
%0
%0.76
%48.63

Codes

Color #5A8382 in popluar color models

5A 83 82
RGB 90 131 130
HSL 179° 18.55% 43.33%
HSB/HSV 179° 31.30% 51.37%
CMYK 31.30% 0.00% 0.76%
48.63%

Color #5A8382 in popluar number systems.

HEX 5A 83 82
Decimal 90 131 130
Binary 1011010 10000011 10000010
Octal 132 203 202

Shades and tints

Shades of #5A8382

#5A8382
(90,131,130)
#527877
(82,120,119)
#4A6D6C
(74,109,108)
#426261
(66,98,97)
#3A5756
(58,87,86)
#324C4B
(50,76,75)
#2A4140
(42,65,64)
#223635
(34,54,53)
#1A2B2A
(26,43,42)
#12201F
(18,32,31)
#0A1514
(10,21,20)
#000000
(0,0,0)

Tints of #5A8382

#5A8382
(90,131,130)
#698E8D
(105,142,141)
#789998
(120,153,152)
#87A4A3
(135,164,163)
#96AFAE
(150,175,174)
#A5BAB9
(165,186,185)
#B4C5C4
(180,197,196)
#C3D0CF
(195,208,207)
#D2DBDA
(210,219,218)
#E1E6E5
(225,230,229)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8382 color. Also use rgb(90,131,130) instead hex code.

Text Font Color

.myTextColor { color: #5A8382; }

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

This text font color is #5A8382.

Background Color

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

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

This div background color is #5A8382.

Border color

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

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

This div border color is #5A8382.

Opacity

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

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

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

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

This text has shadow with #5A8382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A8382.

Preview

Color preview on black background

This text has color #5A8382 on black background.


Color preview on white background

This text has color #5A8382 on white background.


Black color preview on #5A8382 background

This text has black color on #5A8382 background.


White color preview on #5A8382 background

This text has white color on #5A8382 background.


Related colors

Complementary color

Complementary color for #hex is #A57C7D.


I love getcolorcode.com

Triadic colors

1 #825A83 and #83825A with #5A8382 are triadic colors.

2 #82835A and #835A82 with #5A8382 are triadic colors.