COLOR #2E768A

HEX: #2E768A
RGB: (46,118,138)

Color info

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

RGB color model

#2E768A color RGB value is (46,118,138).

  • red value is 46;
  • green value is 118;
  • blue value is 138.
RGB:
(46,118,138)
(18%,46%,54%)

RGB channels and saturation

R 46 of 255 = 18%
G 118 of 255 = 46%
B 138 of 255 = 54%

46
118
138

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

Portions of RGB colors in percentages

R + G + B =
46 + 118 + 138 = 302 (100%)
R 46 of 302 ~ 15.23%
G 118 of 302 ~ 39.07%
B 138 of 302 ~ 45.7%

%15.23
%39.07
%45.7

CMYK color model

#2E768A color CMYK value is (67,14,0,46).

  • cyan value is 66.67%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(67,14,0,46)
C67M14Y0K46 
(67%,14%,0%,46%)
(0.67/0.14/0.00/0.46)	

CMYK percentages

%66.67
%14.49
%0
%45.88

Codes

Color #2E768A in popluar color models

2E768A
RGB46118138
HSL193°50.00%36.08%
HSB/HSV193°66.67%54.12%
CMYK66.67%14.49%0.00%
45.88%

Color #2E768A in popluar number systems.

HEX2E768A
Decimal46118138
Binary101110111011010001010
Octal56166212

Shades and tints

Shades of #2E768A

#2E768A
(46,118,138)
#2A6C7E
(42,108,126)
#266272
(38,98,114)
#225866
(34,88,102)
#1E4E5A
(30,78,90)
#1A444E
(26,68,78)
#163A42
(22,58,66)
#123036
(18,48,54)
#0E262A
(14,38,42)
#0A1C1E
(10,28,30)
#061212
(6,18,18)
#000000
(0,0,0)

Tints of #2E768A

#2E768A
(46,118,138)
#418294
(65,130,148)
#548E9E
(84,142,158)
#679AA8
(103,154,168)
#7AA6B2
(122,166,178)
#8DB2BC
(141,178,188)
#A0BEC6
(160,190,198)
#B3CAD0
(179,202,208)
#C6D6DA
(198,214,218)
#D9E2E4
(217,226,228)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E768A color. Also use rgb(46,118,138) instead hex code.

Text Font Color

.myTextColor { color: #2E768A; }

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

This text font color is #2E768A.


Background Color

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

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

This div background color is #2E768A.


Border color

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

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

This div border color is #2E768A.


Opacity

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

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

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

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

This text has shadow with #2E768A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E768A on black background.


Color preview on white background

This text has color #2E768A on white background.



Black color preview on #2E768A background

This text has black color on #2E768A background.


White color preview on #2E768A background

This text has white color on #2E768A background.