COLOR #6E4152

HEX: #6E4152 RGB: (110,65,82)

Color info

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

RGB color model

#6E4152 color RGB value is (110,65,82).

RGB: (110,65,82) (43%, 25%, 32%)

RGB channels and saturation

R 110 of 255 = 43%
G 65 of 255 = 25%
B 82 of 255 = 32%

110
65
82

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

Portions of RGB colors in percentages

R + G + B = 110 + 65 + 82 = 257 (100%)
R 110 of 257 ~ 42.8%
G 65 of 257 ~ 25.29%
B 82 of 257 ~ 31.91'%

%42.8
%25.29
%31.91

CMYK color model

#6E4152 color CMYK value is (0,41,25,57).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 25.45%
  • key color value is 56.86%

CMYK: (0,41,25,57)
C0M41Y25K57 (0%, 41%, 25%, 57%)
(0.00 / 0.41 / 0.25 / 0.57)

CMYK percentages

%0
%40.91
%25.45
%56.86

Codes

Color #6E4152 in popluar color models

6E 41 52
RGB 110 65 82
HSL 337° 25.71% 34.31%
HSB/HSV 337° 40.91% 43.14%
CMYK 0.00% 40.91% 25.45%
56.86%

Color #6E4152 in popluar number systems.

HEX 6E 41 52
Decimal 110 65 82
Binary 1101110 1000001 1010010
Octal 156 101 122

Shades and tints

Shades of #6E4152

#6E4152
(110,65,82)
#643C4B
(100,60,75)
#5A3744
(90,55,68)
#50323D
(80,50,61)
#462D36
(70,45,54)
#3C282F
(60,40,47)
#322328
(50,35,40)
#281E21
(40,30,33)
#1E191A
(30,25,26)
#141413
(20,20,19)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #6E4152

#6E4152
(110,65,82)
#7B5261
(123,82,97)
#886370
(136,99,112)
#95747F
(149,116,127)
#A2858E
(162,133,142)
#AF969D
(175,150,157)
#BCA7AC
(188,167,172)
#C9B8BB
(201,184,187)
#D6C9CA
(214,201,202)
#E3DAD9
(227,218,217)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4152; }

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

This text font color is #6E4152.

Background Color

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

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

This div background color is #6E4152.

Border color

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

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

This div border color is #6E4152.

Opacity

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

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

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

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

This text has shadow with #6E4152 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E4152.

Preview

Color preview on black background

This text has color #6E4152 on black background.


Color preview on white background

This text has color #6E4152 on white background.


Black color preview on #6E4152 background

This text has black color on #6E4152 background.


White color preview on #6E4152 background

This text has white color on #6E4152 background.


Related colors

Complementary color

Complementary color for #hex is #91BEAD.


I love getcolorcode.com

Triadic colors

1 #526E41 and #41526E with #6E4152 are triadic colors.

2 #52416E and #416E52 with #6E4152 are triadic colors.