COLOR #2E787B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

46
120
123

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

Portions of RGB colors in percentages

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

%15.92
%41.52
%42.56

CMYK color model

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

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

CMYK percentages

%62.6
%2.44
%0
%51.76

Codes

Color #2E787B in popluar color models

2E787B
RGB46120123
HSL182°45.56%33.14%
HSB/HSV182°62.60%48.24%
CMYK62.60%2.44%0.00%
51.76%

Color #2E787B in popluar number systems.

HEX2E787B
Decimal46120123
Binary10111011110001111011
Octal56170173

Shades and tints

Shades of #2E787B

#2E787B
(46,120,123)
#2A6E70
(42,110,112)
#266465
(38,100,101)
#225A5A
(34,90,90)
#1E504F
(30,80,79)
#1A4644
(26,70,68)
#163C39
(22,60,57)
#12322E
(18,50,46)
#0E2823
(14,40,35)
#0A1E18
(10,30,24)
#06140D
(6,20,13)
#000000
(0,0,0)

Tints of #2E787B

#2E787B
(46,120,123)
#418487
(65,132,135)
#549093
(84,144,147)
#679C9F
(103,156,159)
#7AA8AB
(122,168,171)
#8DB4B7
(141,180,183)
#A0C0C3
(160,192,195)
#B3CCCF
(179,204,207)
#C6D8DB
(198,216,219)
#D9E4E7
(217,228,231)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E787B; }

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

This text font color is #2E787B.


Background Color

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

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

This div background color is #2E787B.


Border color

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

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

This div border color is #2E787B.


Opacity

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

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

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

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

This text has shadow with #2E787B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E787B on black background.


Color preview on white background

This text has color #2E787B on white background.



Black color preview on #2E787B background

This text has black color on #2E787B background.


White color preview on #2E787B background

This text has white color on #2E787B background.