COLOR #2E646D

HEX: #2E646D RGB: (46,100,109)

Color info

#2E646D contains mainly green and blue colors. Web safe color of #2E646D is #336666 (or #366).

RGB color model

#2E646D color RGB value is (46,100,109).

RGB: (46,100,109) (18%, 39%, 43%)

RGB channels and saturation

R 46 of 255 = 18%
G 100 of 255 = 39%
B 109 of 255 = 43%

46
100
109

R + G + B ~ 33%. #2E646D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 100 + 109 = 255 (100%)
R 46 of 255 ~ 18.04%
G 100 of 255 ~ 39.22%
B 109 of 255 ~ 42.75'%

%18.04
%39.22
%42.75

CMYK color model

#2E646D color CMYK value is (58,8,0,57).

  • cyan value is 57.80%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (58,8,0,57)
C58M8Y0K57 (58%, 8%, 0%, 57%)
(0.58 / 0.08 / 0.00 / 0.57)

CMYK percentages

%57.8
%8.26
%0
%57.25

Codes

Color #2E646D in popluar color models

2E 64 6D
RGB 46 100 109
HSL 189° 40.65% 30.39%
HSB/HSV 189° 57.80% 42.75%
CMYK 57.80% 8.26% 0.00%
57.25%

Color #2E646D in popluar number systems.

HEX 2E 64 6D
Decimal 46 100 109
Binary 101110 1100100 1101101
Octal 56 144 155

Shades and tints

Shades of #2E646D

#2E646D
(46,100,109)
#2A5B64
(42,91,100)
#26525B
(38,82,91)
#224952
(34,73,82)
#1E4049
(30,64,73)
#1A3740
(26,55,64)
#162E37
(22,46,55)
#12252E
(18,37,46)
#0E1C25
(14,28,37)
#0A131C
(10,19,28)
#060A13
(6,10,19)
#000000
(0,0,0)

Tints of #2E646D

#2E646D
(46,100,109)
#41727A
(65,114,122)
#548087
(84,128,135)
#678E94
(103,142,148)
#7A9CA1
(122,156,161)
#8DAAAE
(141,170,174)
#A0B8BB
(160,184,187)
#B3C6C8
(179,198,200)
#C6D4D5
(198,212,213)
#D9E2E2
(217,226,226)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E646D color. Also use rgb(46,100,109) instead hex code.

Text Font Color

.myTextColor { color: #2E646D; }

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

This text font color is #2E646D.

Background Color

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

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

This div background color is #2E646D.

Border color

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

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

This div border color is #2E646D.

Opacity

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

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

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

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

This text has shadow with #2E646D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E646D.

Preview

Color preview on black background

This text has color #2E646D on black background.


Color preview on white background

This text has color #2E646D on white background.


Black color preview on #2E646D background

This text has black color on #2E646D background.


White color preview on #2E646D background

This text has white color on #2E646D background.


Related colors

Complementary color

Complementary color for #hex is #D19B92.


I love getcolorcode.com

Triadic colors

1 #6D2E64 and #646D2E with #2E646D are triadic colors.

2 #6D642E and #642E6D with #2E646D are triadic colors.