COLOR #2E0658

HEX: #2E0658
RGB: (46,6,88)

Color info

#2E0658 contains mainly red and blue colors. Web safe color of #2E0658 is #330066 (or #306).

RGB color model

#2E0658 color RGB value is (46,6,88).

  • red value is 46;
  • green value is 6;
  • blue value is 88.
RGB:
(46,6,88)
(18%,2%,35%)

RGB channels and saturation

R 46 of 255 = 18%
G 6 of 255 = 2%
B 88 of 255 = 35%

46
6
88

R + G + B ~ 18%. #2E0658 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 6 + 88 = 140 (100%)
R 46 of 140 ~ 32.86%
G 6 of 140 ~ 4.29%
B 88 of 140 ~ 62.86%

%32.86
%62.86

CMYK color model

#2E0658 color CMYK value is (48,93,0,65).

  • cyan value is 47.73%
  • magenta value is 93.18%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(48,93,0,65)
C48M93Y0K65 
(48%,93%,0%,65%)
(0.48/0.93/0.00/0.65)	

CMYK percentages

%47.73
%93.18
%0
%65.49

Codes

Color #2E0658 in popluar color models

2E0658
RGB46688
HSL269°87.23%18.43%
HSB/HSV269°93.18%34.51%
CMYK47.73%93.18%0.00%
65.49%

Color #2E0658 in popluar number systems.

HEX2E0658
Decimal46688
Binary1011101101011000
Octal566130

Shades and tints

Shades of #2E0658

#2E0658
(46,6,88)
#2A0650
(42,6,80)
#260648
(38,6,72)
#220640
(34,6,64)
#1E0638
(30,6,56)
#1A0630
(26,6,48)
#160628
(22,6,40)
#120620
(18,6,32)
#0E0618
(14,6,24)
#0A0610
(10,6,16)
#060608
(6,6,8)
#000000
(0,0,0)

Tints of #2E0658

#2E0658
(46,6,88)
#411C67
(65,28,103)
#543276
(84,50,118)
#674885
(103,72,133)
#7A5E94
(122,94,148)
#8D74A3
(141,116,163)
#A08AB2
(160,138,178)
#B3A0C1
(179,160,193)
#C6B6D0
(198,182,208)
#D9CCDF
(217,204,223)
#ECE2EE
(236,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E0658; }

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

This text font color is #2E0658.


Background Color

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

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

This div background color is #2E0658.


Border color

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

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

This div border color is #2E0658.


Opacity

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

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

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

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

This text has shadow with #2E0658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E0658 on black background.


Color preview on white background

This text has color #2E0658 on white background.



Black color preview on #2E0658 background

This text has black color on #2E0658 background.


White color preview on #2E0658 background

This text has white color on #2E0658 background.