COLOR #2E595F

HEX: #2E595F RGB: (46,89,95)

Color info

#2E595F contains red, green and blue colors in about the same proportion. Web safe color of #2E595F is #336666 (or #366).

RGB color model

#2E595F color RGB value is (46,89,95).

RGB: (46,89,95) (18%, 35%, 37%)

RGB channels and saturation

R 46 of 255 = 18%
G 89 of 255 = 35%
B 95 of 255 = 37%

46
89
95

R + G + B ~ 30%. #2E595F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 89 + 95 = 230 (100%)
R 46 of 230 ~ 20%
G 89 of 230 ~ 38.7%
B 95 of 230 ~ 41.3'%

%20
%38.7
%41.3

CMYK color model

#2E595F color CMYK value is (52,6,0,63).

  • cyan value is 51.58%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (52,6,0,63)
C52M6Y0K63 (52%, 6%, 0%, 63%)
(0.52 / 0.06 / 0.00 / 0.63)

CMYK percentages

%51.58
%6.32
%0
%62.75

Codes

Color #2E595F in popluar color models

2E 59 5F
RGB 46 89 95
HSL 187° 34.75% 27.65%
HSB/HSV 187° 51.58% 37.25%
CMYK 51.58% 6.32% 0.00%
62.75%

Color #2E595F in popluar number systems.

HEX 2E 59 5F
Decimal 46 89 95
Binary 101110 1011001 1011111
Octal 56 131 137

Shades and tints

Shades of #2E595F

#2E595F
(46,89,95)
#2A5157
(42,81,87)
#26494F
(38,73,79)
#224147
(34,65,71)
#1E393F
(30,57,63)
#1A3137
(26,49,55)
#16292F
(22,41,47)
#122127
(18,33,39)
#0E191F
(14,25,31)
#0A1117
(10,17,23)
#06090F
(6,9,15)
#000000
(0,0,0)

Tints of #2E595F

#2E595F
(46,89,95)
#41686D
(65,104,109)
#54777B
(84,119,123)
#678689
(103,134,137)
#7A9597
(122,149,151)
#8DA4A5
(141,164,165)
#A0B3B3
(160,179,179)
#B3C2C1
(179,194,193)
#C6D1CF
(198,209,207)
#D9E0DD
(217,224,221)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E595F; }

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

This text font color is #2E595F.

Background Color

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

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

This div background color is #2E595F.

Border color

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

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

This div border color is #2E595F.

Opacity

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

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

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

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

This text has shadow with #2E595F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E595F.

Preview

Color preview on black background

This text has color #2E595F on black background.


Color preview on white background

This text has color #2E595F on white background.


Black color preview on #2E595F background

This text has black color on #2E595F background.


White color preview on #2E595F background

This text has white color on #2E595F background.


Related colors

Complementary color

Complementary color for #hex is #D1A6A0.


I love getcolorcode.com

Triadic colors

1 #5F2E59 and #595F2E with #2E595F are triadic colors.

2 #5F592E and #592E5F with #2E595F are triadic colors.