COLOR #6B8870

HEX: #6B8870
RGB: (107,136,112)

Color info

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

RGB color model

#6B8870 color RGB value is (107,136,112).

  • red value is 107;
  • green value is 136;
  • blue value is 112.
RGB:
(107,136,112)
(42%,53%,44%)

RGB channels and saturation

R 107 of 255 = 42%
G 136 of 255 = 53%
B 112 of 255 = 44%

107
136
112

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

Portions of RGB colors in percentages

R + G + B =
107 + 136 + 112 = 355 (100%)
R 107 of 355 ~ 30.14%
G 136 of 355 ~ 38.31%
B 112 of 355 ~ 31.55%

%30.14
%38.31
%31.55

CMYK color model

#6B8870 color CMYK value is (21,0,18,47).

  • cyan value is 21.32%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 46.67%
CMYK:
(21,0,18,47)
C21M0Y18K47 
(21%,0%,18%,47%)
(0.21/0.00/0.18/0.47)	

CMYK percentages

%21.32
%0
%17.65
%46.67

Codes

Color #6B8870 in popluar color models

6B8870
RGB107136112
HSL130°11.93%47.65%
HSB/HSV130°21.32%53.33%
CMYK21.32%0.00%17.65%
46.67%

Color #6B8870 in popluar number systems.

HEX6B8870
Decimal107136112
Binary1101011100010001110000
Octal153210160

Shades and tints

Shades of #6B8870

#6B8870
(107,136,112)
#627C66
(98,124,102)
#59705C
(89,112,92)
#506452
(80,100,82)
#475848
(71,88,72)
#3E4C3E
(62,76,62)
#354034
(53,64,52)
#2C342A
(44,52,42)
#232820
(35,40,32)
#1A1C16
(26,28,22)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #6B8870

#6B8870
(107,136,112)
#78927D
(120,146,125)
#859C8A
(133,156,138)
#92A697
(146,166,151)
#9FB0A4
(159,176,164)
#ACBAB1
(172,186,177)
#B9C4BE
(185,196,190)
#C6CECB
(198,206,203)
#D3D8D8
(211,216,216)
#E0E2E5
(224,226,229)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8870 color. Also use rgb(107,136,112) instead hex code.

Text Font Color

.myTextColor { color: #6B8870; }

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

This text font color is #6B8870.


Background Color

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

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

This div background color is #6B8870.


Border color

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

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

This div border color is #6B8870.


Opacity

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

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

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

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

This text has shadow with #6B8870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8870 on black background.


Color preview on white background

This text has color #6B8870 on white background.



Black color preview on #6B8870 background

This text has black color on #6B8870 background.


White color preview on #6B8870 background

This text has white color on #6B8870 background.