COLOR #6E4653

HEX: #6E4653
RGB: (110,70,83)

Color info

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

RGB color model

#6E4653 color RGB value is (110,70,83).

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

RGB channels and saturation

R 110 of 255 = 43%
G 70 of 255 = 27%
B 83 of 255 = 33%

110
70
83

R + G + B ~ 34%. #6E4653 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 70 + 83 = 263 (100%)
R 110 of 263 ~ 41.83%
G 70 of 263 ~ 26.62%
B 83 of 263 ~ 31.56%

%41.83
%26.62
%31.56

CMYK color model

#6E4653 color CMYK value is (0,36,25,57).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 24.55%
  • key color value is 56.86%
CMYK:
(0,36,25,57)
C0M36Y25K57 
(0%,36%,25%,57%)
(0.00/0.36/0.25/0.57)	

CMYK percentages

%0
%36.36
%24.55
%56.86

Codes

Color #6E4653 in popluar color models

6E4653
RGB1107083
HSL341°22.22%35.29%
HSB/HSV341°36.36%43.14%
CMYK0.00%36.36%24.55%
56.86%

Color #6E4653 in popluar number systems.

HEX6E4653
Decimal1107083
Binary110111010001101010011
Octal156106123

Shades and tints

Shades of #6E4653

#6E4653
(110,70,83)
#64404C
(100,64,76)
#5A3A45
(90,58,69)
#50343E
(80,52,62)
#462E37
(70,46,55)
#3C2830
(60,40,48)
#322229
(50,34,41)
#281C22
(40,28,34)
#1E161B
(30,22,27)
#141014
(20,16,20)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #6E4653

#6E4653
(110,70,83)
#7B5662
(123,86,98)
#886671
(136,102,113)
#957680
(149,118,128)
#A2868F
(162,134,143)
#AF969E
(175,150,158)
#BCA6AD
(188,166,173)
#C9B6BC
(201,182,188)
#D6C6CB
(214,198,203)
#E3D6DA
(227,214,218)
#F0E6E9
(240,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4653; }

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

This text font color is #6E4653.


Background Color

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

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

This div background color is #6E4653.


Border color

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

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

This div border color is #6E4653.


Opacity

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

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

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

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

This text has shadow with #6E4653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4653 on black background.


Color preview on white background

This text has color #6E4653 on white background.



Black color preview on #6E4653 background

This text has black color on #6E4653 background.


White color preview on #6E4653 background

This text has white color on #6E4653 background.