COLOR #2E5666

HEX: #2E5666 RGB: (46,86,102)

Color info

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

RGB color model

#2E5666 color RGB value is (46,86,102).

RGB: (46,86,102) (18%, 34%, 40%)

RGB channels and saturation

R 46 of 255 = 18%
G 86 of 255 = 34%
B 102 of 255 = 40%

46
86
102

R + G + B ~ 31%. #2E5666 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 86 + 102 = 234 (100%)
R 46 of 234 ~ 19.66%
G 86 of 234 ~ 36.75%
B 102 of 234 ~ 43.59'%

%19.66
%36.75
%43.59

CMYK color model

#2E5666 color CMYK value is (55,16,0,60).

  • cyan value is 54.90%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (55,16,0,60)
C55M16Y0K60 (55%, 16%, 0%, 60%)
(0.55 / 0.16 / 0.00 / 0.60)

CMYK percentages

%54.9
%15.69
%0
%60

Codes

Color #2E5666 in popluar color models

2E 56 66
RGB 46 86 102
HSL 197° 37.84% 29.02%
HSB/HSV 197° 54.90% 40.00%
CMYK 54.90% 15.69% 0.00%
60.00%

Color #2E5666 in popluar number systems.

HEX 2E 56 66
Decimal 46 86 102
Binary 101110 1010110 1100110
Octal 56 126 146

Shades and tints

Shades of #2E5666

#2E5666
(46,86,102)
#2A4F5D
(42,79,93)
#264854
(38,72,84)
#22414B
(34,65,75)
#1E3A42
(30,58,66)
#1A3339
(26,51,57)
#162C30
(22,44,48)
#122527
(18,37,39)
#0E1E1E
(14,30,30)
#0A1715
(10,23,21)
#06100C
(6,16,12)
#000000
(0,0,0)

Tints of #2E5666

#2E5666
(46,86,102)
#416573
(65,101,115)
#547480
(84,116,128)
#67838D
(103,131,141)
#7A929A
(122,146,154)
#8DA1A7
(141,161,167)
#A0B0B4
(160,176,180)
#B3BFC1
(179,191,193)
#C6CECE
(198,206,206)
#D9DDDB
(217,221,219)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5666; }

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

This text font color is #2E5666.

Background Color

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

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

This div background color is #2E5666.

Border color

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

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

This div border color is #2E5666.

Opacity

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

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

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

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

This text has shadow with #2E5666 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5666.

Preview

Color preview on black background

This text has color #2E5666 on black background.


Color preview on white background

This text has color #2E5666 on white background.


Black color preview on #2E5666 background

This text has black color on #2E5666 background.


White color preview on #2E5666 background

This text has white color on #2E5666 background.


Related colors

Complementary color

Complementary color for #hex is #D1A999.


I love getcolorcode.com

Triadic colors

1 #662E56 and #56662E with #2E5666 are triadic colors.

2 #66562E and #562E66 with #2E5666 are triadic colors.