COLOR #2E6077

HEX: #2E6077
RGB: (46,96,119)

Color info

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

RGB color model

#2E6077 color RGB value is (46,96,119).

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

RGB channels and saturation

R 46 of 255 = 18%
G 96 of 255 = 38%
B 119 of 255 = 47%

46
96
119

R + G + B ~ 34%. #2E6077 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 96 + 119 = 261 (100%)
R 46 of 261 ~ 17.62%
G 96 of 261 ~ 36.78%
B 119 of 261 ~ 45.59%

%17.62
%36.78
%45.59

CMYK color model

#2E6077 color CMYK value is (61,19,0,53).

  • cyan value is 61.34%
  • magenta value is 19.33%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(61,19,0,53)
C61M19Y0K53 
(61%,19%,0%,53%)
(0.61/0.19/0.00/0.53)	

CMYK percentages

%61.34
%19.33
%0
%53.33

Codes

Color #2E6077 in popluar color models

2E6077
RGB4696119
HSL199°44.24%32.35%
HSB/HSV199°61.34%46.67%
CMYK61.34%19.33%0.00%
53.33%

Color #2E6077 in popluar number systems.

HEX2E6077
Decimal4696119
Binary10111011000001110111
Octal56140167

Shades and tints

Shades of #2E6077

#2E6077
(46,96,119)
#2A586D
(42,88,109)
#265063
(38,80,99)
#224859
(34,72,89)
#1E404F
(30,64,79)
#1A3845
(26,56,69)
#16303B
(22,48,59)
#122831
(18,40,49)
#0E2027
(14,32,39)
#0A181D
(10,24,29)
#061013
(6,16,19)
#000000
(0,0,0)

Tints of #2E6077

#2E6077
(46,96,119)
#416E83
(65,110,131)
#547C8F
(84,124,143)
#678A9B
(103,138,155)
#7A98A7
(122,152,167)
#8DA6B3
(141,166,179)
#A0B4BF
(160,180,191)
#B3C2CB
(179,194,203)
#C6D0D7
(198,208,215)
#D9DEE3
(217,222,227)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6077; }

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

This text font color is #2E6077.


Background Color

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

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

This div background color is #2E6077.


Border color

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

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

This div border color is #2E6077.


Opacity

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

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

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

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

This text has shadow with #2E6077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6077 on black background.


Color preview on white background

This text has color #2E6077 on white background.



Black color preview on #2E6077 background

This text has black color on #2E6077 background.


White color preview on #2E6077 background

This text has white color on #2E6077 background.