COLOR #6B8869

HEX: #6B8869
RGB: (107,136,105)

Color info

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

RGB color model

#6B8869 color RGB value is (107,136,105).

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

RGB channels and saturation

R 107 of 255 = 42%
G 136 of 255 = 53%
B 105 of 255 = 41%

107
136
105

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

Portions of RGB colors in percentages

R + G + B =
107 + 136 + 105 = 348 (100%)
R 107 of 348 ~ 30.75%
G 136 of 348 ~ 39.08%
B 105 of 348 ~ 30.17%

%30.75
%39.08
%30.17

CMYK color model

#6B8869 color CMYK value is (21,0,23,47).

  • cyan value is 21.32%
  • magenta value is 0.00%
  • yellow value is 22.79%
  • key color value is 46.67%
CMYK:
(21,0,23,47)
C21M0Y23K47 
(21%,0%,23%,47%)
(0.21/0.00/0.23/0.47)	

CMYK percentages

%21.32
%0
%22.79
%46.67

Codes

Color #6B8869 in popluar color models

6B8869
RGB107136105
HSL116°12.86%47.25%
HSB/HSV116°22.79%53.33%
CMYK21.32%0.00%22.79%
46.67%

Color #6B8869 in popluar number systems.

HEX6B8869
Decimal107136105
Binary1101011100010001101001
Octal153210151

Shades and tints

Shades of #6B8869

#6B8869
(107,136,105)
#627C60
(98,124,96)
#597057
(89,112,87)
#50644E
(80,100,78)
#475845
(71,88,69)
#3E4C3C
(62,76,60)
#354033
(53,64,51)
#2C342A
(44,52,42)
#232821
(35,40,33)
#1A1C18
(26,28,24)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #6B8869

#6B8869
(107,136,105)
#789276
(120,146,118)
#859C83
(133,156,131)
#92A690
(146,166,144)
#9FB09D
(159,176,157)
#ACBAAA
(172,186,170)
#B9C4B7
(185,196,183)
#C6CEC4
(198,206,196)
#D3D8D1
(211,216,209)
#E0E2DE
(224,226,222)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8869; }

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

This text font color is #6B8869.


Background Color

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

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

This div background color is #6B8869.


Border color

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

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

This div border color is #6B8869.


Opacity

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

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

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

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

This text has shadow with #6B8869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8869 on black background.


Color preview on white background

This text has color #6B8869 on white background.



Black color preview on #6B8869 background

This text has black color on #6B8869 background.


White color preview on #6B8869 background

This text has white color on #6B8869 background.