COLOR #6B8470

HEX: #6B8470
RGB: (107,132,112)

Color info

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

RGB color model

#6B8470 color RGB value is (107,132,112).

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

RGB channels and saturation

R 107 of 255 = 42%
G 132 of 255 = 52%
B 112 of 255 = 44%

107
132
112

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

Portions of RGB colors in percentages

R + G + B =
107 + 132 + 112 = 351 (100%)
R 107 of 351 ~ 30.48%
G 132 of 351 ~ 37.61%
B 112 of 351 ~ 31.91%

%30.48
%37.61
%31.91

CMYK color model

#6B8470 color CMYK value is (19,0,15,48).

  • cyan value is 18.94%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 48.24%
CMYK:
(19,0,15,48)
C19M0Y15K48 
(19%,0%,15%,48%)
(0.19/0.00/0.15/0.48)	

CMYK percentages

%18.94
%0
%15.15
%48.24

Codes

Color #6B8470 in popluar color models

6B8470
RGB107132112
HSL132°10.46%46.86%
HSB/HSV132°18.94%51.76%
CMYK18.94%0.00%15.15%
48.24%

Color #6B8470 in popluar number systems.

HEX6B8470
Decimal107132112
Binary1101011100001001110000
Octal153204160

Shades and tints

Shades of #6B8470

#6B8470
(107,132,112)
#627866
(98,120,102)
#596C5C
(89,108,92)
#506052
(80,96,82)
#475448
(71,84,72)
#3E483E
(62,72,62)
#353C34
(53,60,52)
#2C302A
(44,48,42)
#232420
(35,36,32)
#1A1816
(26,24,22)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #6B8470

#6B8470
(107,132,112)
#788F7D
(120,143,125)
#859A8A
(133,154,138)
#92A597
(146,165,151)
#9FB0A4
(159,176,164)
#ACBBB1
(172,187,177)
#B9C6BE
(185,198,190)
#C6D1CB
(198,209,203)
#D3DCD8
(211,220,216)
#E0E7E5
(224,231,229)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8470; }

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

This text font color is #6B8470.


Background Color

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

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

This div background color is #6B8470.


Border color

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

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

This div border color is #6B8470.


Opacity

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

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

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

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

This text has shadow with #6B8470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8470 on black background.


Color preview on white background

This text has color #6B8470 on white background.



Black color preview on #6B8470 background

This text has black color on #6B8470 background.


White color preview on #6B8470 background

This text has white color on #6B8470 background.