COLOR #2E717E

HEX: #2E717E
RGB: (46,113,126)

Color info

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

RGB color model

#2E717E color RGB value is (46,113,126).

  • red value is 46;
  • green value is 113;
  • blue value is 126.
RGB:
(46,113,126)
(18%,44%,49%)

RGB channels and saturation

R 46 of 255 = 18%
G 113 of 255 = 44%
B 126 of 255 = 49%

46
113
126

R + G + B ~ 37%. #2E717E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 113 + 126 = 285 (100%)
R 46 of 285 ~ 16.14%
G 113 of 285 ~ 39.65%
B 126 of 285 ~ 44.21%

%16.14
%39.65
%44.21

CMYK color model

#2E717E color CMYK value is (63,10,0,51).

  • cyan value is 63.49%
  • magenta value is 10.32%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(63,10,0,51)
C63M10Y0K51 
(63%,10%,0%,51%)
(0.63/0.10/0.00/0.51)	

CMYK percentages

%63.49
%10.32
%0
%50.59

Codes

Color #2E717E in popluar color models

2E717E
RGB46113126
HSL190°46.51%33.73%
HSB/HSV190°63.49%49.41%
CMYK63.49%10.32%0.00%
50.59%

Color #2E717E in popluar number systems.

HEX2E717E
Decimal46113126
Binary10111011100011111110
Octal56161176

Shades and tints

Shades of #2E717E

#2E717E
(46,113,126)
#2A6773
(42,103,115)
#265D68
(38,93,104)
#22535D
(34,83,93)
#1E4952
(30,73,82)
#1A3F47
(26,63,71)
#16353C
(22,53,60)
#122B31
(18,43,49)
#0E2126
(14,33,38)
#0A171B
(10,23,27)
#060D10
(6,13,16)
#000000
(0,0,0)

Tints of #2E717E

#2E717E
(46,113,126)
#417D89
(65,125,137)
#548994
(84,137,148)
#67959F
(103,149,159)
#7AA1AA
(122,161,170)
#8DADB5
(141,173,181)
#A0B9C0
(160,185,192)
#B3C5CB
(179,197,203)
#C6D1D6
(198,209,214)
#D9DDE1
(217,221,225)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E717E color. Also use rgb(46,113,126) instead hex code.

Text Font Color

.myTextColor { color: #2E717E; }

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

This text font color is #2E717E.


Background Color

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

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

This div background color is #2E717E.


Border color

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

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

This div border color is #2E717E.


Opacity

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

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

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

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

This text has shadow with #2E717E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E717E on black background.


Color preview on white background

This text has color #2E717E on white background.



Black color preview on #2E717E background

This text has black color on #2E717E background.


White color preview on #2E717E background

This text has white color on #2E717E background.