COLOR #2E3751

HEX: #2E3751
RGB: (46,55,81)

Color info

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

RGB color model

#2E3751 color RGB value is (46,55,81).

  • red value is 46;
  • green value is 55;
  • blue value is 81.
RGB:
(46,55,81)
(18%,22%,32%)

RGB channels and saturation

R 46 of 255 = 18%
G 55 of 255 = 22%
B 81 of 255 = 32%

46
55
81

R + G + B ~ 24%. #2E3751 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 55 + 81 = 182 (100%)
R 46 of 182 ~ 25.27%
G 55 of 182 ~ 30.22%
B 81 of 182 ~ 44.51%

%25.27
%30.22
%44.51

CMYK color model

#2E3751 color CMYK value is (43,32,0,68).

  • cyan value is 43.21%
  • magenta value is 32.10%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(43,32,0,68)
C43M32Y0K68 
(43%,32%,0%,68%)
(0.43/0.32/0.00/0.68)	

CMYK percentages

%43.21
%32.1
%0
%68.24

Codes

Color #2E3751 in popluar color models

2E3751
RGB465581
HSL225°27.56%24.90%
HSB/HSV225°43.21%31.76%
CMYK43.21%32.10%0.00%
68.24%

Color #2E3751 in popluar number systems.

HEX2E3751
Decimal465581
Binary1011101101111010001
Octal5667121

Shades and tints

Shades of #2E3751

#2E3751
(46,55,81)
#2A324A
(42,50,74)
#262D43
(38,45,67)
#22283C
(34,40,60)
#1E2335
(30,35,53)
#1A1E2E
(26,30,46)
#161927
(22,25,39)
#121420
(18,20,32)
#0E0F19
(14,15,25)
#0A0A12
(10,10,18)
#06050B
(6,5,11)
#000000
(0,0,0)

Tints of #2E3751

#2E3751
(46,55,81)
#414960
(65,73,96)
#545B6F
(84,91,111)
#676D7E
(103,109,126)
#7A7F8D
(122,127,141)
#8D919C
(141,145,156)
#A0A3AB
(160,163,171)
#B3B5BA
(179,181,186)
#C6C7C9
(198,199,201)
#D9D9D8
(217,217,216)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3751 color. Also use rgb(46,55,81) instead hex code.

Text Font Color

.myTextColor { color: #2E3751; }

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

This text font color is #2E3751.


Background Color

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

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

This div background color is #2E3751.


Border color

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

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

This div border color is #2E3751.


Opacity

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

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

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

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

This text has shadow with #2E3751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3751 on black background.


Color preview on white background

This text has color #2E3751 on white background.



Black color preview on #2E3751 background

This text has black color on #2E3751 background.


White color preview on #2E3751 background

This text has white color on #2E3751 background.