COLOR #6E515D

HEX: #6E515D
RGB: (110,81,93)

Color info

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

RGB color model

#6E515D color RGB value is (110,81,93).

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

RGB channels and saturation

R 110 of 255 = 43%
G 81 of 255 = 32%
B 93 of 255 = 36%

110
81
93

R + G + B ~ 37%. #6E515D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 81 + 93 = 284 (100%)
R 110 of 284 ~ 38.73%
G 81 of 284 ~ 28.52%
B 93 of 284 ~ 32.75%

%38.73
%28.52
%32.75

CMYK color model

#6E515D color CMYK value is (0,26,15,57).

  • cyan value is 0.00%
  • magenta value is 26.36%
  • yellow value is 15.45%
  • key color value is 56.86%
CMYK:
(0,26,15,57)
C0M26Y15K57 
(0%,26%,15%,57%)
(0.00/0.26/0.15/0.57)	

CMYK percentages

%0
%26.36
%15.45
%56.86

Codes

Color #6E515D in popluar color models

6E515D
RGB1108193
HSL335°15.18%37.45%
HSB/HSV335°26.36%43.14%
CMYK0.00%26.36%15.45%
56.86%

Color #6E515D in popluar number systems.

HEX6E515D
Decimal1108193
Binary110111010100011011101
Octal156121135

Shades and tints

Shades of #6E515D

#6E515D
(110,81,93)
#644A55
(100,74,85)
#5A434D
(90,67,77)
#503C45
(80,60,69)
#46353D
(70,53,61)
#3C2E35
(60,46,53)
#32272D
(50,39,45)
#282025
(40,32,37)
#1E191D
(30,25,29)
#141215
(20,18,21)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #6E515D

#6E515D
(110,81,93)
#7B606B
(123,96,107)
#886F79
(136,111,121)
#957E87
(149,126,135)
#A28D95
(162,141,149)
#AF9CA3
(175,156,163)
#BCABB1
(188,171,177)
#C9BABF
(201,186,191)
#D6C9CD
(214,201,205)
#E3D8DB
(227,216,219)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E515D; }

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

This text font color is #6E515D.


Background Color

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

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

This div background color is #6E515D.


Border color

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

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

This div border color is #6E515D.


Opacity

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

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

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

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

This text has shadow with #6E515D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E515D on black background.


Color preview on white background

This text has color #6E515D on white background.



Black color preview on #6E515D background

This text has black color on #6E515D background.


White color preview on #6E515D background

This text has white color on #6E515D background.