COLOR #2E4956

HEX: #2E4956 RGB: (46,73,86)

Color info

#2E4956 contains red, green and blue colors in about the same proportion. Web safe color of #2E4956 is #333366 (or #336).

RGB color model

#2E4956 color RGB value is (46,73,86).

RGB: (46,73,86) (18%, 29%, 34%)

RGB channels and saturation

R 46 of 255 = 18%
G 73 of 255 = 29%
B 86 of 255 = 34%

46
73
86

R + G + B ~ 27%. #2E4956 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 73 + 86 = 205 (100%)
R 46 of 205 ~ 22.44%
G 73 of 205 ~ 35.61%
B 86 of 205 ~ 41.95'%

%22.44
%35.61
%41.95

CMYK color model

#2E4956 color CMYK value is (47,15,0,66).

  • cyan value is 46.51%
  • magenta value is 15.12%
  • yellow value is 0.00%
  • key color value is 66.27%

CMYK: (47,15,0,66)
C47M15Y0K66 (47%, 15%, 0%, 66%)
(0.47 / 0.15 / 0.00 / 0.66)

CMYK percentages

%46.51
%15.12
%0
%66.27

Codes

Color #2E4956 in popluar color models

2E 49 56
RGB 46 73 86
HSL 200° 30.30% 25.88%
HSB/HSV 200° 46.51% 33.73%
CMYK 46.51% 15.12% 0.00%
66.27%

Color #2E4956 in popluar number systems.

HEX 2E 49 56
Decimal 46 73 86
Binary 101110 1001001 1010110
Octal 56 111 126

Shades and tints

Shades of #2E4956

#2E4956
(46,73,86)
#2A434F
(42,67,79)
#263D48
(38,61,72)
#223741
(34,55,65)
#1E313A
(30,49,58)
#1A2B33
(26,43,51)
#16252C
(22,37,44)
#121F25
(18,31,37)
#0E191E
(14,25,30)
#0A1317
(10,19,23)
#060D10
(6,13,16)
#000000
(0,0,0)

Tints of #2E4956

#2E4956
(46,73,86)
#415965
(65,89,101)
#546974
(84,105,116)
#677983
(103,121,131)
#7A8992
(122,137,146)
#8D99A1
(141,153,161)
#A0A9B0
(160,169,176)
#B3B9BF
(179,185,191)
#C6C9CE
(198,201,206)
#D9D9DD
(217,217,221)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4956; }

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

This text font color is #2E4956.

Background Color

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

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

This div background color is #2E4956.

Border color

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

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

This div border color is #2E4956.

Opacity

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

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

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

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

This text has shadow with #2E4956 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E4956.

Preview

Color preview on black background

This text has color #2E4956 on black background.


Color preview on white background

This text has color #2E4956 on white background.


Black color preview on #2E4956 background

This text has black color on #2E4956 background.


White color preview on #2E4956 background

This text has white color on #2E4956 background.


Related colors

Complementary color

Complementary color for #hex is #D1B6A9.


I love getcolorcode.com

Triadic colors

1 #562E49 and #49562E with #2E4956 are triadic colors.

2 #56492E and #492E56 with #2E4956 are triadic colors.