COLOR #2E7B78

HEX: #2E7B78
RGB: (46,123,120)

Color info

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

RGB color model

#2E7B78 color RGB value is (46,123,120).

  • red value is 46;
  • green value is 123;
  • blue value is 120.
RGB:
(46,123,120)
(18%,48%,47%)

RGB channels and saturation

R 46 of 255 = 18%
G 123 of 255 = 48%
B 120 of 255 = 47%

46
123
120

R + G + B ~ 38%. #2E7B78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 123 + 120 = 289 (100%)
R 46 of 289 ~ 15.92%
G 123 of 289 ~ 42.56%
B 120 of 289 ~ 41.52%

%15.92
%42.56
%41.52

CMYK color model

#2E7B78 color CMYK value is (63,0,2,52).

  • cyan value is 62.60%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 51.76%
CMYK:
(63,0,2,52)
C63M0Y2K52 
(63%,0%,2%,52%)
(0.63/0.00/0.02/0.52)	

CMYK percentages

%62.6
%0
%2.44
%51.76

Codes

Color #2E7B78 in popluar color models

2E7B78
RGB46123120
HSL178°45.56%33.14%
HSB/HSV178°62.60%48.24%
CMYK62.60%0.00%2.44%
51.76%

Color #2E7B78 in popluar number systems.

HEX2E7B78
Decimal46123120
Binary10111011110111111000
Octal56173170

Shades and tints

Shades of #2E7B78

#2E7B78
(46,123,120)
#2A706E
(42,112,110)
#266564
(38,101,100)
#225A5A
(34,90,90)
#1E4F50
(30,79,80)
#1A4446
(26,68,70)
#16393C
(22,57,60)
#122E32
(18,46,50)
#0E2328
(14,35,40)
#0A181E
(10,24,30)
#060D14
(6,13,20)
#000000
(0,0,0)

Tints of #2E7B78

#2E7B78
(46,123,120)
#418784
(65,135,132)
#549390
(84,147,144)
#679F9C
(103,159,156)
#7AABA8
(122,171,168)
#8DB7B4
(141,183,180)
#A0C3C0
(160,195,192)
#B3CFCC
(179,207,204)
#C6DBD8
(198,219,216)
#D9E7E4
(217,231,228)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7B78 color. Also use rgb(46,123,120) instead hex code.

Text Font Color

.myTextColor { color: #2E7B78; }

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

This text font color is #2E7B78.


Background Color

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

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

This div background color is #2E7B78.


Border color

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

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

This div border color is #2E7B78.


Opacity

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

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

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

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

This text has shadow with #2E7B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7B78 on black background.


Color preview on white background

This text has color #2E7B78 on white background.



Black color preview on #2E7B78 background

This text has black color on #2E7B78 background.


White color preview on #2E7B78 background

This text has white color on #2E7B78 background.