COLOR #6E5153

HEX: #6E5153
RGB: (110,81,83)

Color info

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

RGB color model

#6E5153 color RGB value is (110,81,83).

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

RGB channels and saturation

R 110 of 255 = 43%
G 81 of 255 = 32%
B 83 of 255 = 33%

110
81
83

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

Portions of RGB colors in percentages

R + G + B =
110 + 81 + 83 = 274 (100%)
R 110 of 274 ~ 40.15%
G 81 of 274 ~ 29.56%
B 83 of 274 ~ 30.29%

%40.15
%29.56
%30.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.36%
  • yellow value is 24.55%
  • 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
%24.55
%56.86

Codes

Color #6E5153 in popluar color models

6E5153
RGB1108183
HSL356°15.18%37.45%
HSB/HSV356°26.36%43.14%
CMYK0.00%26.36%24.55%
56.86%

Color #6E5153 in popluar number systems.

HEX6E5153
Decimal1108183
Binary110111010100011010011
Octal156121123

Shades and tints

Shades of #6E5153

#6E5153
(110,81,83)
#644A4C
(100,74,76)
#5A4345
(90,67,69)
#503C3E
(80,60,62)
#463537
(70,53,55)
#3C2E30
(60,46,48)
#322729
(50,39,41)
#282022
(40,32,34)
#1E191B
(30,25,27)
#141214
(20,18,20)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #6E5153

#6E5153
(110,81,83)
#7B6062
(123,96,98)
#886F71
(136,111,113)
#957E80
(149,126,128)
#A28D8F
(162,141,143)
#AF9C9E
(175,156,158)
#BCABAD
(188,171,173)
#C9BABC
(201,186,188)
#D6C9CB
(214,201,203)
#E3D8DA
(227,216,218)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5153; }

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

This text font color is #6E5153.


Background Color

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

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

This div background color is #6E5153.


Border color

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

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

This div border color is #6E5153.


Opacity

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

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

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

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

This text has shadow with #6E5153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5153 on black background.


Color preview on white background

This text has color #6E5153 on white background.



Black color preview on #6E5153 background

This text has black color on #6E5153 background.


White color preview on #6E5153 background

This text has white color on #6E5153 background.