COLOR #6E3E53

HEX: #6E3E53
RGB: (110,62,83)

Color info

#6E3E53 contains red, green and blue colors in about the same proportion. Web safe color of #6E3E53 is #663366 (or #636).

RGB color model

#6E3E53 color RGB value is (110,62,83).

  • red value is 110;
  • green value is 62;
  • blue value is 83.
RGB:
(110,62,83)
(43%,24%,33%)

RGB channels and saturation

R 110 of 255 = 43%
G 62 of 255 = 24%
B 83 of 255 = 33%

110
62
83

R + G + B ~ 33%. #6E3E53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 62 + 83 = 255 (100%)
R 110 of 255 ~ 43.14%
G 62 of 255 ~ 24.31%
B 83 of 255 ~ 32.55%

%43.14
%24.31
%32.55

CMYK color model

#6E3E53 color CMYK value is (0,44,25,57).

  • cyan value is 0.00%
  • magenta value is 43.64%
  • yellow value is 24.55%
  • key color value is 56.86%
CMYK:
(0,44,25,57)
C0M44Y25K57 
(0%,44%,25%,57%)
(0.00/0.44/0.25/0.57)	

CMYK percentages

%0
%43.64
%24.55
%56.86

Codes

Color #6E3E53 in popluar color models

6E3E53
RGB1106283
HSL334°27.91%33.73%
HSB/HSV334°43.64%43.14%
CMYK0.00%43.64%24.55%
56.86%

Color #6E3E53 in popluar number systems.

HEX6E3E53
Decimal1106283
Binary11011101111101010011
Octal15676123

Shades and tints

Shades of #6E3E53

#6E3E53
(110,62,83)
#64394C
(100,57,76)
#5A3445
(90,52,69)
#502F3E
(80,47,62)
#462A37
(70,42,55)
#3C2530
(60,37,48)
#322029
(50,32,41)
#281B22
(40,27,34)
#1E161B
(30,22,27)
#141114
(20,17,20)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #6E3E53

#6E3E53
(110,62,83)
#7B4F62
(123,79,98)
#886071
(136,96,113)
#957180
(149,113,128)
#A2828F
(162,130,143)
#AF939E
(175,147,158)
#BCA4AD
(188,164,173)
#C9B5BC
(201,181,188)
#D6C6CB
(214,198,203)
#E3D7DA
(227,215,218)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3E53 color. Also use rgb(110,62,83) instead hex code.

Text Font Color

.myTextColor { color: #6E3E53; }

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

This text font color is #6E3E53.


Background Color

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

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

This div background color is #6E3E53.


Border color

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

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

This div border color is #6E3E53.


Opacity

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

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

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

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

This text has shadow with #6E3E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3E53 on black background.


Color preview on white background

This text has color #6E3E53 on white background.



Black color preview on #6E3E53 background

This text has black color on #6E3E53 background.


White color preview on #6E3E53 background

This text has white color on #6E3E53 background.