COLOR #6E576B

HEX: #6E576B
RGB: (110,87,107)

Color info

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

RGB color model

#6E576B color RGB value is (110,87,107).

  • red value is 110;
  • green value is 87;
  • blue value is 107.
RGB:
(110,87,107)
(43%,34%,42%)

RGB channels and saturation

R 110 of 255 = 43%
G 87 of 255 = 34%
B 107 of 255 = 42%

110
87
107

R + G + B ~ 40%. #6E576B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 87 + 107 = 304 (100%)
R 110 of 304 ~ 36.18%
G 87 of 304 ~ 28.62%
B 107 of 304 ~ 35.2%

%36.18
%28.62
%35.2

CMYK color model

#6E576B color CMYK value is (0,21,3,57).

  • cyan value is 0.00%
  • magenta value is 20.91%
  • yellow value is 2.73%
  • key color value is 56.86%
CMYK:
(0,21,3,57)
C0M21Y3K57 
(0%,21%,3%,57%)
(0.00/0.21/0.03/0.57)	

CMYK percentages

%0
%20.91
%2.73
%56.86

Codes

Color #6E576B in popluar color models

6E576B
RGB11087107
HSL308°11.68%38.63%
HSB/HSV308°20.91%43.14%
CMYK0.00%20.91%2.73%
56.86%

Color #6E576B in popluar number systems.

HEX6E576B
Decimal11087107
Binary110111010101111101011
Octal156127153

Shades and tints

Shades of #6E576B

#6E576B
(110,87,107)
#645062
(100,80,98)
#5A4959
(90,73,89)
#504250
(80,66,80)
#463B47
(70,59,71)
#3C343E
(60,52,62)
#322D35
(50,45,53)
#28262C
(40,38,44)
#1E1F23
(30,31,35)
#14181A
(20,24,26)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #6E576B

#6E576B
(110,87,107)
#7B6678
(123,102,120)
#887585
(136,117,133)
#958492
(149,132,146)
#A2939F
(162,147,159)
#AFA2AC
(175,162,172)
#BCB1B9
(188,177,185)
#C9C0C6
(201,192,198)
#D6CFD3
(214,207,211)
#E3DEE0
(227,222,224)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E576B color. Also use rgb(110,87,107) instead hex code.

Text Font Color

.myTextColor { color: #6E576B; }

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

This text font color is #6E576B.


Background Color

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

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

This div background color is #6E576B.


Border color

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

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

This div border color is #6E576B.


Opacity

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

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

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

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

This text has shadow with #6E576B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E576B on black background.


Color preview on white background

This text has color #6E576B on white background.



Black color preview on #6E576B background

This text has black color on #6E576B background.


White color preview on #6E576B background

This text has white color on #6E576B background.