COLOR #6E8385

HEX: #6E8385 RGB: (110,131,133)

Color info

#6E8385 contains red, green and blue colors in about the same proportion. Web safe color of #6E8385 is #669999 (or #699).

RGB color model

#6E8385 color RGB value is (110,131,133).

RGB: (110,131,133) (43%, 51%, 52%)

RGB channels and saturation

R 110 of 255 = 43%
G 131 of 255 = 51%
B 133 of 255 = 52%

110
131
133

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

Portions of RGB colors in percentages

R + G + B = 110 + 131 + 133 = 374 (100%)
R 110 of 374 ~ 29.41%
G 131 of 374 ~ 35.03%
B 133 of 374 ~ 35.56'%

%29.41
%35.03
%35.56

CMYK color model

#6E8385 color CMYK value is (17,2,0,48).

  • cyan value is 17.29%
  • magenta value is 1.50%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (17,2,0,48)
C17M2Y0K48 (17%, 2%, 0%, 48%)
(0.17 / 0.02 / 0.00 / 0.48)

CMYK percentages

%17.29
%1.5
%0
%47.84

Codes

Color #6E8385 in popluar color models

6E 83 85
RGB 110 131 133
HSL 185° 9.47% 47.65%
HSB/HSV 185° 17.29% 52.16%
CMYK 17.29% 1.50% 0.00%
47.84%

Color #6E8385 in popluar number systems.

HEX 6E 83 85
Decimal 110 131 133
Binary 1101110 10000011 10000101
Octal 156 203 205

Shades and tints

Shades of #6E8385

#6E8385
(110,131,133)
#647879
(100,120,121)
#5A6D6D
(90,109,109)
#506261
(80,98,97)
#465755
(70,87,85)
#3C4C49
(60,76,73)
#32413D
(50,65,61)
#283631
(40,54,49)
#1E2B25
(30,43,37)
#142019
(20,32,25)
#0A150D
(10,21,13)
#000000
(0,0,0)

Tints of #6E8385

#6E8385
(110,131,133)
#7B8E90
(123,142,144)
#88999B
(136,153,155)
#95A4A6
(149,164,166)
#A2AFB1
(162,175,177)
#AFBABC
(175,186,188)
#BCC5C7
(188,197,199)
#C9D0D2
(201,208,210)
#D6DBDD
(214,219,221)
#E3E6E8
(227,230,232)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8385 color. Also use rgb(110,131,133) instead hex code.

Text Font Color

.myTextColor { color: #6E8385; }

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

This text font color is #6E8385.

Background Color

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

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

This div background color is #6E8385.

Border color

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

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

This div border color is #6E8385.

Opacity

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

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

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

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

This text has shadow with #6E8385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E8385.

Preview

Color preview on black background

This text has color #6E8385 on black background.


Color preview on white background

This text has color #6E8385 on white background.


Black color preview on #6E8385 background

This text has black color on #6E8385 background.


White color preview on #6E8385 background

This text has white color on #6E8385 background.


Related colors

Complementary color

Complementary color for #hex is #917C7A.


I love getcolorcode.com

Triadic colors

1 #856E83 and #83856E with #6E8385 are triadic colors.

2 #85836E and #836E85 with #6E8385 are triadic colors.