COLOR #2E737E

HEX: #2E737E RGB: (46,115,126)

Color info

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

RGB color model

#2E737E color RGB value is (46,115,126).

RGB: (46,115,126) (18%, 45%, 49%)

RGB channels and saturation

R 46 of 255 = 18%
G 115 of 255 = 45%
B 126 of 255 = 49%

46
115
126

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

Portions of RGB colors in percentages

R + G + B = 46 + 115 + 126 = 287 (100%)
R 46 of 287 ~ 16.03%
G 115 of 287 ~ 40.07%
B 126 of 287 ~ 43.9'%

%16.03
%40.07
%43.9

CMYK color model

#2E737E color CMYK value is (63,9,0,51).

  • cyan value is 63.49%
  • magenta value is 8.73%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (63,9,0,51)
C63M9Y0K51 (63%, 9%, 0%, 51%)
(0.63 / 0.09 / 0.00 / 0.51)

CMYK percentages

%63.49
%8.73
%0
%50.59

Codes

Color #2E737E in popluar color models

2E 73 7E
RGB 46 115 126
HSL 188° 46.51% 33.73%
HSB/HSV 188° 63.49% 49.41%
CMYK 63.49% 8.73% 0.00%
50.59%

Color #2E737E in popluar number systems.

HEX 2E 73 7E
Decimal 46 115 126
Binary 101110 1110011 1111110
Octal 56 163 176

Shades and tints

Shades of #2E737E

#2E737E
(46,115,126)
#2A6973
(42,105,115)
#265F68
(38,95,104)
#22555D
(34,85,93)
#1E4B52
(30,75,82)
#1A4147
(26,65,71)
#16373C
(22,55,60)
#122D31
(18,45,49)
#0E2326
(14,35,38)
#0A191B
(10,25,27)
#060F10
(6,15,16)
#000000
(0,0,0)

Tints of #2E737E

#2E737E
(46,115,126)
#417F89
(65,127,137)
#548B94
(84,139,148)
#67979F
(103,151,159)
#7AA3AA
(122,163,170)
#8DAFB5
(141,175,181)
#A0BBC0
(160,187,192)
#B3C7CB
(179,199,203)
#C6D3D6
(198,211,214)
#D9DFE1
(217,223,225)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E737E; }

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

This text font color is #2E737E.

Background Color

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

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

This div background color is #2E737E.

Border color

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

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

This div border color is #2E737E.

Opacity

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

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

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

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

This text has shadow with #2E737E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E737E.

Preview

Color preview on black background

This text has color #2E737E on black background.


Color preview on white background

This text has color #2E737E on white background.


Black color preview on #2E737E background

This text has black color on #2E737E background.


White color preview on #2E737E background

This text has white color on #2E737E background.


Related colors

Complementary color

Complementary color for #hex is #D18C81.


I love getcolorcode.com

Triadic colors

1 #7E2E73 and #737E2E with #2E737E are triadic colors.

2 #7E732E and #732E7E with #2E737E are triadic colors.