COLOR #6E585E

HEX: #6E585E RGB: (110,88,94)

Color info

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

RGB color model

#6E585E color RGB value is (110,88,94).

RGB: (110,88,94) (43%, 35%, 37%)

RGB channels and saturation

R 110 of 255 = 43%
G 88 of 255 = 35%
B 94 of 255 = 37%

110
88
94

R + G + B ~ 38%. #6E585E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 88 + 94 = 292 (100%)
R 110 of 292 ~ 37.67%
G 88 of 292 ~ 30.14%
B 94 of 292 ~ 32.19'%

%37.67
%30.14
%32.19

CMYK color model

#6E585E color CMYK value is (0,20,15,57).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 14.55%
  • key color value is 56.86%

CMYK: (0,20,15,57)
C0M20Y15K57 (0%, 20%, 15%, 57%)
(0.00 / 0.20 / 0.15 / 0.57)

CMYK percentages

%0
%20
%14.55
%56.86

Codes

Color #6E585E in popluar color models

6E 58 5E
RGB 110 88 94
HSL 344° 11.11% 38.82%
HSB/HSV 344° 20.00% 43.14%
CMYK 0.00% 20.00% 14.55%
56.86%

Color #6E585E in popluar number systems.

HEX 6E 58 5E
Decimal 110 88 94
Binary 1101110 1011000 1011110
Octal 156 130 136

Shades and tints

Shades of #6E585E

#6E585E
(110,88,94)
#645056
(100,80,86)
#5A484E
(90,72,78)
#504046
(80,64,70)
#46383E
(70,56,62)
#3C3036
(60,48,54)
#32282E
(50,40,46)
#282026
(40,32,38)
#1E181E
(30,24,30)
#141016
(20,16,22)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #6E585E

#6E585E
(110,88,94)
#7B676C
(123,103,108)
#88767A
(136,118,122)
#958588
(149,133,136)
#A29496
(162,148,150)
#AFA3A4
(175,163,164)
#BCB2B2
(188,178,178)
#C9C1C0
(201,193,192)
#D6D0CE
(214,208,206)
#E3DFDC
(227,223,220)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E585E; }

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

This text font color is #6E585E.

Background Color

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

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

This div background color is #6E585E.

Border color

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

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

This div border color is #6E585E.

Opacity

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

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

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

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

This text has shadow with #6E585E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E585E.

Preview

Color preview on black background

This text has color #6E585E on black background.


Color preview on white background

This text has color #6E585E on white background.


Black color preview on #6E585E background

This text has black color on #6E585E background.


White color preview on #6E585E background

This text has white color on #6E585E background.


Related colors

Complementary color

Complementary color for #hex is #91A7A1.


I love getcolorcode.com

Triadic colors

1 #5E6E58 and #585E6E with #6E585E are triadic colors.

2 #5E586E and #586E5E with #6E585E are triadic colors.