COLOR #6E526E

HEX: #6E526E
RGB: (110,82,110)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

110
82
110

R + G + B ~ 39%. #6E526E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 82 + 110 = 302 (100%)
R 110 of 302 ~ 36.42%
G 82 of 302 ~ 27.15%
B 110 of 302 ~ 36.42%

%36.42
%27.15
%36.42

CMYK color model

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

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

CMYK percentages

%0
%25.45
%0
%56.86

Codes

Color #6E526E in popluar color models

6E526E
RGB11082110
HSL300°14.58%37.65%
HSB/HSV300°25.45%43.14%
CMYK0.00%25.45%0.00%
56.86%

Color #6E526E in popluar number systems.

HEX6E526E
Decimal11082110
Binary110111010100101101110
Octal156122156

Shades and tints

Shades of #6E526E

#6E526E
(110,82,110)
#644B64
(100,75,100)
#5A445A
(90,68,90)
#503D50
(80,61,80)
#463646
(70,54,70)
#3C2F3C
(60,47,60)
#322832
(50,40,50)
#282128
(40,33,40)
#1E1A1E
(30,26,30)
#141314
(20,19,20)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #6E526E

#6E526E
(110,82,110)
#7B617B
(123,97,123)
#887088
(136,112,136)
#957F95
(149,127,149)
#A28EA2
(162,142,162)
#AF9DAF
(175,157,175)
#BCACBC
(188,172,188)
#C9BBC9
(201,187,201)
#D6CAD6
(214,202,214)
#E3D9E3
(227,217,227)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E526E; }

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

This text font color is #6E526E.


Background Color

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

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

This div background color is #6E526E.


Border color

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

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

This div border color is #6E526E.


Opacity

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

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

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

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

This text has shadow with #6E526E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E526E on black background.


Color preview on white background

This text has color #6E526E on white background.



Black color preview on #6E526E background

This text has black color on #6E526E background.


White color preview on #6E526E background

This text has white color on #6E526E background.