COLOR #2E0F71

HEX: #2E0F71 RGB: (46,15,113)

Color info

#2E0F71 contains mainly blue color. Web safe color of #2E0F71 is #330066 (or #306).

RGB color model

#2E0F71 color RGB value is (46,15,113).

RGB: (46,15,113) (18%, 6%, 44%)

RGB channels and saturation

R 46 of 255 = 18%
G 15 of 255 = 6%
B 113 of 255 = 44%

46
15
113

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

Portions of RGB colors in percentages

R + G + B = 46 + 15 + 113 = 174 (100%)
R 46 of 174 ~ 26.44%
G 15 of 174 ~ 8.62%
B 113 of 174 ~ 64.94'%

%26.44
%64.94

CMYK color model

#2E0F71 color CMYK value is (59,87,0,56).

  • cyan value is 59.29%
  • magenta value is 86.73%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (59,87,0,56)
C59M87Y0K56 (59%, 87%, 0%, 56%)
(0.59 / 0.87 / 0.00 / 0.56)

CMYK percentages

%59.29
%86.73
%0
%55.69

Codes

Color #2E0F71 in popluar color models

2E 0F 71
RGB 46 15 113
HSL 259° 76.56% 25.10%
HSB/HSV 259° 86.73% 44.31%
CMYK 59.29% 86.73% 0.00%
55.69%

Color #2E0F71 in popluar number systems.

HEX 2E 0F 71
Decimal 46 15 113
Binary 101110 1111 1110001
Octal 56 17 161

Shades and tints

Shades of #2E0F71

#2E0F71
(46,15,113)
#2A0E67
(42,14,103)
#260D5D
(38,13,93)
#220C53
(34,12,83)
#1E0B49
(30,11,73)
#1A0A3F
(26,10,63)
#160935
(22,9,53)
#12082B
(18,8,43)
#0E0721
(14,7,33)
#0A0617
(10,6,23)
#06050D
(6,5,13)
#000000
(0,0,0)

Tints of #2E0F71

#2E0F71
(46,15,113)
#41247D
(65,36,125)
#543989
(84,57,137)
#674E95
(103,78,149)
#7A63A1
(122,99,161)
#8D78AD
(141,120,173)
#A08DB9
(160,141,185)
#B3A2C5
(179,162,197)
#C6B7D1
(198,183,209)
#D9CCDD
(217,204,221)
#ECE1E9
(236,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E0F71 color. Also use rgb(46,15,113) instead hex code.

Text Font Color

.myTextColor { color: #2E0F71; }

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

This text font color is #2E0F71.

Background Color

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

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

This div background color is #2E0F71.

Border color

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

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

This div border color is #2E0F71.

Opacity

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

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

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

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

This text has shadow with #2E0F71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E0F71.

Preview

Color preview on black background

This text has color #2E0F71 on black background.


Color preview on white background

This text has color #2E0F71 on white background.


Black color preview on #2E0F71 background

This text has black color on #2E0F71 background.


White color preview on #2E0F71 background

This text has white color on #2E0F71 background.


Related colors

Complementary color

Complementary color for #hex is #D1F08E.


I love getcolorcode.com

Triadic colors

1 #712E0F and #0F712E with #2E0F71 are triadic colors.

2 #710F2E and #0F2E71 with #2E0F71 are triadic colors.