COLOR #2E1735

HEX: #2E1735
RGB: (46,23,53)

Color info

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

RGB color model

#2E1735 color RGB value is (46,23,53).

  • red value is 46;
  • green value is 23;
  • blue value is 53.
RGB:
(46,23,53)
(18%,9%,21%)

RGB channels and saturation

R 46 of 255 = 18%
G 23 of 255 = 9%
B 53 of 255 = 21%

46
23
53

R + G + B ~ 16%. #2E1735 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 23 + 53 = 122 (100%)
R 46 of 122 ~ 37.7%
G 23 of 122 ~ 18.85%
B 53 of 122 ~ 43.44%

%37.7
%18.85
%43.44

CMYK color model

#2E1735 color CMYK value is (13,57,0,79).

  • cyan value is 13.21%
  • magenta value is 56.60%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(13,57,0,79)
C13M57Y0K79 
(13%,57%,0%,79%)
(0.13/0.57/0.00/0.79)	

CMYK percentages

%13.21
%56.6
%0
%79.22

Codes

Color #2E1735 in popluar color models

2E1735
RGB462353
HSL286°39.47%14.90%
HSB/HSV286°56.60%20.78%
CMYK13.21%56.60%0.00%
79.22%

Color #2E1735 in popluar number systems.

HEX2E1735
Decimal462353
Binary10111010111110101
Octal562765

Shades and tints

Shades of #2E1735

#2E1735
(46,23,53)
#2A1531
(42,21,49)
#26132D
(38,19,45)
#221129
(34,17,41)
#1E0F25
(30,15,37)
#1A0D21
(26,13,33)
#160B1D
(22,11,29)
#120919
(18,9,25)
#0E0715
(14,7,21)
#0A0511
(10,5,17)
#06030D
(6,3,13)
#000000
(0,0,0)

Tints of #2E1735

#2E1735
(46,23,53)
#412C47
(65,44,71)
#544159
(84,65,89)
#67566B
(103,86,107)
#7A6B7D
(122,107,125)
#8D808F
(141,128,143)
#A095A1
(160,149,161)
#B3AAB3
(179,170,179)
#C6BFC5
(198,191,197)
#D9D4D7
(217,212,215)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E1735 color. Also use rgb(46,23,53) instead hex code.

Text Font Color

.myTextColor { color: #2E1735; }

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

This text font color is #2E1735.


Background Color

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

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

This div background color is #2E1735.


Border color

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

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

This div border color is #2E1735.


Opacity

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

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

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

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

This text has shadow with #2E1735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1735 on black background.


Color preview on white background

This text has color #2E1735 on white background.



Black color preview on #2E1735 background

This text has black color on #2E1735 background.


White color preview on #2E1735 background

This text has white color on #2E1735 background.