COLOR #2E7784

HEX: #2E7784
RGB: (46,119,132)

Color info

#2E7784 contains mainly green and blue colors. Web safe color of #2E7784 is #336699 (or #369).

RGB color model

#2E7784 color RGB value is (46,119,132).

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

RGB channels and saturation

R 46 of 255 = 18%
G 119 of 255 = 47%
B 132 of 255 = 52%

46
119
132

R + G + B ~ 39%. #2E7784 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 119 + 132 = 297 (100%)
R 46 of 297 ~ 15.49%
G 119 of 297 ~ 40.07%
B 132 of 297 ~ 44.44%

%15.49
%40.07
%44.44

CMYK color model

#2E7784 color CMYK value is (65,10,0,48).

  • cyan value is 65.15%
  • magenta value is 9.85%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(65,10,0,48)
C65M10Y0K48 
(65%,10%,0%,48%)
(0.65/0.10/0.00/0.48)	

CMYK percentages

%65.15
%9.85
%0
%48.24

Codes

Color #2E7784 in popluar color models

2E7784
RGB46119132
HSL189°48.31%34.90%
HSB/HSV189°65.15%51.76%
CMYK65.15%9.85%0.00%
48.24%

Color #2E7784 in popluar number systems.

HEX2E7784
Decimal46119132
Binary101110111011110000100
Octal56167204

Shades and tints

Shades of #2E7784

#2E7784
(46,119,132)
#2A6D78
(42,109,120)
#26636C
(38,99,108)
#225960
(34,89,96)
#1E4F54
(30,79,84)
#1A4548
(26,69,72)
#163B3C
(22,59,60)
#123130
(18,49,48)
#0E2724
(14,39,36)
#0A1D18
(10,29,24)
#06130C
(6,19,12)
#000000
(0,0,0)

Tints of #2E7784

#2E7784
(46,119,132)
#41838F
(65,131,143)
#548F9A
(84,143,154)
#679BA5
(103,155,165)
#7AA7B0
(122,167,176)
#8DB3BB
(141,179,187)
#A0BFC6
(160,191,198)
#B3CBD1
(179,203,209)
#C6D7DC
(198,215,220)
#D9E3E7
(217,227,231)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E7784; }

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

This text font color is #2E7784.


Background Color

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

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

This div background color is #2E7784.


Border color

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

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

This div border color is #2E7784.


Opacity

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

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

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

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

This text has shadow with #2E7784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7784 on black background.


Color preview on white background

This text has color #2E7784 on white background.



Black color preview on #2E7784 background

This text has black color on #2E7784 background.


White color preview on #2E7784 background

This text has white color on #2E7784 background.