COLOR #6E837B

HEX: #6E837B
RGB: (110,131,123)

Color info

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

RGB color model

#6E837B color RGB value is (110,131,123).

  • red value is 110;
  • green value is 131;
  • blue value is 123.
RGB:
(110,131,123)
(43%,51%,48%)

RGB channels and saturation

R 110 of 255 = 43%
G 131 of 255 = 51%
B 123 of 255 = 48%

110
131
123

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

Portions of RGB colors in percentages

R + G + B =
110 + 131 + 123 = 364 (100%)
R 110 of 364 ~ 30.22%
G 131 of 364 ~ 35.99%
B 123 of 364 ~ 33.79%

%30.22
%35.99
%33.79

CMYK color model

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

  • cyan value is 16.03%
  • magenta value is 0.00%
  • yellow value is 6.11%
  • key color value is 48.63%
CMYK:
(16,0,6,49)
C16M0Y6K49 
(16%,0%,6%,49%)
(0.16/0.00/0.06/0.49)	

CMYK percentages

%16.03
%0
%6.11
%48.63

Codes

Color #6E837B in popluar color models

6E837B
RGB110131123
HSL157°8.71%47.25%
HSB/HSV157°16.03%51.37%
CMYK16.03%0.00%6.11%
48.63%

Color #6E837B in popluar number systems.

HEX6E837B
Decimal110131123
Binary1101110100000111111011
Octal156203173

Shades and tints

Shades of #6E837B

#6E837B
(110,131,123)
#647870
(100,120,112)
#5A6D65
(90,109,101)
#50625A
(80,98,90)
#46574F
(70,87,79)
#3C4C44
(60,76,68)
#324139
(50,65,57)
#28362E
(40,54,46)
#1E2B23
(30,43,35)
#142018
(20,32,24)
#0A150D
(10,21,13)
#000000
(0,0,0)

Tints of #6E837B

#6E837B
(110,131,123)
#7B8E87
(123,142,135)
#889993
(136,153,147)
#95A49F
(149,164,159)
#A2AFAB
(162,175,171)
#AFBAB7
(175,186,183)
#BCC5C3
(188,197,195)
#C9D0CF
(201,208,207)
#D6DBDB
(214,219,219)
#E3E6E7
(227,230,231)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E837B; }

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

This text font color is #6E837B.


Background Color

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

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

This div background color is #6E837B.


Border color

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

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

This div border color is #6E837B.


Opacity

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

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

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

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

This text has shadow with #6E837B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E837B on black background.


Color preview on white background

This text has color #6E837B on white background.



Black color preview on #6E837B background

This text has black color on #6E837B background.


White color preview on #6E837B background

This text has white color on #6E837B background.