COLOR #2E2F66

HEX: #2E2F66
RGB: (46,47,102)

Color info

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

RGB color model

#2E2F66 color RGB value is (46,47,102).

  • red value is 46;
  • green value is 47;
  • blue value is 102.
RGB:
(46,47,102)
(18%,18%,40%)

RGB channels and saturation

R 46 of 255 = 18%
G 47 of 255 = 18%
B 102 of 255 = 40%

46
47
102

R + G + B ~ 25%. #2E2F66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 47 + 102 = 195 (100%)
R 46 of 195 ~ 23.59%
G 47 of 195 ~ 24.1%
B 102 of 195 ~ 52.31%

%23.59
%24.1
%52.31

CMYK color model

#2E2F66 color CMYK value is (55,54,0,60).

  • cyan value is 54.90%
  • magenta value is 53.92%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(55,54,0,60)
C55M54Y0K60 
(55%,54%,0%,60%)
(0.55/0.54/0.00/0.60)	

CMYK percentages

%54.9
%53.92
%0
%60

Codes

Color #2E2F66 in popluar color models

2E2F66
RGB4647102
HSL239°37.84%29.02%
HSB/HSV239°54.90%40.00%
CMYK54.90%53.92%0.00%
60.00%

Color #2E2F66 in popluar number systems.

HEX2E2F66
Decimal4647102
Binary1011101011111100110
Octal5657146

Shades and tints

Shades of #2E2F66

#2E2F66
(46,47,102)
#2A2B5D
(42,43,93)
#262754
(38,39,84)
#22234B
(34,35,75)
#1E1F42
(30,31,66)
#1A1B39
(26,27,57)
#161730
(22,23,48)
#121327
(18,19,39)
#0E0F1E
(14,15,30)
#0A0B15
(10,11,21)
#06070C
(6,7,12)
#000000
(0,0,0)

Tints of #2E2F66

#2E2F66
(46,47,102)
#414173
(65,65,115)
#545380
(84,83,128)
#67658D
(103,101,141)
#7A779A
(122,119,154)
#8D89A7
(141,137,167)
#A09BB4
(160,155,180)
#B3ADC1
(179,173,193)
#C6BFCE
(198,191,206)
#D9D1DB
(217,209,219)
#ECE3E8
(236,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E2F66 color. Also use rgb(46,47,102) instead hex code.

Text Font Color

.myTextColor { color: #2E2F66; }

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

This text font color is #2E2F66.


Background Color

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

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

This div background color is #2E2F66.


Border color

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

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

This div border color is #2E2F66.


Opacity

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

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

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

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

This text has shadow with #2E2F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2F66 on black background.


Color preview on white background

This text has color #2E2F66 on white background.



Black color preview on #2E2F66 background

This text has black color on #2E2F66 background.


White color preview on #2E2F66 background

This text has white color on #2E2F66 background.