COLOR #6E6758

HEX: #6E6758 RGB: (110,103,88)

Color info

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

RGB color model

#6E6758 color RGB value is (110,103,88).

RGB: (110,103,88) (43%, 40%, 35%)

RGB channels and saturation

R 110 of 255 = 43%
G 103 of 255 = 40%
B 88 of 255 = 35%

110
103
88

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

Portions of RGB colors in percentages

R + G + B = 110 + 103 + 88 = 301 (100%)
R 110 of 301 ~ 36.54%
G 103 of 301 ~ 34.22%
B 88 of 301 ~ 29.24'%

%36.54
%34.22
%29.24

CMYK color model

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

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

CMYK: (0,6,20,57)
C0M6Y20K57 (0%, 6%, 20%, 57%)
(0.00 / 0.06 / 0.20 / 0.57)

CMYK percentages

%0
%6.36
%20
%56.86

Codes

Color #6E6758 in popluar color models

6E 67 58
RGB 110 103 88
HSL 41° 11.11% 38.82%
HSB/HSV 41° 20.00% 43.14%
CMYK 0.00% 6.36% 20.00%
56.86%

Color #6E6758 in popluar number systems.

HEX 6E 67 58
Decimal 110 103 88
Binary 1101110 1100111 1011000
Octal 156 147 130

Shades and tints

Shades of #6E6758

#6E6758
(110,103,88)
#645E50
(100,94,80)
#5A5548
(90,85,72)
#504C40
(80,76,64)
#464338
(70,67,56)
#3C3A30
(60,58,48)
#323128
(50,49,40)
#282820
(40,40,32)
#1E1F18
(30,31,24)
#141610
(20,22,16)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #6E6758

#6E6758
(110,103,88)
#7B7467
(123,116,103)
#888176
(136,129,118)
#958E85
(149,142,133)
#A29B94
(162,155,148)
#AFA8A3
(175,168,163)
#BCB5B2
(188,181,178)
#C9C2C1
(201,194,193)
#D6CFD0
(214,207,208)
#E3DCDF
(227,220,223)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6758; }

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

This text font color is #6E6758.

Background Color

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

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

This div background color is #6E6758.

Border color

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

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

This div border color is #6E6758.

Opacity

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

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

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

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

This text has shadow with #6E6758 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6758.

Preview

Color preview on black background

This text has color #6E6758 on black background.


Color preview on white background

This text has color #6E6758 on white background.


Black color preview on #6E6758 background

This text has black color on #6E6758 background.


White color preview on #6E6758 background

This text has white color on #6E6758 background.


Related colors

Complementary color

Complementary color for #hex is #9198A7.


I love getcolorcode.com

Triadic colors

1 #586E67 and #67586E with #6E6758 are triadic colors.

2 #58676E and #676E58 with #6E6758 are triadic colors.