COLOR #6B874E

HEX: #6B874E
RGB: (107,135,78)

Color info

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

RGB color model

#6B874E color RGB value is (107,135,78).

  • red value is 107;
  • green value is 135;
  • blue value is 78.
RGB:
(107,135,78)
(42%,53%,31%)

RGB channels and saturation

R 107 of 255 = 42%
G 135 of 255 = 53%
B 78 of 255 = 31%

107
135
78

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

Portions of RGB colors in percentages

R + G + B =
107 + 135 + 78 = 320 (100%)
R 107 of 320 ~ 33.44%
G 135 of 320 ~ 42.19%
B 78 of 320 ~ 24.38%

%33.44
%42.19
%24.38

CMYK color model

#6B874E color CMYK value is (21,0,42,47).

  • cyan value is 20.74%
  • magenta value is 0.00%
  • yellow value is 42.22%
  • key color value is 47.06%
CMYK:
(21,0,42,47)
C21M0Y42K47 
(21%,0%,42%,47%)
(0.21/0.00/0.42/0.47)	

CMYK percentages

%20.74
%0
%42.22
%47.06

Codes

Color #6B874E in popluar color models

6B874E
RGB10713578
HSL89°26.76%41.76%
HSB/HSV89°42.22%52.94%
CMYK20.74%0.00%42.22%
47.06%

Color #6B874E in popluar number systems.

HEX6B874E
Decimal10713578
Binary1101011100001111001110
Octal153207116

Shades and tints

Shades of #6B874E

#6B874E
(107,135,78)
#627B47
(98,123,71)
#596F40
(89,111,64)
#506339
(80,99,57)
#475732
(71,87,50)
#3E4B2B
(62,75,43)
#353F24
(53,63,36)
#2C331D
(44,51,29)
#232716
(35,39,22)
#1A1B0F
(26,27,15)
#110F08
(17,15,8)
#000000
(0,0,0)

Tints of #6B874E

#6B874E
(107,135,78)
#78915E
(120,145,94)
#859B6E
(133,155,110)
#92A57E
(146,165,126)
#9FAF8E
(159,175,142)
#ACB99E
(172,185,158)
#B9C3AE
(185,195,174)
#C6CDBE
(198,205,190)
#D3D7CE
(211,215,206)
#E0E1DE
(224,225,222)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B874E color. Also use rgb(107,135,78) instead hex code.

Text Font Color

.myTextColor { color: #6B874E; }

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

This text font color is #6B874E.


Background Color

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

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

This div background color is #6B874E.


Border color

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

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

This div border color is #6B874E.


Opacity

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

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

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

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

This text has shadow with #6B874E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B874E on black background.


Color preview on white background

This text has color #6B874E on white background.



Black color preview on #6B874E background

This text has black color on #6B874E background.


White color preview on #6B874E background

This text has white color on #6B874E background.