COLOR #2E709A

HEX: #2E709A
RGB: (46,112,154)

Color info

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

RGB color model

#2E709A color RGB value is (46,112,154).

  • red value is 46;
  • green value is 112;
  • blue value is 154.
RGB:
(46,112,154)
(18%,44%,60%)

RGB channels and saturation

R 46 of 255 = 18%
G 112 of 255 = 44%
B 154 of 255 = 60%

46
112
154

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

Portions of RGB colors in percentages

R + G + B =
46 + 112 + 154 = 312 (100%)
R 46 of 312 ~ 14.74%
G 112 of 312 ~ 35.9%
B 154 of 312 ~ 49.36%

%14.74
%35.9
%49.36

CMYK color model

#2E709A color CMYK value is (70,27,0,40).

  • cyan value is 70.13%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(70,27,0,40)
C70M27Y0K40 
(70%,27%,0%,40%)
(0.70/0.27/0.00/0.40)	

CMYK percentages

%70.13
%27.27
%0
%39.61

Codes

Color #2E709A in popluar color models

2E709A
RGB46112154
HSL203°54.00%39.22%
HSB/HSV203°70.13%60.39%
CMYK70.13%27.27%0.00%
39.61%

Color #2E709A in popluar number systems.

HEX2E709A
Decimal46112154
Binary101110111000010011010
Octal56160232

Shades and tints

Shades of #2E709A

#2E709A
(46,112,154)
#2A668C
(42,102,140)
#265C7E
(38,92,126)
#225270
(34,82,112)
#1E4862
(30,72,98)
#1A3E54
(26,62,84)
#163446
(22,52,70)
#122A38
(18,42,56)
#0E202A
(14,32,42)
#0A161C
(10,22,28)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #2E709A

#2E709A
(46,112,154)
#417DA3
(65,125,163)
#548AAC
(84,138,172)
#6797B5
(103,151,181)
#7AA4BE
(122,164,190)
#8DB1C7
(141,177,199)
#A0BED0
(160,190,208)
#B3CBD9
(179,203,217)
#C6D8E2
(198,216,226)
#D9E5EB
(217,229,235)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E709A color. Also use rgb(46,112,154) instead hex code.

Text Font Color

.myTextColor { color: #2E709A; }

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

This text font color is #2E709A.


Background Color

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

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

This div background color is #2E709A.


Border color

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

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

This div border color is #2E709A.


Opacity

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

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

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

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

This text has shadow with #2E709A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E709A on black background.


Color preview on white background

This text has color #2E709A on white background.



Black color preview on #2E709A background

This text has black color on #2E709A background.


White color preview on #2E709A background

This text has white color on #2E709A background.