COLOR #6E7862

HEX: #6E7862 RGB: (110,120,98)

Color info

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

RGB color model

#6E7862 color RGB value is (110,120,98).

RGB: (110,120,98) (43%, 47%, 38%)

RGB channels and saturation

R 110 of 255 = 43%
G 120 of 255 = 47%
B 98 of 255 = 38%

110
120
98

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

Portions of RGB colors in percentages

R + G + B = 110 + 120 + 98 = 328 (100%)
R 110 of 328 ~ 33.54%
G 120 of 328 ~ 36.59%
B 98 of 328 ~ 29.88'%

%33.54
%36.59
%29.88

CMYK color model

#6E7862 color CMYK value is (8,0,18,53).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 18.33%
  • key color value is 52.94%

CMYK: (8,0,18,53)
C8M0Y18K53 (8%, 0%, 18%, 53%)
(0.08 / 0.00 / 0.18 / 0.53)

CMYK percentages

%8.33
%0
%18.33
%52.94

Codes

Color #6E7862 in popluar color models

6E 78 62
RGB 110 120 98
HSL 87° 10.09% 42.75%
HSB/HSV 87° 18.33% 47.06%
CMYK 8.33% 0.00% 18.33%
52.94%

Color #6E7862 in popluar number systems.

HEX 6E 78 62
Decimal 110 120 98
Binary 1101110 1111000 1100010
Octal 156 170 142

Shades and tints

Shades of #6E7862

#6E7862
(110,120,98)
#646E5A
(100,110,90)
#5A6452
(90,100,82)
#505A4A
(80,90,74)
#465042
(70,80,66)
#3C463A
(60,70,58)
#323C32
(50,60,50)
#28322A
(40,50,42)
#1E2822
(30,40,34)
#141E1A
(20,30,26)
#0A1412
(10,20,18)
#000000
(0,0,0)

Tints of #6E7862

#6E7862
(110,120,98)
#7B8470
(123,132,112)
#88907E
(136,144,126)
#959C8C
(149,156,140)
#A2A89A
(162,168,154)
#AFB4A8
(175,180,168)
#BCC0B6
(188,192,182)
#C9CCC4
(201,204,196)
#D6D8D2
(214,216,210)
#E3E4E0
(227,228,224)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7862 color. Also use rgb(110,120,98) instead hex code.

Text Font Color

.myTextColor { color: #6E7862; }

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

This text font color is #6E7862.

Background Color

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

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

This div background color is #6E7862.

Border color

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

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

This div border color is #6E7862.

Opacity

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

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

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

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

This text has shadow with #6E7862 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7862.

Preview

Color preview on black background

This text has color #6E7862 on black background.


Color preview on white background

This text has color #6E7862 on white background.


Black color preview on #6E7862 background

This text has black color on #6E7862 background.


White color preview on #6E7862 background

This text has white color on #6E7862 background.


Related colors

Complementary color

Complementary color for #hex is #91879D.


I love getcolorcode.com

Triadic colors

1 #626E78 and #78626E with #6E7862 are triadic colors.

2 #62786E and #786E62 with #6E7862 are triadic colors.