COLOR #2E254B

HEX: #2E254B
RGB: (46,37,75)

Color info

#2E254B contains red, green and blue colors in about the same proportion. Web safe color of #2E254B is #333333 (or #333).

RGB color model

#2E254B color RGB value is (46,37,75).

  • red value is 46;
  • green value is 37;
  • blue value is 75.
RGB:
(46,37,75)
(18%,15%,29%)

RGB channels and saturation

R 46 of 255 = 18%
G 37 of 255 = 15%
B 75 of 255 = 29%

46
37
75

R + G + B ~ 21%. #2E254B is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 37 + 75 = 158 (100%)
R 46 of 158 ~ 29.11%
G 37 of 158 ~ 23.42%
B 75 of 158 ~ 47.47%

%29.11
%23.42
%47.47

CMYK color model

#2E254B color CMYK value is (39,51,0,71).

  • cyan value is 38.67%
  • magenta value is 50.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(39,51,0,71)
C39M51Y0K71 
(39%,51%,0%,71%)
(0.39/0.51/0.00/0.71)	

CMYK percentages

%38.67
%50.67
%0
%70.59

Codes

Color #2E254B in popluar color models

2E254B
RGB463775
HSL254°33.93%21.96%
HSB/HSV254°50.67%29.41%
CMYK38.67%50.67%0.00%
70.59%

Color #2E254B in popluar number systems.

HEX2E254B
Decimal463775
Binary1011101001011001011
Octal5645113

Shades and tints

Shades of #2E254B

#2E254B
(46,37,75)
#2A2245
(42,34,69)
#261F3F
(38,31,63)
#221C39
(34,28,57)
#1E1933
(30,25,51)
#1A162D
(26,22,45)
#161327
(22,19,39)
#121021
(18,16,33)
#0E0D1B
(14,13,27)
#0A0A15
(10,10,21)
#06070F
(6,7,15)
#000000
(0,0,0)

Tints of #2E254B

#2E254B
(46,37,75)
#41385B
(65,56,91)
#544B6B
(84,75,107)
#675E7B
(103,94,123)
#7A718B
(122,113,139)
#8D849B
(141,132,155)
#A097AB
(160,151,171)
#B3AABB
(179,170,187)
#C6BDCB
(198,189,203)
#D9D0DB
(217,208,219)
#ECE3EB
(236,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E254B color. Also use rgb(46,37,75) instead hex code.

Text Font Color

.myTextColor { color: #2E254B; }

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

This text font color is #2E254B.


Background Color

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

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

This div background color is #2E254B.


Border color

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

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

This div border color is #2E254B.


Opacity

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

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

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

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

This text has shadow with #2E254B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E254B on black background.


Color preview on white background

This text has color #2E254B on white background.



Black color preview on #2E254B background

This text has black color on #2E254B background.


White color preview on #2E254B background

This text has white color on #2E254B background.