COLOR #2E304A

HEX: #2E304A
RGB: (46,48,74)

Color info

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

RGB color model

#2E304A color RGB value is (46,48,74).

  • red value is 46;
  • green value is 48;
  • blue value is 74.
RGB:
(46,48,74)
(18%,19%,29%)

RGB channels and saturation

R 46 of 255 = 18%
G 48 of 255 = 19%
B 74 of 255 = 29%

46
48
74

R + G + B ~ 22%. #2E304A is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 48 + 74 = 168 (100%)
R 46 of 168 ~ 27.38%
G 48 of 168 ~ 28.57%
B 74 of 168 ~ 44.05%

%27.38
%28.57
%44.05

CMYK color model

#2E304A color CMYK value is (38,35,0,71).

  • cyan value is 37.84%
  • magenta value is 35.14%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(38,35,0,71)
C38M35Y0K71 
(38%,35%,0%,71%)
(0.38/0.35/0.00/0.71)	

CMYK percentages

%37.84
%35.14
%0
%70.98

Codes

Color #2E304A in popluar color models

2E304A
RGB464874
HSL236°23.33%23.53%
HSB/HSV236°37.84%29.02%
CMYK37.84%35.14%0.00%
70.98%

Color #2E304A in popluar number systems.

HEX2E304A
Decimal464874
Binary1011101100001001010
Octal5660112

Shades and tints

Shades of #2E304A

#2E304A
(46,48,74)
#2A2C44
(42,44,68)
#26283E
(38,40,62)
#222438
(34,36,56)
#1E2032
(30,32,50)
#1A1C2C
(26,28,44)
#161826
(22,24,38)
#121420
(18,20,32)
#0E101A
(14,16,26)
#0A0C14
(10,12,20)
#06080E
(6,8,14)
#000000
(0,0,0)

Tints of #2E304A

#2E304A
(46,48,74)
#41425A
(65,66,90)
#54546A
(84,84,106)
#67667A
(103,102,122)
#7A788A
(122,120,138)
#8D8A9A
(141,138,154)
#A09CAA
(160,156,170)
#B3AEBA
(179,174,186)
#C6C0CA
(198,192,202)
#D9D2DA
(217,210,218)
#ECE4EA
(236,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E304A color. Also use rgb(46,48,74) instead hex code.

Text Font Color

.myTextColor { color: #2E304A; }

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

This text font color is #2E304A.


Background Color

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

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

This div background color is #2E304A.


Border color

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

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

This div border color is #2E304A.


Opacity

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

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

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

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

This text has shadow with #2E304A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E304A on black background.


Color preview on white background

This text has color #2E304A on white background.



Black color preview on #2E304A background

This text has black color on #2E304A background.


White color preview on #2E304A background

This text has white color on #2E304A background.