COLOR #2E093D

HEX: #2E093D RGB: (46,9,61)

Color info

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

RGB color model

#2E093D color RGB value is (46,9,61).

RGB: (46,9,61) (18%, 4%, 24%)

RGB channels and saturation

R 46 of 255 = 18%
G 9 of 255 = 4%
B 61 of 255 = 24%

46
9
61

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

Portions of RGB colors in percentages

R + G + B = 46 + 9 + 61 = 116 (100%)
R 46 of 116 ~ 39.66%
G 9 of 116 ~ 7.76%
B 61 of 116 ~ 52.59'%

%39.66
%52.59

CMYK color model

#2E093D color CMYK value is (25,85,0,76).

  • cyan value is 24.59%
  • magenta value is 85.25%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (25,85,0,76)
C25M85Y0K76 (25%, 85%, 0%, 76%)
(0.25 / 0.85 / 0.00 / 0.76)

CMYK percentages

%24.59
%85.25
%0
%76.08

Codes

Color #2E093D in popluar color models

2E 09 3D
RGB 46 9 61
HSL 283° 74.29% 13.73%
HSB/HSV 283° 85.25% 23.92%
CMYK 24.59% 85.25% 0.00%
76.08%

Color #2E093D in popluar number systems.

HEX 2E 09 3D
Decimal 46 9 61
Binary 101110 1001 111101
Octal 56 11 75

Shades and tints

Shades of #2E093D

#2E093D
(46,9,61)
#2A0938
(42,9,56)
#260933
(38,9,51)
#22092E
(34,9,46)
#1E0929
(30,9,41)
#1A0924
(26,9,36)
#16091F
(22,9,31)
#12091A
(18,9,26)
#0E0915
(14,9,21)
#0A0910
(10,9,16)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #2E093D

#2E093D
(46,9,61)
#411F4E
(65,31,78)
#54355F
(84,53,95)
#674B70
(103,75,112)
#7A6181
(122,97,129)
#8D7792
(141,119,146)
#A08DA3
(160,141,163)
#B3A3B4
(179,163,180)
#C6B9C5
(198,185,197)
#D9CFD6
(217,207,214)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E093D color. Also use rgb(46,9,61) instead hex code.

Text Font Color

.myTextColor { color: #2E093D; }

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

This text font color is #2E093D.

Background Color

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

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

This div background color is #2E093D.

Border color

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

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

This div border color is #2E093D.

Opacity

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

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

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

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

This text has shadow with #2E093D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E093D.

Preview

Color preview on black background

This text has color #2E093D on black background.


Color preview on white background

This text has color #2E093D on white background.


Black color preview on #2E093D background

This text has black color on #2E093D background.


White color preview on #2E093D background

This text has white color on #2E093D background.


Related colors

Complementary color

Complementary color for #hex is #D1F6C2.


I love getcolorcode.com

Triadic colors

1 #3D2E09 and #093D2E with #2E093D are triadic colors.

2 #3D092E and #092E3D with #2E093D are triadic colors.