COLOR #6E7375

HEX: #6E7375 RGB: (110,115,117)

Color info

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

RGB color model

#6E7375 color RGB value is (110,115,117).

RGB: (110,115,117) (43%, 45%, 46%)

RGB channels and saturation

R 110 of 255 = 43%
G 115 of 255 = 45%
B 117 of 255 = 46%

110
115
117

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

Portions of RGB colors in percentages

R + G + B = 110 + 115 + 117 = 342 (100%)
R 110 of 342 ~ 32.16%
G 115 of 342 ~ 33.63%
B 117 of 342 ~ 34.21'%

%32.16
%33.63
%34.21

CMYK color model

#6E7375 color CMYK value is (6,2,0,54).

  • cyan value is 5.98%
  • magenta value is 1.71%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK: (6,2,0,54) C6M2Y0K54 (6%,2%,0%,54%) (0.06/0.02/0.00/0.54) 

CMYK percentages

%5.98
%1.71
%0
%54.12

Codes

Color #6E7375 in popluar color models

6E 73 75
RGB 110 115 117
HSL 197° 3.08% 44.51%
HSB/HSV 197° 5.98% 45.88%
CMYK 5.98% 1.71% 0.00%
54.12%

Color #6E7375 in popluar number systems.

HEX 6E 73 75
Decimal 110 115 117
Binary 1101110 1110011 1110101
Octal 156 163 165

Shades and tints

Shades of #6E7375

#6E7375
(110,115,117)
#64696B
(100,105,107)
#5A5F61
(90,95,97)
#505557
(80,85,87)
#464B4D
(70,75,77)
#3C4143
(60,65,67)
#323739
(50,55,57)
#282D2F
(40,45,47)
#1E2325
(30,35,37)
#14191B
(20,25,27)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #6E7375

#6E7375
(110,115,117)
#7B7F81
(123,127,129)
#888B8D
(136,139,141)
#959799
(149,151,153)
#A2A3A5
(162,163,165)
#AFAFB1
(175,175,177)
#BCBBBD
(188,187,189)
#C9C7C9
(201,199,201)
#D6D3D5
(214,211,213)
#E3DFE1
(227,223,225)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7375; }

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

This text font color is #6E7375.

Background Color

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

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

This div background color is #6E7375.

Border color

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

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

This div border color is #6E7375.

Opacity

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

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

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

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

This text has shadow with #6E7375 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7375.

Preview

Color preview on black background

This text has color #6E7375 on black background.


Color preview on white background

This text has color #6E7375 on white background.


Black color preview on #6E7375 background

This text has black color on #6E7375 background.


White color preview on #6E7375 background

This text has white color on #6E7375 background.


Related colors

Complementary color

Complementary color for #hex is #918C8A.


I love getcolorcode.com

Triadic colors

1 #756E73 and #73756E with #6E7375 are triadic colors.

2 #75736E and #736E75 with #6E7375 are triadic colors.