COLOR #2E594B

HEX: #2E594B RGB: (46,89,75)

Color info

#2E594B contains red, green and blue colors in about the same proportion. Web safe color of #2E594B is #336633 (or #363).

RGB color model

#2E594B color RGB value is (46,89,75).

RGB: (46,89,75) (18%, 35%, 29%)

RGB channels and saturation

R 46 of 255 = 18%
G 89 of 255 = 35%
B 75 of 255 = 29%

46
89
75

R + G + B ~ 27%. #2E594B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 89 + 75 = 210 (100%)
R 46 of 210 ~ 21.9%
G 89 of 210 ~ 42.38%
B 75 of 210 ~ 35.71'%

%21.9
%42.38
%35.71

CMYK color model

#2E594B color CMYK value is (48,0,16,65).

  • cyan value is 48.31%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 65.10%

CMYK: (48,0,16,65)
C48M0Y16K65 (48%, 0%, 16%, 65%)
(0.48 / 0.00 / 0.16 / 0.65)

CMYK percentages

%48.31
%0
%15.73
%65.1

Codes

Color #2E594B in popluar color models

2E 59 4B
RGB 46 89 75
HSL 160° 31.85% 26.47%
HSB/HSV 160° 48.31% 34.90%
CMYK 48.31% 0.00% 15.73%
65.10%

Color #2E594B in popluar number systems.

HEX 2E 59 4B
Decimal 46 89 75
Binary 101110 1011001 1001011
Octal 56 131 113

Shades and tints

Shades of #2E594B

#2E594B
(46,89,75)
#2A5145
(42,81,69)
#26493F
(38,73,63)
#224139
(34,65,57)
#1E3933
(30,57,51)
#1A312D
(26,49,45)
#162927
(22,41,39)
#122121
(18,33,33)
#0E191B
(14,25,27)
#0A1115
(10,17,21)
#06090F
(6,9,15)
#000000
(0,0,0)

Tints of #2E594B

#2E594B
(46,89,75)
#41685B
(65,104,91)
#54776B
(84,119,107)
#67867B
(103,134,123)
#7A958B
(122,149,139)
#8DA49B
(141,164,155)
#A0B3AB
(160,179,171)
#B3C2BB
(179,194,187)
#C6D1CB
(198,209,203)
#D9E0DB
(217,224,219)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E594B; }

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

This text font color is #2E594B.

Background Color

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

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

This div background color is #2E594B.

Border color

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

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

This div border color is #2E594B.

Opacity

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

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

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

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

This text has shadow with #2E594B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E594B.

Preview

Color preview on black background

This text has color #2E594B on black background.


Color preview on white background

This text has color #2E594B on white background.


Black color preview on #2E594B background

This text has black color on #2E594B background.


White color preview on #2E594B background

This text has white color on #2E594B background.


Related colors

Complementary color

Complementary color for #hex is #D1A6B4.


I love getcolorcode.com

Triadic colors

1 #4B2E59 and #594B2E with #2E594B are triadic colors.

2 #4B592E and #592E4B with #2E594B are triadic colors.