COLOR #6B804A

HEX: #6B804A
RGB: (107,128,74)

Color info

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

RGB color model

#6B804A color RGB value is (107,128,74).

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

RGB channels and saturation

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

107
128
74

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

Portions of RGB colors in percentages

R + G + B =
107 + 128 + 74 = 309 (100%)
R 107 of 309 ~ 34.63%
G 128 of 309 ~ 41.42%
B 74 of 309 ~ 23.95%

%34.63
%41.42
%23.95

CMYK color model

#6B804A color CMYK value is (16,0,42,50).

  • cyan value is 16.41%
  • magenta value is 0.00%
  • yellow value is 42.19%
  • key color value is 49.80%
CMYK:
(16,0,42,50)
C16M0Y42K50 
(16%,0%,42%,50%)
(0.16/0.00/0.42/0.50)	

CMYK percentages

%16.41
%0
%42.19
%49.8

Codes

Color #6B804A in popluar color models

6B804A
RGB10712874
HSL83°26.73%39.61%
HSB/HSV83°42.19%50.20%
CMYK16.41%0.00%42.19%
49.80%

Color #6B804A in popluar number systems.

HEX6B804A
Decimal10712874
Binary1101011100000001001010
Octal153200112

Shades and tints

Shades of #6B804A

#6B804A
(107,128,74)
#627544
(98,117,68)
#596A3E
(89,106,62)
#505F38
(80,95,56)
#475432
(71,84,50)
#3E492C
(62,73,44)
#353E26
(53,62,38)
#2C3320
(44,51,32)
#23281A
(35,40,26)
#1A1D14
(26,29,20)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #6B804A

#6B804A
(107,128,74)
#788B5A
(120,139,90)
#85966A
(133,150,106)
#92A17A
(146,161,122)
#9FAC8A
(159,172,138)
#ACB79A
(172,183,154)
#B9C2AA
(185,194,170)
#C6CDBA
(198,205,186)
#D3D8CA
(211,216,202)
#E0E3DA
(224,227,218)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B804A; }

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

This text font color is #6B804A.


Background Color

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

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

This div background color is #6B804A.


Border color

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

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

This div border color is #6B804A.


Opacity

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

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

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

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

This text has shadow with #6B804A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B804A on black background.


Color preview on white background

This text has color #6B804A on white background.



Black color preview on #6B804A background

This text has black color on #6B804A background.


White color preview on #6B804A background

This text has white color on #6B804A background.