COLOR #2E594F

HEX: #2E594F
RGB: (46,89,79)

Color info

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

RGB color model

#2E594F color RGB value is (46,89,79).

  • red value is 46;
  • green value is 89;
  • blue value is 79.
RGB:
(46,89,79)
(18%,35%,31%)

RGB channels and saturation

R 46 of 255 = 18%
G 89 of 255 = 35%
B 79 of 255 = 31%

46
89
79

R + G + B ~ 28%. #2E594F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 89 + 79 = 214 (100%)
R 46 of 214 ~ 21.5%
G 89 of 214 ~ 41.59%
B 79 of 214 ~ 36.92%

%21.5
%41.59
%36.92

CMYK color model

#2E594F color CMYK value is (48,0,11,65).

  • cyan value is 48.31%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 65.10%
CMYK:
(48,0,11,65)
C48M0Y11K65 
(48%,0%,11%,65%)
(0.48/0.00/0.11/0.65)	

CMYK percentages

%48.31
%0
%11.24
%65.1

Codes

Color #2E594F in popluar color models

2E594F
RGB468979
HSL166°31.85%26.47%
HSB/HSV166°48.31%34.90%
CMYK48.31%0.00%11.24%
65.10%

Color #2E594F in popluar number systems.

HEX2E594F
Decimal468979
Binary10111010110011001111
Octal56131117

Shades and tints

Shades of #2E594F

#2E594F
(46,89,79)
#2A5148
(42,81,72)
#264941
(38,73,65)
#22413A
(34,65,58)
#1E3933
(30,57,51)
#1A312C
(26,49,44)
#162925
(22,41,37)
#12211E
(18,33,30)
#0E1917
(14,25,23)
#0A1110
(10,17,16)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #2E594F

#2E594F
(46,89,79)
#41685F
(65,104,95)
#54776F
(84,119,111)
#67867F
(103,134,127)
#7A958F
(122,149,143)
#8DA49F
(141,164,159)
#A0B3AF
(160,179,175)
#B3C2BF
(179,194,191)
#C6D1CF
(198,209,207)
#D9E0DF
(217,224,223)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E594F; }

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

This text font color is #2E594F.


Background Color

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

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

This div background color is #2E594F.


Border color

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

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

This div border color is #2E594F.


Opacity

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

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

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

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

This text has shadow with #2E594F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E594F on black background.


Color preview on white background

This text has color #2E594F on white background.



Black color preview on #2E594F background

This text has black color on #2E594F background.


White color preview on #2E594F background

This text has white color on #2E594F background.