COLOR #2E596D

HEX: #2E596D RGB: (46,89,109)

Color info

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

RGB color model

#2E596D color RGB value is (46,89,109).

RGB: (46,89,109) (18%, 35%, 43%)

RGB channels and saturation

R 46 of 255 = 18%
G 89 of 255 = 35%
B 109 of 255 = 43%

46
89
109

R + G + B ~ 32%. #2E596D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 89 + 109 = 244 (100%)
R 46 of 244 ~ 18.85%
G 89 of 244 ~ 36.48%
B 109 of 244 ~ 44.67'%

%18.85
%36.48
%44.67

CMYK color model

#2E596D color CMYK value is (58,18,0,57).

  • cyan value is 57.80%
  • magenta value is 18.35%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (58,18,0,57)
C58M18Y0K57 (58%, 18%, 0%, 57%)
(0.58 / 0.18 / 0.00 / 0.57)

CMYK percentages

%57.8
%18.35
%0
%57.25

Codes

Color #2E596D in popluar color models

2E 59 6D
RGB 46 89 109
HSL 199° 40.65% 30.39%
HSB/HSV 199° 57.80% 42.75%
CMYK 57.80% 18.35% 0.00%
57.25%

Color #2E596D in popluar number systems.

HEX 2E 59 6D
Decimal 46 89 109
Binary 101110 1011001 1101101
Octal 56 131 155

Shades and tints

Shades of #2E596D

#2E596D
(46,89,109)
#2A5164
(42,81,100)
#26495B
(38,73,91)
#224152
(34,65,82)
#1E3949
(30,57,73)
#1A3140
(26,49,64)
#162937
(22,41,55)
#12212E
(18,33,46)
#0E1925
(14,25,37)
#0A111C
(10,17,28)
#060913
(6,9,19)
#000000
(0,0,0)

Tints of #2E596D

#2E596D
(46,89,109)
#41687A
(65,104,122)
#547787
(84,119,135)
#678694
(103,134,148)
#7A95A1
(122,149,161)
#8DA4AE
(141,164,174)
#A0B3BB
(160,179,187)
#B3C2C8
(179,194,200)
#C6D1D5
(198,209,213)
#D9E0E2
(217,224,226)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E596D color. Also use rgb(46,89,109) instead hex code.

Text Font Color

.myTextColor { color: #2E596D; }

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

This text font color is #2E596D.

Background Color

.myBgColor { background-color: #2E596D; }

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

This div background color is #2E596D.

Border color

.myBorderColor { border: 1px solid #2E596D; }

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

This div border color is #2E596D.

Opacity

.myOpacity80 { color: #2E596D; opacity: 0.8; }

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

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

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

This text has shadow with #2E596D color.


.textShadow {text-shadow: 3px 3px 1px #2E596D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E596D.

Preview

Color preview on black background

This text has color #2E596D on black background.


Color preview on white background

This text has color #2E596D on white background.


Black color preview on #2E596D background

This text has black color on #2E596D background.


White color preview on #2E596D background

This text has white color on #2E596D background.


Related colors

Complementary color

Complementary color for #hex is #D1A692.


I love getcolorcode.com

Triadic colors

1 #6D2E59 and #596D2E with #2E596D are triadic colors.

2 #6D592E and #592E6D with #2E596D are triadic colors.