COLOR #59829E

HEX: #59829E
RGB: (89,130,158)

Color info

#59829E contains mainly green and blue colors. Web safe color of #59829E is #669999 (or #699).

RGB color model

#59829E color RGB value is (89,130,158).

  • red value is 89;
  • green value is 130;
  • blue value is 158.
RGB:
(89,130,158)
(35%,51%,62%)

RGB channels and saturation

R 89 of 255 = 35%
G 130 of 255 = 51%
B 158 of 255 = 62%

89
130
158

R + G + B ~ 49%. #59829E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 130 + 158 = 377 (100%)
R 89 of 377 ~ 23.61%
G 130 of 377 ~ 34.48%
B 158 of 377 ~ 41.91%

%23.61
%34.48
%41.91

CMYK color model

#59829E color CMYK value is (44,18,0,38).

  • cyan value is 43.67%
  • magenta value is 17.72%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(44,18,0,38)
C44M18Y0K38 
(44%,18%,0%,38%)
(0.44/0.18/0.00/0.38)	

CMYK percentages

%43.67
%17.72
%0
%38.04

Codes

Color #59829E in popluar color models

59829E
RGB89130158
HSL204°27.94%48.43%
HSB/HSV204°43.67%61.96%
CMYK43.67%17.72%0.00%
38.04%

Color #59829E in popluar number systems.

HEX59829E
Decimal89130158
Binary10110011000001010011110
Octal131202236

Shades and tints

Shades of #59829E

#59829E
(89,130,158)
#517790
(81,119,144)
#496C82
(73,108,130)
#416174
(65,97,116)
#395666
(57,86,102)
#314B58
(49,75,88)
#29404A
(41,64,74)
#21353C
(33,53,60)
#192A2E
(25,42,46)
#111F20
(17,31,32)
#091412
(9,20,18)
#000000
(0,0,0)

Tints of #59829E

#59829E
(89,130,158)
#688DA6
(104,141,166)
#7798AE
(119,152,174)
#86A3B6
(134,163,182)
#95AEBE
(149,174,190)
#A4B9C6
(164,185,198)
#B3C4CE
(179,196,206)
#C2CFD6
(194,207,214)
#D1DADE
(209,218,222)
#E0E5E6
(224,229,230)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59829E color. Also use rgb(89,130,158) instead hex code.

Text Font Color

.myTextColor { color: #59829E; }

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

This text font color is #59829E.


Background Color

.myBgColor { background-color: #59829E; }

<div style="background-color:#59829E">Inner text</div>

This div background color is #59829E.


Border color

.myBorderColor { border: 1px solid #59829E; }

<div style="border:3px solid #59829E">Div</div>

This div border color is #59829E.


Opacity

.myOpacity80 { color: #59829E; opacity: 0.8; }

<p style="color:#59829E;opacity:0.8;">80%</p>

Text with #59829E 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 #59829E;}

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

This text has shadow with #59829E color.

.textShadow {text-shadow: 3px 3px 1px #59829E, 3px 3px 1px red;}

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

This text has shadow with #59829E primary color and red secondary color.


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

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

This text has shadow with #59829E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59829E on black background.


Color preview on white background

This text has color #59829E on white background.



Black color preview on #59829E background

This text has black color on #59829E background.


White color preview on #59829E background

This text has white color on #59829E background.