COLOR #3E597D

HEX: #3E597D
RGB: (62,89,125)

Color info

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

RGB color model

#3E597D color RGB value is (62,89,125).

  • red value is 62;
  • green value is 89;
  • blue value is 125.
RGB:
(62,89,125)
(24%,35%,49%)

RGB channels and saturation

R 62 of 255 = 24%
G 89 of 255 = 35%
B 125 of 255 = 49%

62
89
125

R + G + B ~ 36%. #3E597D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 89 + 125 = 276 (100%)
R 62 of 276 ~ 22.46%
G 89 of 276 ~ 32.25%
B 125 of 276 ~ 45.29%

%22.46
%32.25
%45.29

CMYK color model

#3E597D color CMYK value is (50,29,0,51).

  • cyan value is 50.40%
  • magenta value is 28.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(50,29,0,51)
C50M29Y0K51 
(50%,29%,0%,51%)
(0.50/0.29/0.00/0.51)	

CMYK percentages

%50.4
%28.8
%0
%50.98

Codes

Color #3E597D in popluar color models

3E597D
RGB6289125
HSL214°33.69%36.67%
HSB/HSV214°50.40%49.02%
CMYK50.40%28.80%0.00%
50.98%

Color #3E597D in popluar number systems.

HEX3E597D
Decimal6289125
Binary11111010110011111101
Octal76131175

Shades and tints

Shades of #3E597D

#3E597D
(62,89,125)
#395172
(57,81,114)
#344967
(52,73,103)
#2F415C
(47,65,92)
#2A3951
(42,57,81)
#253146
(37,49,70)
#20293B
(32,41,59)
#1B2130
(27,33,48)
#161925
(22,25,37)
#11111A
(17,17,26)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #3E597D

#3E597D
(62,89,125)
#4F6888
(79,104,136)
#607793
(96,119,147)
#71869E
(113,134,158)
#8295A9
(130,149,169)
#93A4B4
(147,164,180)
#A4B3BF
(164,179,191)
#B5C2CA
(181,194,202)
#C6D1D5
(198,209,213)
#D7E0E0
(215,224,224)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E597D color. Also use rgb(62,89,125) instead hex code.

Text Font Color

.myTextColor { color: #3E597D; }

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

This text font color is #3E597D.


Background Color

.myBgColor { background-color: #3E597D; }

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

This div background color is #3E597D.


Border color

.myBorderColor { border: 1px solid #3E597D; }

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

This div border color is #3E597D.


Opacity

.myOpacity80 { color: #3E597D; opacity: 0.8; }

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

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

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

This text has shadow with #3E597D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E597D on black background.


Color preview on white background

This text has color #3E597D on white background.



Black color preview on #3E597D background

This text has black color on #3E597D background.


White color preview on #3E597D background

This text has white color on #3E597D background.