COLOR #6E2E52

HEX: #6E2E52
RGB: (110,46,82)

Color info

#6E2E52 contains mainly red and blue colors. Web safe color of #6E2E52 is #663366 (or #636).

RGB color model

#6E2E52 color RGB value is (110,46,82).

  • red value is 110;
  • green value is 46;
  • blue value is 82.
RGB:
(110,46,82)
(43%,18%,32%)

RGB channels and saturation

R 110 of 255 = 43%
G 46 of 255 = 18%
B 82 of 255 = 32%

110
46
82

R + G + B ~ 31%. #6E2E52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 46 + 82 = 238 (100%)
R 110 of 238 ~ 46.22%
G 46 of 238 ~ 19.33%
B 82 of 238 ~ 34.45%

%46.22
%19.33
%34.45

CMYK color model

#6E2E52 color CMYK value is (0,58,25,57).

  • cyan value is 0.00%
  • magenta value is 58.18%
  • yellow value is 25.45%
  • key color value is 56.86%
CMYK:
(0,58,25,57)
C0M58Y25K57 
(0%,58%,25%,57%)
(0.00/0.58/0.25/0.57)	

CMYK percentages

%0
%58.18
%25.45
%56.86

Codes

Color #6E2E52 in popluar color models

6E2E52
RGB1104682
HSL326°41.03%30.59%
HSB/HSV326°58.18%43.14%
CMYK0.00%58.18%25.45%
56.86%

Color #6E2E52 in popluar number systems.

HEX6E2E52
Decimal1104682
Binary11011101011101010010
Octal15656122

Shades and tints

Shades of #6E2E52

#6E2E52
(110,46,82)
#642A4B
(100,42,75)
#5A2644
(90,38,68)
#50223D
(80,34,61)
#461E36
(70,30,54)
#3C1A2F
(60,26,47)
#321628
(50,22,40)
#281221
(40,18,33)
#1E0E1A
(30,14,26)
#140A13
(20,10,19)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #6E2E52

#6E2E52
(110,46,82)
#7B4161
(123,65,97)
#885470
(136,84,112)
#95677F
(149,103,127)
#A27A8E
(162,122,142)
#AF8D9D
(175,141,157)
#BCA0AC
(188,160,172)
#C9B3BB
(201,179,187)
#D6C6CA
(214,198,202)
#E3D9D9
(227,217,217)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2E52 color. Also use rgb(110,46,82) instead hex code.

Text Font Color

.myTextColor { color: #6E2E52; }

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

This text font color is #6E2E52.


Background Color

.myBgColor { background-color: #6E2E52; }

<div style="background-color:#6E2E52">Inner text</div>

This div background color is #6E2E52.


Border color

.myBorderColor { border: 1px solid #6E2E52; }

<div style="border:3px solid #6E2E52">Div</div>

This div border color is #6E2E52.


Opacity

.myOpacity80 { color: #6E2E52; opacity: 0.8; }

<p style="color:#6E2E52;opacity:0.8;">80%</p>

Text with #6E2E52 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 #6E2E52;}

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

This text has shadow with #6E2E52 color.

.textShadow {text-shadow: 3px 3px 1px #6E2E52, 3px 3px 1px red;}

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

This text has shadow with #6E2E52 primary color and red secondary color.


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

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

This text has shadow with #6E2E52 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2E52 on black background.


Color preview on white background

This text has color #6E2E52 on white background.



Black color preview on #6E2E52 background

This text has black color on #6E2E52 background.


White color preview on #6E2E52 background

This text has white color on #6E2E52 background.