COLOR #2E787A

HEX: #2E787A
RGB: (46,120,122)

Color info

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

RGB color model

#2E787A color RGB value is (46,120,122).

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

RGB channels and saturation

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

46
120
122

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

Portions of RGB colors in percentages

R + G + B =
46 + 120 + 122 = 288 (100%)
R 46 of 288 ~ 15.97%
G 120 of 288 ~ 41.67%
B 122 of 288 ~ 42.36%

%15.97
%41.67
%42.36

CMYK color model

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

  • cyan value is 62.30%
  • magenta value is 1.64%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(62,2,0,52)
C62M2Y0K52 
(62%,2%,0%,52%)
(0.62/0.02/0.00/0.52)	

CMYK percentages

%62.3
%1.64
%0
%52.16

Codes

Color #2E787A in popluar color models

2E787A
RGB46120122
HSL182°45.24%32.94%
HSB/HSV182°62.30%47.84%
CMYK62.30%1.64%0.00%
52.16%

Color #2E787A in popluar number systems.

HEX2E787A
Decimal46120122
Binary10111011110001111010
Octal56170172

Shades and tints

Shades of #2E787A

#2E787A
(46,120,122)
#2A6E6F
(42,110,111)
#266464
(38,100,100)
#225A59
(34,90,89)
#1E504E
(30,80,78)
#1A4643
(26,70,67)
#163C38
(22,60,56)
#12322D
(18,50,45)
#0E2822
(14,40,34)
#0A1E17
(10,30,23)
#06140C
(6,20,12)
#000000
(0,0,0)

Tints of #2E787A

#2E787A
(46,120,122)
#418486
(65,132,134)
#549092
(84,144,146)
#679C9E
(103,156,158)
#7AA8AA
(122,168,170)
#8DB4B6
(141,180,182)
#A0C0C2
(160,192,194)
#B3CCCE
(179,204,206)
#C6D8DA
(198,216,218)
#D9E4E6
(217,228,230)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E787A; }

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

This text font color is #2E787A.


Background Color

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

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

This div background color is #2E787A.


Border color

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

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

This div border color is #2E787A.


Opacity

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

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

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

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

This text has shadow with #2E787A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E787A on black background.


Color preview on white background

This text has color #2E787A on white background.



Black color preview on #2E787A background

This text has black color on #2E787A background.


White color preview on #2E787A background

This text has white color on #2E787A background.