COLOR #2E664E

HEX: #2E664E
RGB: (46,102,78)

Color info

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

RGB color model

#2E664E color RGB value is (46,102,78).

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

RGB channels and saturation

R 46 of 255 = 18%
G 102 of 255 = 40%
B 78 of 255 = 31%

46
102
78

R + G + B ~ 30%. #2E664E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 102 + 78 = 226 (100%)
R 46 of 226 ~ 20.35%
G 102 of 226 ~ 45.13%
B 78 of 226 ~ 34.51%

%20.35
%45.13
%34.51

CMYK color model

#2E664E color CMYK value is (55,0,24,60).

  • cyan value is 54.90%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 60.00%
CMYK:
(55,0,24,60)
C55M0Y24K60 
(55%,0%,24%,60%)
(0.55/0.00/0.24/0.60)	

CMYK percentages

%54.9
%0
%23.53
%60

Codes

Color #2E664E in popluar color models

2E664E
RGB4610278
HSL154°37.84%29.02%
HSB/HSV154°54.90%40.00%
CMYK54.90%0.00%23.53%
60.00%

Color #2E664E in popluar number systems.

HEX2E664E
Decimal4610278
Binary10111011001101001110
Octal56146116

Shades and tints

Shades of #2E664E

#2E664E
(46,102,78)
#2A5D47
(42,93,71)
#265440
(38,84,64)
#224B39
(34,75,57)
#1E4232
(30,66,50)
#1A392B
(26,57,43)
#163024
(22,48,36)
#12271D
(18,39,29)
#0E1E16
(14,30,22)
#0A150F
(10,21,15)
#060C08
(6,12,8)
#000000
(0,0,0)

Tints of #2E664E

#2E664E
(46,102,78)
#41735E
(65,115,94)
#54806E
(84,128,110)
#678D7E
(103,141,126)
#7A9A8E
(122,154,142)
#8DA79E
(141,167,158)
#A0B4AE
(160,180,174)
#B3C1BE
(179,193,190)
#C6CECE
(198,206,206)
#D9DBDE
(217,219,222)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E664E; }

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

This text font color is #2E664E.


Background Color

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

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

This div background color is #2E664E.


Border color

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

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

This div border color is #2E664E.


Opacity

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

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

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

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

This text has shadow with #2E664E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E664E on black background.


Color preview on white background

This text has color #2E664E on white background.



Black color preview on #2E664E background

This text has black color on #2E664E background.


White color preview on #2E664E background

This text has white color on #2E664E background.