COLOR #6E7571

HEX: #6E7571
RGB: (110,117,113)

Color info

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

RGB color model

#6E7571 color RGB value is (110,117,113).

  • red value is 110;
  • green value is 117;
  • blue value is 113.
RGB:
(110,117,113)
(43%,46%,44%)

RGB channels and saturation

R 110 of 255 = 43%
G 117 of 255 = 46%
B 113 of 255 = 44%

110
117
113

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

Portions of RGB colors in percentages

R + G + B =
110 + 117 + 113 = 340 (100%)
R 110 of 340 ~ 32.35%
G 117 of 340 ~ 34.41%
B 113 of 340 ~ 33.24%

%32.35
%34.41
%33.24

CMYK color model

#6E7571 color CMYK value is (6,0,3,54).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 3.42%
  • key color value is 54.12%
CMYK:
(6,0,3,54)
C6M0Y3K54 
(6%,0%,3%,54%)
(0.06/0.00/0.03/0.54)	

CMYK percentages

%5.98
%0
%3.42
%54.12

Codes

Color #6E7571 in popluar color models

6E7571
RGB110117113
HSL146°3.08%44.51%
HSB/HSV146°5.98%45.88%
CMYK5.98%0.00%3.42%
54.12%

Color #6E7571 in popluar number systems.

HEX6E7571
Decimal110117113
Binary110111011101011110001
Octal156165161

Shades and tints

Shades of #6E7571

#6E7571
(110,117,113)
#646B67
(100,107,103)
#5A615D
(90,97,93)
#505753
(80,87,83)
#464D49
(70,77,73)
#3C433F
(60,67,63)
#323935
(50,57,53)
#282F2B
(40,47,43)
#1E2521
(30,37,33)
#141B17
(20,27,23)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #6E7571

#6E7571
(110,117,113)
#7B817D
(123,129,125)
#888D89
(136,141,137)
#959995
(149,153,149)
#A2A5A1
(162,165,161)
#AFB1AD
(175,177,173)
#BCBDB9
(188,189,185)
#C9C9C5
(201,201,197)
#D6D5D1
(214,213,209)
#E3E1DD
(227,225,221)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7571; }

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

This text font color is #6E7571.


Background Color

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

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

This div background color is #6E7571.


Border color

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

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

This div border color is #6E7571.


Opacity

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

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

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

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

This text has shadow with #6E7571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7571 on black background.


Color preview on white background

This text has color #6E7571 on white background.



Black color preview on #6E7571 background

This text has black color on #6E7571 background.


White color preview on #6E7571 background

This text has white color on #6E7571 background.