COLOR #2E6654

HEX: #2E6654 RGB: (46,102,84)

Color info

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

RGB color model

#2E6654 color RGB value is (46,102,84).

RGB: (46,102,84) (18%, 40%, 33%)

RGB channels and saturation

R 46 of 255 = 18%
G 102 of 255 = 40%
B 84 of 255 = 33%

46
102
84

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

Portions of RGB colors in percentages

R + G + B = 46 + 102 + 84 = 232 (100%)
R 46 of 232 ~ 19.83%
G 102 of 232 ~ 43.97%
B 84 of 232 ~ 36.21'%

%19.83
%43.97
%36.21

CMYK color model

#2E6654 color CMYK value is (55,0,18,60).

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

CMYK: (55,0,18,60)
C55M0Y18K60 (55%, 0%, 18%, 60%)
(0.55 / 0.00 / 0.18 / 0.60)

CMYK percentages

%54.9
%0
%17.65
%60

Codes

Color #2E6654 in popluar color models

2E 66 54
RGB 46 102 84
HSL 161° 37.84% 29.02%
HSB/HSV 161° 54.90% 40.00%
CMYK 54.90% 0.00% 17.65%
60.00%

Color #2E6654 in popluar number systems.

HEX 2E 66 54
Decimal 46 102 84
Binary 101110 1100110 1010100
Octal 56 146 124

Shades and tints

Shades of #2E6654

#2E6654
(46,102,84)
#2A5D4D
(42,93,77)
#265446
(38,84,70)
#224B3F
(34,75,63)
#1E4238
(30,66,56)
#1A3931
(26,57,49)
#16302A
(22,48,42)
#122723
(18,39,35)
#0E1E1C
(14,30,28)
#0A1515
(10,21,21)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #2E6654

#2E6654
(46,102,84)
#417363
(65,115,99)
#548072
(84,128,114)
#678D81
(103,141,129)
#7A9A90
(122,154,144)
#8DA79F
(141,167,159)
#A0B4AE
(160,180,174)
#B3C1BD
(179,193,189)
#C6CECC
(198,206,204)
#D9DBDB
(217,219,219)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6654; }

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

This text font color is #2E6654.

Background Color

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

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

This div background color is #2E6654.

Border color

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

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

This div border color is #2E6654.

Opacity

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

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

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

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

This text has shadow with #2E6654 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E6654.

Preview

Color preview on black background

This text has color #2E6654 on black background.


Color preview on white background

This text has color #2E6654 on white background.


Black color preview on #2E6654 background

This text has black color on #2E6654 background.


White color preview on #2E6654 background

This text has white color on #2E6654 background.


Related colors

Complementary color

Complementary color for #hex is #D199AB.


I love getcolorcode.com

Triadic colors

1 #542E66 and #66542E with #2E6654 are triadic colors.

2 #54662E and #662E54 with #2E6654 are triadic colors.