COLOR #2E6570

HEX: #2E6570
RGB: (46,101,112)

Color info

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

RGB color model

#2E6570 color RGB value is (46,101,112).

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

RGB channels and saturation

R 46 of 255 = 18%
G 101 of 255 = 40%
B 112 of 255 = 44%

46
101
112

R + G + B ~ 34%. #2E6570 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 101 + 112 = 259 (100%)
R 46 of 259 ~ 17.76%
G 101 of 259 ~ 39%
B 112 of 259 ~ 43.24%

%17.76
%39
%43.24

CMYK color model

#2E6570 color CMYK value is (59,10,0,56).

  • cyan value is 58.93%
  • magenta value is 9.82%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(59,10,0,56)
C59M10Y0K56 
(59%,10%,0%,56%)
(0.59/0.10/0.00/0.56)	

CMYK percentages

%58.93
%9.82
%0
%56.08

Codes

Color #2E6570 in popluar color models

2E6570
RGB46101112
HSL190°41.77%30.98%
HSB/HSV190°58.93%43.92%
CMYK58.93%9.82%0.00%
56.08%

Color #2E6570 in popluar number systems.

HEX2E6570
Decimal46101112
Binary10111011001011110000
Octal56145160

Shades and tints

Shades of #2E6570

#2E6570
(46,101,112)
#2A5C66
(42,92,102)
#26535C
(38,83,92)
#224A52
(34,74,82)
#1E4148
(30,65,72)
#1A383E
(26,56,62)
#162F34
(22,47,52)
#12262A
(18,38,42)
#0E1D20
(14,29,32)
#0A1416
(10,20,22)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #2E6570

#2E6570
(46,101,112)
#41737D
(65,115,125)
#54818A
(84,129,138)
#678F97
(103,143,151)
#7A9DA4
(122,157,164)
#8DABB1
(141,171,177)
#A0B9BE
(160,185,190)
#B3C7CB
(179,199,203)
#C6D5D8
(198,213,216)
#D9E3E5
(217,227,229)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6570; }

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

This text font color is #2E6570.


Background Color

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

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

This div background color is #2E6570.


Border color

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

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

This div border color is #2E6570.


Opacity

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

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

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

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

This text has shadow with #2E6570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6570 on black background.


Color preview on white background

This text has color #2E6570 on white background.



Black color preview on #2E6570 background

This text has black color on #2E6570 background.


White color preview on #2E6570 background

This text has white color on #2E6570 background.