COLOR #2E6059

HEX: #2E6059
RGB: (46,96,89)

Color info

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

RGB color model

#2E6059 color RGB value is (46,96,89).

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

RGB channels and saturation

R 46 of 255 = 18%
G 96 of 255 = 38%
B 89 of 255 = 35%

46
96
89

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

Portions of RGB colors in percentages

R + G + B =
46 + 96 + 89 = 231 (100%)
R 46 of 231 ~ 19.91%
G 96 of 231 ~ 41.56%
B 89 of 231 ~ 38.53%

%19.91
%41.56
%38.53

CMYK color model

#2E6059 color CMYK value is (52,0,7,62).

  • cyan value is 52.08%
  • magenta value is 0.00%
  • yellow value is 7.29%
  • key color value is 62.35%
CMYK:
(52,0,7,62)
C52M0Y7K62 
(52%,0%,7%,62%)
(0.52/0.00/0.07/0.62)	

CMYK percentages

%52.08
%0
%7.29
%62.35

Codes

Color #2E6059 in popluar color models

2E6059
RGB469689
HSL172°35.21%27.84%
HSB/HSV172°52.08%37.65%
CMYK52.08%0.00%7.29%
62.35%

Color #2E6059 in popluar number systems.

HEX2E6059
Decimal469689
Binary10111011000001011001
Octal56140131

Shades and tints

Shades of #2E6059

#2E6059
(46,96,89)
#2A5851
(42,88,81)
#265049
(38,80,73)
#224841
(34,72,65)
#1E4039
(30,64,57)
#1A3831
(26,56,49)
#163029
(22,48,41)
#122821
(18,40,33)
#0E2019
(14,32,25)
#0A1811
(10,24,17)
#061009
(6,16,9)
#000000
(0,0,0)

Tints of #2E6059

#2E6059
(46,96,89)
#416E68
(65,110,104)
#547C77
(84,124,119)
#678A86
(103,138,134)
#7A9895
(122,152,149)
#8DA6A4
(141,166,164)
#A0B4B3
(160,180,179)
#B3C2C2
(179,194,194)
#C6D0D1
(198,208,209)
#D9DEE0
(217,222,224)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6059; }

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

This text font color is #2E6059.


Background Color

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

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

This div background color is #2E6059.


Border color

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

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

This div border color is #2E6059.


Opacity

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

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

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

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

This text has shadow with #2E6059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6059 on black background.


Color preview on white background

This text has color #2E6059 on white background.



Black color preview on #2E6059 background

This text has black color on #2E6059 background.


White color preview on #2E6059 background

This text has white color on #2E6059 background.