COLOR #6E4453

HEX: #6E4453
RGB: (110,68,83)

Color info

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

RGB color model

#6E4453 color RGB value is (110,68,83).

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

RGB channels and saturation

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

110
68
83

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

Portions of RGB colors in percentages

R + G + B =
110 + 68 + 83 = 261 (100%)
R 110 of 261 ~ 42.15%
G 68 of 261 ~ 26.05%
B 83 of 261 ~ 31.8%

%42.15
%26.05
%31.8

CMYK color model

#6E4453 color CMYK value is (0,38,25,57).

  • cyan value is 0.00%
  • magenta value is 38.18%
  • yellow value is 24.55%
  • key color value is 56.86%
CMYK:
(0,38,25,57)
C0M38Y25K57 
(0%,38%,25%,57%)
(0.00/0.38/0.25/0.57)	

CMYK percentages

%0
%38.18
%24.55
%56.86

Codes

Color #6E4453 in popluar color models

6E4453
RGB1106883
HSL339°23.60%34.90%
HSB/HSV339°38.18%43.14%
CMYK0.00%38.18%24.55%
56.86%

Color #6E4453 in popluar number systems.

HEX6E4453
Decimal1106883
Binary110111010001001010011
Octal156104123

Shades and tints

Shades of #6E4453

#6E4453
(110,68,83)
#643E4C
(100,62,76)
#5A3845
(90,56,69)
#50323E
(80,50,62)
#462C37
(70,44,55)
#3C2630
(60,38,48)
#322029
(50,32,41)
#281A22
(40,26,34)
#1E141B
(30,20,27)
#140E14
(20,14,20)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #6E4453

#6E4453
(110,68,83)
#7B5562
(123,85,98)
#886671
(136,102,113)
#957780
(149,119,128)
#A2888F
(162,136,143)
#AF999E
(175,153,158)
#BCAAAD
(188,170,173)
#C9BBBC
(201,187,188)
#D6CCCB
(214,204,203)
#E3DDDA
(227,221,218)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4453; }

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

This text font color is #6E4453.


Background Color

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

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

This div background color is #6E4453.


Border color

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

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

This div border color is #6E4453.


Opacity

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

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

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

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

This text has shadow with #6E4453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4453 on black background.


Color preview on white background

This text has color #6E4453 on white background.



Black color preview on #6E4453 background

This text has black color on #6E4453 background.


White color preview on #6E4453 background

This text has white color on #6E4453 background.