COLOR #6B8049

HEX: #6B8049
RGB: (107,128,73)

Color info

#6B8049 contains red, green and blue colors in about the same proportion. Web safe color of #6B8049 is #666633 (or #663).

RGB color model

#6B8049 color RGB value is (107,128,73).

  • red value is 107;
  • green value is 128;
  • blue value is 73.
RGB:
(107,128,73)
(42%,50%,29%)

RGB channels and saturation

R 107 of 255 = 42%
G 128 of 255 = 50%
B 73 of 255 = 29%

107
128
73

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

Portions of RGB colors in percentages

R + G + B =
107 + 128 + 73 = 308 (100%)
R 107 of 308 ~ 34.74%
G 128 of 308 ~ 41.56%
B 73 of 308 ~ 23.7%

%34.74
%41.56
%23.7

CMYK color model

#6B8049 color CMYK value is (16,0,43,50).

  • cyan value is 16.41%
  • magenta value is 0.00%
  • yellow value is 42.97%
  • key color value is 49.80%
CMYK:
(16,0,43,50)
C16M0Y43K50 
(16%,0%,43%,50%)
(0.16/0.00/0.43/0.50)	

CMYK percentages

%16.41
%0
%42.97
%49.8

Codes

Color #6B8049 in popluar color models

6B8049
RGB10712873
HSL83°27.36%39.41%
HSB/HSV83°42.97%50.20%
CMYK16.41%0.00%42.97%
49.80%

Color #6B8049 in popluar number systems.

HEX6B8049
Decimal10712873
Binary1101011100000001001001
Octal153200111

Shades and tints

Shades of #6B8049

#6B8049
(107,128,73)
#627543
(98,117,67)
#596A3D
(89,106,61)
#505F37
(80,95,55)
#475431
(71,84,49)
#3E492B
(62,73,43)
#353E25
(53,62,37)
#2C331F
(44,51,31)
#232819
(35,40,25)
#1A1D13
(26,29,19)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #6B8049

#6B8049
(107,128,73)
#788B59
(120,139,89)
#859669
(133,150,105)
#92A179
(146,161,121)
#9FAC89
(159,172,137)
#ACB799
(172,183,153)
#B9C2A9
(185,194,169)
#C6CDB9
(198,205,185)
#D3D8C9
(211,216,201)
#E0E3D9
(224,227,217)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8049 color. Also use rgb(107,128,73) instead hex code.

Text Font Color

.myTextColor { color: #6B8049; }

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

This text font color is #6B8049.


Background Color

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

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

This div background color is #6B8049.


Border color

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

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

This div border color is #6B8049.


Opacity

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

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

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

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

This text has shadow with #6B8049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8049 on black background.


Color preview on white background

This text has color #6B8049 on white background.



Black color preview on #6B8049 background

This text has black color on #6B8049 background.


White color preview on #6B8049 background

This text has white color on #6B8049 background.