COLOR #2E4554

HEX: #2E4554
RGB: (46,69,84)

Color info

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

RGB color model

#2E4554 color RGB value is (46,69,84).

  • red value is 46;
  • green value is 69;
  • blue value is 84.
RGB:
(46,69,84)
(18%,27%,33%)

RGB channels and saturation

R 46 of 255 = 18%
G 69 of 255 = 27%
B 84 of 255 = 33%

46
69
84

R + G + B ~ 26%. #2E4554 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 69 + 84 = 199 (100%)
R 46 of 199 ~ 23.12%
G 69 of 199 ~ 34.67%
B 84 of 199 ~ 42.21%

%23.12
%34.67
%42.21

CMYK color model

#2E4554 color CMYK value is (45,18,0,67).

  • cyan value is 45.24%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(45,18,0,67)
C45M18Y0K67 
(45%,18%,0%,67%)
(0.45/0.18/0.00/0.67)	

CMYK percentages

%45.24
%17.86
%0
%67.06

Codes

Color #2E4554 in popluar color models

2E4554
RGB466984
HSL204°29.23%25.49%
HSB/HSV204°45.24%32.94%
CMYK45.24%17.86%0.00%
67.06%

Color #2E4554 in popluar number systems.

HEX2E4554
Decimal466984
Binary10111010001011010100
Octal56105124

Shades and tints

Shades of #2E4554

#2E4554
(46,69,84)
#2A3F4D
(42,63,77)
#263946
(38,57,70)
#22333F
(34,51,63)
#1E2D38
(30,45,56)
#1A2731
(26,39,49)
#16212A
(22,33,42)
#121B23
(18,27,35)
#0E151C
(14,21,28)
#0A0F15
(10,15,21)
#06090E
(6,9,14)
#000000
(0,0,0)

Tints of #2E4554

#2E4554
(46,69,84)
#415563
(65,85,99)
#546572
(84,101,114)
#677581
(103,117,129)
#7A8590
(122,133,144)
#8D959F
(141,149,159)
#A0A5AE
(160,165,174)
#B3B5BD
(179,181,189)
#C6C5CC
(198,197,204)
#D9D5DB
(217,213,219)
#ECE5EA
(236,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4554; }

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

This text font color is #2E4554.


Background Color

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

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

This div background color is #2E4554.


Border color

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

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

This div border color is #2E4554.


Opacity

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

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

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

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

This text has shadow with #2E4554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4554 on black background.


Color preview on white background

This text has color #2E4554 on white background.



Black color preview on #2E4554 background

This text has black color on #2E4554 background.


White color preview on #2E4554 background

This text has white color on #2E4554 background.