COLOR #2E253F

HEX: #2E253F RGB: (46,37,63)

Color info

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

RGB color model

#2E253F color RGB value is (46,37,63).

RGB: (46,37,63) (18%, 15%, 25%)

RGB channels and saturation

R 46 of 255 = 18%
G 37 of 255 = 15%
B 63 of 255 = 25%

46
37
63

R + G + B ~ 19%. #2E253F is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 37 + 63 = 146 (100%)
R 46 of 146 ~ 31.51%
G 37 of 146 ~ 25.34%
B 63 of 146 ~ 43.15'%

%31.51
%25.34
%43.15

CMYK color model

#2E253F color CMYK value is (27,41,0,75).

  • cyan value is 26.98%
  • magenta value is 41.27%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (27,41,0,75)
C27M41Y0K75 (27%, 41%, 0%, 75%)
(0.27 / 0.41 / 0.00 / 0.75)

CMYK percentages

%26.98
%41.27
%0
%75.29

Codes

Color #2E253F in popluar color models

2E 25 3F
RGB 46 37 63
HSL 261° 26.00% 19.61%
HSB/HSV 261° 41.27% 24.71%
CMYK 26.98% 41.27% 0.00%
75.29%

Color #2E253F in popluar number systems.

HEX 2E 25 3F
Decimal 46 37 63
Binary 101110 100101 111111
Octal 56 45 77

Shades and tints

Shades of #2E253F

#2E253F
(46,37,63)
#2A223A
(42,34,58)
#261F35
(38,31,53)
#221C30
(34,28,48)
#1E192B
(30,25,43)
#1A1626
(26,22,38)
#161321
(22,19,33)
#12101C
(18,16,28)
#0E0D17
(14,13,23)
#0A0A12
(10,10,18)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #2E253F

#2E253F
(46,37,63)
#413850
(65,56,80)
#544B61
(84,75,97)
#675E72
(103,94,114)
#7A7183
(122,113,131)
#8D8494
(141,132,148)
#A097A5
(160,151,165)
#B3AAB6
(179,170,182)
#C6BDC7
(198,189,199)
#D9D0D8
(217,208,216)
#ECE3E9
(236,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E253F; }

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

This text font color is #2E253F.

Background Color

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

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

This div background color is #2E253F.

Border color

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

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

This div border color is #2E253F.

Opacity

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

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

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

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

This text has shadow with #2E253F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E253F.

Preview

Color preview on black background

This text has color #2E253F on black background.


Color preview on white background

This text has color #2E253F on white background.


Black color preview on #2E253F background

This text has black color on #2E253F background.


White color preview on #2E253F background

This text has white color on #2E253F background.


Related colors

Complementary color

Complementary color for #hex is #D1DAC0.


I love getcolorcode.com

Triadic colors

1 #3F2E25 and #253F2E with #2E253F are triadic colors.

2 #3F252E and #252E3F with #2E253F are triadic colors.