COLOR #596274

HEX: #596274
RGB: (89,98,116)

Color info

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

RGB color model

#596274 color RGB value is (89,98,116).

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

RGB channels and saturation

R 89 of 255 = 35%
G 98 of 255 = 38%
B 116 of 255 = 45%

89
98
116

R + G + B ~ 39%. #596274 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 98 + 116 = 303 (100%)
R 89 of 303 ~ 29.37%
G 98 of 303 ~ 32.34%
B 116 of 303 ~ 38.28%

%29.37
%32.34
%38.28

CMYK color model

#596274 color CMYK value is (23,16,0,55).

  • cyan value is 23.28%
  • magenta value is 15.52%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(23,16,0,55)
C23M16Y0K55 
(23%,16%,0%,55%)
(0.23/0.16/0.00/0.55)	

CMYK percentages

%23.28
%15.52
%0
%54.51

Codes

Color #596274 in popluar color models

596274
RGB8998116
HSL220°13.17%40.20%
HSB/HSV220°23.28%45.49%
CMYK23.28%15.52%0.00%
54.51%

Color #596274 in popluar number systems.

HEX596274
Decimal8998116
Binary101100111000101110100
Octal131142164

Shades and tints

Shades of #596274

#596274
(89,98,116)
#515A6A
(81,90,106)
#495260
(73,82,96)
#414A56
(65,74,86)
#39424C
(57,66,76)
#313A42
(49,58,66)
#293238
(41,50,56)
#212A2E
(33,42,46)
#192224
(25,34,36)
#111A1A
(17,26,26)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #596274

#596274
(89,98,116)
#687080
(104,112,128)
#777E8C
(119,126,140)
#868C98
(134,140,152)
#959AA4
(149,154,164)
#A4A8B0
(164,168,176)
#B3B6BC
(179,182,188)
#C2C4C8
(194,196,200)
#D1D2D4
(209,210,212)
#E0E0E0
(224,224,224)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596274; }

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

This text font color is #596274.


Background Color

.myBgColor { background-color: #596274; }

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

This div background color is #596274.


Border color

.myBorderColor { border: 1px solid #596274; }

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

This div border color is #596274.


Opacity

.myOpacity80 { color: #596274; opacity: 0.8; }

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

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

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

This text has shadow with #596274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596274 on black background.


Color preview on white background

This text has color #596274 on white background.



Black color preview on #596274 background

This text has black color on #596274 background.


White color preview on #596274 background

This text has white color on #596274 background.