COLOR #59625A

HEX: #59625A
RGB: (89,98,90)

Color info

#59625A contains red, green and blue colors in about the same proportion. Web safe color of #59625A is #666666 (or #666).

RGB color model

#59625A color RGB value is (89,98,90).

  • red value is 89;
  • green value is 98;
  • blue value is 90.
RGB:
(89,98,90)
(35%,38%,35%)

RGB channels and saturation

R 89 of 255 = 35%
G 98 of 255 = 38%
B 90 of 255 = 35%

89
98
90

R + G + B ~ 36%. #59625A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 98 + 90 = 277 (100%)
R 89 of 277 ~ 32.13%
G 98 of 277 ~ 35.38%
B 90 of 277 ~ 32.49%

%32.13
%35.38
%32.49

CMYK color model

#59625A color CMYK value is (9,0,8,62).

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 8.16%
  • key color value is 61.57%
CMYK:
(9,0,8,62)
C9M0Y8K62 
(9%,0%,8%,62%)
(0.09/0.00/0.08/0.62)	

CMYK percentages

%9.18
%0
%8.16
%61.57

Codes

Color #59625A in popluar color models

59625A
RGB899890
HSL127°4.81%36.67%
HSB/HSV127°9.18%38.43%
CMYK9.18%0.00%8.16%
61.57%

Color #59625A in popluar number systems.

HEX59625A
Decimal899890
Binary101100111000101011010
Octal131142132

Shades and tints

Shades of #59625A

#59625A
(89,98,90)
#515A52
(81,90,82)
#49524A
(73,82,74)
#414A42
(65,74,66)
#39423A
(57,66,58)
#313A32
(49,58,50)
#29322A
(41,50,42)
#212A22
(33,42,34)
#19221A
(25,34,26)
#111A12
(17,26,18)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #59625A

#59625A
(89,98,90)
#687069
(104,112,105)
#777E78
(119,126,120)
#868C87
(134,140,135)
#959A96
(149,154,150)
#A4A8A5
(164,168,165)
#B3B6B4
(179,182,180)
#C2C4C3
(194,196,195)
#D1D2D2
(209,210,210)
#E0E0E1
(224,224,225)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59625A color. Also use rgb(89,98,90) instead hex code.

Text Font Color

.myTextColor { color: #59625A; }

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

This text font color is #59625A.


Background Color

.myBgColor { background-color: #59625A; }

<div style="background-color:#59625A">Inner text</div>

This div background color is #59625A.


Border color

.myBorderColor { border: 1px solid #59625A; }

<div style="border:3px solid #59625A">Div</div>

This div border color is #59625A.


Opacity

.myOpacity80 { color: #59625A; opacity: 0.8; }

<p style="color:#59625A;opacity:0.8;">80%</p>

Text with #59625A 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 #59625A;}

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

This text has shadow with #59625A color.

.textShadow {text-shadow: 3px 3px 1px #59625A, 3px 3px 1px red;}

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

This text has shadow with #59625A primary color and red secondary color.


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

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

This text has shadow with #59625A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59625A on black background.


Color preview on white background

This text has color #59625A on white background.



Black color preview on #59625A background

This text has black color on #59625A background.


White color preview on #59625A background

This text has white color on #59625A background.