COLOR #6E5152

HEX: #6E5152
RGB: (110,81,82)

Color info

#6E5152 contains red, green and blue colors in about the same proportion. Web safe color of #6E5152 is #666666 (or #666).

RGB color model

#6E5152 color RGB value is (110,81,82).

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

RGB channels and saturation

R 110 of 255 = 43%
G 81 of 255 = 32%
B 82 of 255 = 32%

110
81
82

R + G + B ~ 36%. #6E5152 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 81 + 82 = 273 (100%)
R 110 of 273 ~ 40.29%
G 81 of 273 ~ 29.67%
B 82 of 273 ~ 30.04%

%40.29
%29.67
%30.04

CMYK color model

#6E5152 color CMYK value is (0,26,25,57).

  • cyan value is 0.00%
  • magenta value is 26.36%
  • yellow value is 25.45%
  • key color value is 56.86%
CMYK:
(0,26,25,57)
C0M26Y25K57 
(0%,26%,25%,57%)
(0.00/0.26/0.25/0.57)	

CMYK percentages

%0
%26.36
%25.45
%56.86

Codes

Color #6E5152 in popluar color models

6E5152
RGB1108182
HSL358°15.18%37.45%
HSB/HSV358°26.36%43.14%
CMYK0.00%26.36%25.45%
56.86%

Color #6E5152 in popluar number systems.

HEX6E5152
Decimal1108182
Binary110111010100011010010
Octal156121122

Shades and tints

Shades of #6E5152

#6E5152
(110,81,82)
#644A4B
(100,74,75)
#5A4344
(90,67,68)
#503C3D
(80,60,61)
#463536
(70,53,54)
#3C2E2F
(60,46,47)
#322728
(50,39,40)
#282021
(40,32,33)
#1E191A
(30,25,26)
#141213
(20,18,19)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #6E5152

#6E5152
(110,81,82)
#7B6061
(123,96,97)
#886F70
(136,111,112)
#957E7F
(149,126,127)
#A28D8E
(162,141,142)
#AF9C9D
(175,156,157)
#BCABAC
(188,171,172)
#C9BABB
(201,186,187)
#D6C9CA
(214,201,202)
#E3D8D9
(227,216,217)
#F0E7E8
(240,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5152; }

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

This text font color is #6E5152.


Background Color

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

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

This div background color is #6E5152.


Border color

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

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

This div border color is #6E5152.


Opacity

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

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

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

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

This text has shadow with #6E5152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5152 on black background.


Color preview on white background

This text has color #6E5152 on white background.



Black color preview on #6E5152 background

This text has black color on #6E5152 background.


White color preview on #6E5152 background

This text has white color on #6E5152 background.