COLOR #2E798C

HEX: #2E798C
RGB: (46,121,140)

Color info

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

RGB color model

#2E798C color RGB value is (46,121,140).

  • red value is 46;
  • green value is 121;
  • blue value is 140.
RGB:
(46,121,140)
(18%,47%,55%)

RGB channels and saturation

R 46 of 255 = 18%
G 121 of 255 = 47%
B 140 of 255 = 55%

46
121
140

R + G + B ~ 40%. #2E798C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
46 + 121 + 140 = 307 (100%)
R 46 of 307 ~ 14.98%
G 121 of 307 ~ 39.41%
B 140 of 307 ~ 45.6%

%14.98
%39.41
%45.6

CMYK color model

#2E798C color CMYK value is (67,14,0,45).

  • cyan value is 67.14%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(67,14,0,45)
C67M14Y0K45 
(67%,14%,0%,45%)
(0.67/0.14/0.00/0.45)	

CMYK percentages

%67.14
%13.57
%0
%45.1

Codes

Color #2E798C in popluar color models

2E798C
RGB46121140
HSL192°50.54%36.47%
HSB/HSV192°67.14%54.90%
CMYK67.14%13.57%0.00%
45.10%

Color #2E798C in popluar number systems.

HEX2E798C
Decimal46121140
Binary101110111100110001100
Octal56171214

Shades and tints

Shades of #2E798C

#2E798C
(46,121,140)
#2A6E80
(42,110,128)
#266374
(38,99,116)
#225868
(34,88,104)
#1E4D5C
(30,77,92)
#1A4250
(26,66,80)
#163744
(22,55,68)
#122C38
(18,44,56)
#0E212C
(14,33,44)
#0A1620
(10,22,32)
#060B14
(6,11,20)
#000000
(0,0,0)

Tints of #2E798C

#2E798C
(46,121,140)
#418596
(65,133,150)
#5491A0
(84,145,160)
#679DAA
(103,157,170)
#7AA9B4
(122,169,180)
#8DB5BE
(141,181,190)
#A0C1C8
(160,193,200)
#B3CDD2
(179,205,210)
#C6D9DC
(198,217,220)
#D9E5E6
(217,229,230)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E798C color. Also use rgb(46,121,140) instead hex code.

Text Font Color

.myTextColor { color: #2E798C; }

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

This text font color is #2E798C.


Background Color

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

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

This div background color is #2E798C.


Border color

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

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

This div border color is #2E798C.


Opacity

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

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

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

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

This text has shadow with #2E798C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E798C on black background.


Color preview on white background

This text has color #2E798C on white background.



Black color preview on #2E798C background

This text has black color on #2E798C background.


White color preview on #2E798C background

This text has white color on #2E798C background.