COLOR #2E6661

HEX: #2E6661
RGB: (46,102,97)

Color info

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

RGB color model

#2E6661 color RGB value is (46,102,97).

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

RGB channels and saturation

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

46
102
97

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

Portions of RGB colors in percentages

R + G + B =
46 + 102 + 97 = 245 (100%)
R 46 of 245 ~ 18.78%
G 102 of 245 ~ 41.63%
B 97 of 245 ~ 39.59%

%18.78
%41.63
%39.59

CMYK color model

#2E6661 color CMYK value is (55,0,5,60).

  • cyan value is 54.90%
  • magenta value is 0.00%
  • yellow value is 4.90%
  • key color value is 60.00%
CMYK:
(55,0,5,60)
C55M0Y5K60 
(55%,0%,5%,60%)
(0.55/0.00/0.05/0.60)	

CMYK percentages

%54.9
%0
%4.9
%60

Codes

Color #2E6661 in popluar color models

2E6661
RGB4610297
HSL175°37.84%29.02%
HSB/HSV175°54.90%40.00%
CMYK54.90%0.00%4.90%
60.00%

Color #2E6661 in popluar number systems.

HEX2E6661
Decimal4610297
Binary10111011001101100001
Octal56146141

Shades and tints

Shades of #2E6661

#2E6661
(46,102,97)
#2A5D59
(42,93,89)
#265451
(38,84,81)
#224B49
(34,75,73)
#1E4241
(30,66,65)
#1A3939
(26,57,57)
#163031
(22,48,49)
#122729
(18,39,41)
#0E1E21
(14,30,33)
#0A1519
(10,21,25)
#060C11
(6,12,17)
#000000
(0,0,0)

Tints of #2E6661

#2E6661
(46,102,97)
#41736F
(65,115,111)
#54807D
(84,128,125)
#678D8B
(103,141,139)
#7A9A99
(122,154,153)
#8DA7A7
(141,167,167)
#A0B4B5
(160,180,181)
#B3C1C3
(179,193,195)
#C6CED1
(198,206,209)
#D9DBDF
(217,219,223)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6661; }

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

This text font color is #2E6661.


Background Color

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

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

This div background color is #2E6661.


Border color

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

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

This div border color is #2E6661.


Opacity

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

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

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

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

This text has shadow with #2E6661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6661 on black background.


Color preview on white background

This text has color #2E6661 on white background.



Black color preview on #2E6661 background

This text has black color on #2E6661 background.


White color preview on #2E6661 background

This text has white color on #2E6661 background.