COLOR #6E837C

HEX: #6E837C RGB: (110,131,124)

Color info

#6E837C contains red, green and blue colors in about the same proportion. Web safe color of #6E837C is #669966 (or #696).

RGB color model

#6E837C color RGB value is (110,131,124).

RGB: (110,131,124) (43%, 51%, 49%)

RGB channels and saturation

R 110 of 255 = 43%
G 131 of 255 = 51%
B 124 of 255 = 49%

110
131
124

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

Portions of RGB colors in percentages

R + G + B = 110 + 131 + 124 = 365 (100%)
R 110 of 365 ~ 30.14%
G 131 of 365 ~ 35.89%
B 124 of 365 ~ 33.97'%

%30.14
%35.89
%33.97

CMYK color model

#6E837C color CMYK value is (16,0,5,49).

  • cyan value is 16.03%
  • magenta value is 0.00%
  • yellow value is 5.34%
  • key color value is 48.63%

CMYK: (16,0,5,49)
C16M0Y5K49 (16%, 0%, 5%, 49%)
(0.16 / 0.00 / 0.05 / 0.49)

CMYK percentages

%16.03
%0
%5.34
%48.63

Codes

Color #6E837C in popluar color models

6E 83 7C
RGB 110 131 124
HSL 160° 8.71% 47.25%
HSB/HSV 160° 16.03% 51.37%
CMYK 16.03% 0.00% 5.34%
48.63%

Color #6E837C in popluar number systems.

HEX 6E 83 7C
Decimal 110 131 124
Binary 1101110 10000011 1111100
Octal 156 203 174

Shades and tints

Shades of #6E837C

#6E837C
(110,131,124)
#647871
(100,120,113)
#5A6D66
(90,109,102)
#50625B
(80,98,91)
#465750
(70,87,80)
#3C4C45
(60,76,69)
#32413A
(50,65,58)
#28362F
(40,54,47)
#1E2B24
(30,43,36)
#142019
(20,32,25)
#0A150E
(10,21,14)
#000000
(0,0,0)

Tints of #6E837C

#6E837C
(110,131,124)
#7B8E87
(123,142,135)
#889992
(136,153,146)
#95A49D
(149,164,157)
#A2AFA8
(162,175,168)
#AFBAB3
(175,186,179)
#BCC5BE
(188,197,190)
#C9D0C9
(201,208,201)
#D6DBD4
(214,219,212)
#E3E6DF
(227,230,223)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E837C; }

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

This text font color is #6E837C.

Background Color

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

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

This div background color is #6E837C.

Border color

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

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

This div border color is #6E837C.

Opacity

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

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

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

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

This text has shadow with #6E837C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E837C.

Preview

Color preview on black background

This text has color #6E837C on black background.


Color preview on white background

This text has color #6E837C on white background.


Black color preview on #6E837C background

This text has black color on #6E837C background.


White color preview on #6E837C background

This text has white color on #6E837C background.


Related colors

Complementary color

Complementary color for #hex is #917C83.


I love getcolorcode.com

Triadic colors

1 #7C6E83 and #837C6E with #6E837C are triadic colors.

2 #7C836E and #836E7C with #6E837C are triadic colors.