COLOR #6E7E5C

HEX: #6E7E5C RGB: (110,126,92)

Color info

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

RGB color model

#6E7E5C color RGB value is (110,126,92).

RGB: (110,126,92) (43%, 49%, 36%)

RGB channels and saturation

R 110 of 255 = 43%
G 126 of 255 = 49%
B 92 of 255 = 36%

110
126
92

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

Portions of RGB colors in percentages

R + G + B = 110 + 126 + 92 = 328 (100%)
R 110 of 328 ~ 33.54%
G 126 of 328 ~ 38.41%
B 92 of 328 ~ 28.05'%

%33.54
%38.41
%28.05

CMYK color model

#6E7E5C color CMYK value is (13,0,27,51).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 26.98%
  • key color value is 50.59%

CMYK: (13,0,27,51)
C13M0Y27K51 (13%, 0%, 27%, 51%)
(0.13 / 0.00 / 0.27 / 0.51)

CMYK percentages

%12.7
%0
%26.98
%50.59

Codes

Color #6E7E5C in popluar color models

6E 7E 5C
RGB 110 126 92
HSL 88° 15.60% 42.75%
HSB/HSV 88° 26.98% 49.41%
CMYK 12.70% 0.00% 26.98%
50.59%

Color #6E7E5C in popluar number systems.

HEX 6E 7E 5C
Decimal 110 126 92
Binary 1101110 1111110 1011100
Octal 156 176 134

Shades and tints

Shades of #6E7E5C

#6E7E5C
(110,126,92)
#647354
(100,115,84)
#5A684C
(90,104,76)
#505D44
(80,93,68)
#46523C
(70,82,60)
#3C4734
(60,71,52)
#323C2C
(50,60,44)
#283124
(40,49,36)
#1E261C
(30,38,28)
#141B14
(20,27,20)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #6E7E5C

#6E7E5C
(110,126,92)
#7B896A
(123,137,106)
#889478
(136,148,120)
#959F86
(149,159,134)
#A2AA94
(162,170,148)
#AFB5A2
(175,181,162)
#BCC0B0
(188,192,176)
#C9CBBE
(201,203,190)
#D6D6CC
(214,214,204)
#E3E1DA
(227,225,218)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7E5C; }

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

This text font color is #6E7E5C.

Background Color

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

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

This div background color is #6E7E5C.

Border color

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

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

This div border color is #6E7E5C.

Opacity

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

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

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

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

This text has shadow with #6E7E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7E5C.

Preview

Color preview on black background

This text has color #6E7E5C on black background.


Color preview on white background

This text has color #6E7E5C on white background.


Black color preview on #6E7E5C background

This text has black color on #6E7E5C background.


White color preview on #6E7E5C background

This text has white color on #6E7E5C background.


Related colors

Complementary color

Complementary color for #hex is #9181A3.


I love getcolorcode.com

Triadic colors

1 #5C6E7E and #7E5C6E with #6E7E5C are triadic colors.

2 #5C7E6E and #7E6E5C with #6E7E5C are triadic colors.