COLOR #2E063E

HEX: #2E063E RGB: (46,6,62)

Color info

#2E063E contains red, green and blue colors in about the same proportion. Web safe color of #2E063E is #330033 (or #303).

RGB color model

#2E063E color RGB value is (46,6,62).

RGB: (46,6,62) (18%, 2%, 24%)

RGB channels and saturation

R 46 of 255 = 18%
G 6 of 255 = 2%
B 62 of 255 = 24%

46
6
62

R + G + B ~ 15%. #2E063E is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 6 + 62 = 114 (100%)
R 46 of 114 ~ 40.35%
G 6 of 114 ~ 5.26%
B 62 of 114 ~ 54.39'%

%40.35
%54.39

CMYK color model

#2E063E color CMYK value is (26,90,0,76).

  • cyan value is 25.81%
  • magenta value is 90.32%
  • yellow value is 0.00%
  • key color value is 75.69%

CMYK: (26,90,0,76)
C26M90Y0K76 (26%, 90%, 0%, 76%)
(0.26 / 0.90 / 0.00 / 0.76)

CMYK percentages

%25.81
%90.32
%0
%75.69

Codes

Color #2E063E in popluar color models

2E 06 3E
RGB 46 6 62
HSL 283° 82.35% 13.33%
HSB/HSV 283° 90.32% 24.31%
CMYK 25.81% 90.32% 0.00%
75.69%

Color #2E063E in popluar number systems.

HEX 2E 06 3E
Decimal 46 6 62
Binary 101110 110 111110
Octal 56 6 76

Shades and tints

Shades of #2E063E

#2E063E
(46,6,62)
#2A0639
(42,6,57)
#260634
(38,6,52)
#22062F
(34,6,47)
#1E062A
(30,6,42)
#1A0625
(26,6,37)
#160620
(22,6,32)
#12061B
(18,6,27)
#0E0616
(14,6,22)
#0A0611
(10,6,17)
#06060C
(6,6,12)
#000000
(0,0,0)

Tints of #2E063E

#2E063E
(46,6,62)
#411C4F
(65,28,79)
#543260
(84,50,96)
#674871
(103,72,113)
#7A5E82
(122,94,130)
#8D7493
(141,116,147)
#A08AA4
(160,138,164)
#B3A0B5
(179,160,181)
#C6B6C6
(198,182,198)
#D9CCD7
(217,204,215)
#ECE2E8
(236,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E063E color. Also use rgb(46,6,62) instead hex code.

Text Font Color

.myTextColor { color: #2E063E; }

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

This text font color is #2E063E.

Background Color

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

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

This div background color is #2E063E.

Border color

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

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

This div border color is #2E063E.

Opacity

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

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

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

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

This text has shadow with #2E063E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E063E.

Preview

Color preview on black background

This text has color #2E063E on black background.


Color preview on white background

This text has color #2E063E on white background.


Black color preview on #2E063E background

This text has black color on #2E063E background.


White color preview on #2E063E background

This text has white color on #2E063E background.


Related colors

Complementary color

Complementary color for #hex is #D1F9C1.


I love getcolorcode.com

Triadic colors

1 #3E2E06 and #063E2E with #2E063E are triadic colors.

2 #3E062E and #062E3E with #2E063E are triadic colors.