COLOR #32597E

HEX: #32597E
RGB: (50,89,126)

Color info

#32597E contains mainly green and blue colors. Web safe color of #32597E is #336666 (or #366).

RGB color model

#32597E color RGB value is (50,89,126).

  • red value is 50;
  • green value is 89;
  • blue value is 126.
RGB:
(50,89,126)
(20%,35%,49%)

RGB channels and saturation

R 50 of 255 = 20%
G 89 of 255 = 35%
B 126 of 255 = 49%

50
89
126

R + G + B ~ 35%. #32597E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 89 + 126 = 265 (100%)
R 50 of 265 ~ 18.87%
G 89 of 265 ~ 33.58%
B 126 of 265 ~ 47.55%

%18.87
%33.58
%47.55

CMYK color model

#32597E color CMYK value is (60,29,0,51).

  • cyan value is 60.32%
  • magenta value is 29.37%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(60,29,0,51)
C60M29Y0K51 
(60%,29%,0%,51%)
(0.60/0.29/0.00/0.51)	

CMYK percentages

%60.32
%29.37
%0
%50.59

Codes

Color #32597E in popluar color models

32597E
RGB5089126
HSL209°43.18%34.51%
HSB/HSV209°60.32%49.41%
CMYK60.32%29.37%0.00%
50.59%

Color #32597E in popluar number systems.

HEX32597E
Decimal5089126
Binary11001010110011111110
Octal62131176

Shades and tints

Shades of #32597E

#32597E
(50,89,126)
#2E5173
(46,81,115)
#2A4968
(42,73,104)
#26415D
(38,65,93)
#223952
(34,57,82)
#1E3147
(30,49,71)
#1A293C
(26,41,60)
#162131
(22,33,49)
#121926
(18,25,38)
#0E111B
(14,17,27)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #32597E

#32597E
(50,89,126)
#446889
(68,104,137)
#567794
(86,119,148)
#68869F
(104,134,159)
#7A95AA
(122,149,170)
#8CA4B5
(140,164,181)
#9EB3C0
(158,179,192)
#B0C2CB
(176,194,203)
#C2D1D6
(194,209,214)
#D4E0E1
(212,224,225)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #32597E color. Also use rgb(50,89,126) instead hex code.

Text Font Color

.myTextColor { color: #32597E; }

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

This text font color is #32597E.


Background Color

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

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

This div background color is #32597E.


Border color

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

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

This div border color is #32597E.


Opacity

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

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

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

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

This text has shadow with #32597E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #32597E on black background.


Color preview on white background

This text has color #32597E on white background.



Black color preview on #32597E background

This text has black color on #32597E background.


White color preview on #32597E background

This text has white color on #32597E background.