COLOR #2E6066

HEX: #2E6066
RGB: (46,96,102)

Color info

#2E6066 contains red, green and blue colors in about the same proportion. Web safe color of #2E6066 is #336666 (or #366).

RGB color model

#2E6066 color RGB value is (46,96,102).

  • red value is 46;
  • green value is 96;
  • blue value is 102.
RGB:
(46,96,102)
(18%,38%,40%)

RGB channels and saturation

R 46 of 255 = 18%
G 96 of 255 = 38%
B 102 of 255 = 40%

46
96
102

R + G + B ~ 32%. #2E6066 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 96 + 102 = 244 (100%)
R 46 of 244 ~ 18.85%
G 96 of 244 ~ 39.34%
B 102 of 244 ~ 41.8%

%18.85
%39.34
%41.8

CMYK color model

#2E6066 color CMYK value is (55,6,0,60).

  • cyan value is 54.90%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(55,6,0,60)
C55M6Y0K60 
(55%,6%,0%,60%)
(0.55/0.06/0.00/0.60)	

CMYK percentages

%54.9
%5.88
%0
%60

Codes

Color #2E6066 in popluar color models

2E6066
RGB4696102
HSL186°37.84%29.02%
HSB/HSV186°54.90%40.00%
CMYK54.90%5.88%0.00%
60.00%

Color #2E6066 in popluar number systems.

HEX2E6066
Decimal4696102
Binary10111011000001100110
Octal56140146

Shades and tints

Shades of #2E6066

#2E6066
(46,96,102)
#2A585D
(42,88,93)
#265054
(38,80,84)
#22484B
(34,72,75)
#1E4042
(30,64,66)
#1A3839
(26,56,57)
#163030
(22,48,48)
#122827
(18,40,39)
#0E201E
(14,32,30)
#0A1815
(10,24,21)
#06100C
(6,16,12)
#000000
(0,0,0)

Tints of #2E6066

#2E6066
(46,96,102)
#416E73
(65,110,115)
#547C80
(84,124,128)
#678A8D
(103,138,141)
#7A989A
(122,152,154)
#8DA6A7
(141,166,167)
#A0B4B4
(160,180,180)
#B3C2C1
(179,194,193)
#C6D0CE
(198,208,206)
#D9DEDB
(217,222,219)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6066 color. Also use rgb(46,96,102) instead hex code.

Text Font Color

.myTextColor { color: #2E6066; }

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

This text font color is #2E6066.


Background Color

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

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

This div background color is #2E6066.


Border color

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

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

This div border color is #2E6066.


Opacity

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

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

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

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

This text has shadow with #2E6066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6066 on black background.


Color preview on white background

This text has color #2E6066 on white background.



Black color preview on #2E6066 background

This text has black color on #2E6066 background.


White color preview on #2E6066 background

This text has white color on #2E6066 background.