COLOR #6B875B

HEX: #6B875B
RGB: (107,135,91)

Color info

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

RGB color model

#6B875B color RGB value is (107,135,91).

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

RGB channels and saturation

R 107 of 255 = 42%
G 135 of 255 = 53%
B 91 of 255 = 36%

107
135
91

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

Portions of RGB colors in percentages

R + G + B =
107 + 135 + 91 = 333 (100%)
R 107 of 333 ~ 32.13%
G 135 of 333 ~ 40.54%
B 91 of 333 ~ 27.33%

%32.13
%40.54
%27.33

CMYK color model

#6B875B color CMYK value is (21,0,33,47).

  • cyan value is 20.74%
  • magenta value is 0.00%
  • yellow value is 32.59%
  • key color value is 47.06%
CMYK:
(21,0,33,47)
C21M0Y33K47 
(21%,0%,33%,47%)
(0.21/0.00/0.33/0.47)	

CMYK percentages

%20.74
%0
%32.59
%47.06

Codes

Color #6B875B in popluar color models

6B875B
RGB10713591
HSL98°19.47%44.31%
HSB/HSV98°32.59%52.94%
CMYK20.74%0.00%32.59%
47.06%

Color #6B875B in popluar number systems.

HEX6B875B
Decimal10713591
Binary1101011100001111011011
Octal153207133

Shades and tints

Shades of #6B875B

#6B875B
(107,135,91)
#627B53
(98,123,83)
#596F4B
(89,111,75)
#506343
(80,99,67)
#47573B
(71,87,59)
#3E4B33
(62,75,51)
#353F2B
(53,63,43)
#2C3323
(44,51,35)
#23271B
(35,39,27)
#1A1B13
(26,27,19)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #6B875B

#6B875B
(107,135,91)
#789169
(120,145,105)
#859B77
(133,155,119)
#92A585
(146,165,133)
#9FAF93
(159,175,147)
#ACB9A1
(172,185,161)
#B9C3AF
(185,195,175)
#C6CDBD
(198,205,189)
#D3D7CB
(211,215,203)
#E0E1D9
(224,225,217)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B875B; }

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

This text font color is #6B875B.


Background Color

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

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

This div background color is #6B875B.


Border color

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

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

This div border color is #6B875B.


Opacity

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

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

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

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

This text has shadow with #6B875B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B875B on black background.


Color preview on white background

This text has color #6B875B on white background.



Black color preview on #6B875B background

This text has black color on #6B875B background.


White color preview on #6B875B background

This text has white color on #6B875B background.