COLOR #2E275A

HEX: #2E275A
RGB: (46,39,90)

Color info

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

RGB color model

#2E275A color RGB value is (46,39,90).

  • red value is 46;
  • green value is 39;
  • blue value is 90.
RGB:
(46,39,90)
(18%,15%,35%)

RGB channels and saturation

R 46 of 255 = 18%
G 39 of 255 = 15%
B 90 of 255 = 35%

46
39
90

R + G + B ~ 23%. #2E275A is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 39 + 90 = 175 (100%)
R 46 of 175 ~ 26.29%
G 39 of 175 ~ 22.29%
B 90 of 175 ~ 51.43%

%26.29
%22.29
%51.43

CMYK color model

#2E275A color CMYK value is (49,57,0,65).

  • cyan value is 48.89%
  • magenta value is 56.67%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(49,57,0,65)
C49M57Y0K65 
(49%,57%,0%,65%)
(0.49/0.57/0.00/0.65)	

CMYK percentages

%48.89
%56.67
%0
%64.71

Codes

Color #2E275A in popluar color models

2E275A
RGB463990
HSL248°39.53%25.29%
HSB/HSV248°56.67%35.29%
CMYK48.89%56.67%0.00%
64.71%

Color #2E275A in popluar number systems.

HEX2E275A
Decimal463990
Binary1011101001111011010
Octal5647132

Shades and tints

Shades of #2E275A

#2E275A
(46,39,90)
#2A2452
(42,36,82)
#26214A
(38,33,74)
#221E42
(34,30,66)
#1E1B3A
(30,27,58)
#1A1832
(26,24,50)
#16152A
(22,21,42)
#121222
(18,18,34)
#0E0F1A
(14,15,26)
#0A0C12
(10,12,18)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #2E275A

#2E275A
(46,39,90)
#413A69
(65,58,105)
#544D78
(84,77,120)
#676087
(103,96,135)
#7A7396
(122,115,150)
#8D86A5
(141,134,165)
#A099B4
(160,153,180)
#B3ACC3
(179,172,195)
#C6BFD2
(198,191,210)
#D9D2E1
(217,210,225)
#ECE5F0
(236,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E275A color. Also use rgb(46,39,90) instead hex code.

Text Font Color

.myTextColor { color: #2E275A; }

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

This text font color is #2E275A.


Background Color

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

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

This div background color is #2E275A.


Border color

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

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

This div border color is #2E275A.


Opacity

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

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

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

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

This text has shadow with #2E275A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E275A on black background.


Color preview on white background

This text has color #2E275A on white background.



Black color preview on #2E275A background

This text has black color on #2E275A background.


White color preview on #2E275A background

This text has white color on #2E275A background.