COLOR #6B875F

HEX: #6B875F
RGB: (107,135,95)

Color info

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

RGB color model

#6B875F color RGB value is (107,135,95).

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

RGB channels and saturation

R 107 of 255 = 42%
G 135 of 255 = 53%
B 95 of 255 = 37%

107
135
95

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

Portions of RGB colors in percentages

R + G + B =
107 + 135 + 95 = 337 (100%)
R 107 of 337 ~ 31.75%
G 135 of 337 ~ 40.06%
B 95 of 337 ~ 28.19%

%31.75
%40.06
%28.19

CMYK color model

#6B875F color CMYK value is (21,0,30,47).

  • cyan value is 20.74%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 47.06%
CMYK:
(21,0,30,47)
C21M0Y30K47 
(21%,0%,30%,47%)
(0.21/0.00/0.30/0.47)	

CMYK percentages

%20.74
%0
%29.63
%47.06

Codes

Color #6B875F in popluar color models

6B875F
RGB10713595
HSL102°17.39%45.10%
HSB/HSV102°29.63%52.94%
CMYK20.74%0.00%29.63%
47.06%

Color #6B875F in popluar number systems.

HEX6B875F
Decimal10713595
Binary1101011100001111011111
Octal153207137

Shades and tints

Shades of #6B875F

#6B875F
(107,135,95)
#627B57
(98,123,87)
#596F4F
(89,111,79)
#506347
(80,99,71)
#47573F
(71,87,63)
#3E4B37
(62,75,55)
#353F2F
(53,63,47)
#2C3327
(44,51,39)
#23271F
(35,39,31)
#1A1B17
(26,27,23)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #6B875F

#6B875F
(107,135,95)
#78916D
(120,145,109)
#859B7B
(133,155,123)
#92A589
(146,165,137)
#9FAF97
(159,175,151)
#ACB9A5
(172,185,165)
#B9C3B3
(185,195,179)
#C6CDC1
(198,205,193)
#D3D7CF
(211,215,207)
#E0E1DD
(224,225,221)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B875F; }

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

This text font color is #6B875F.


Background Color

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

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

This div background color is #6B875F.


Border color

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

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

This div border color is #6B875F.


Opacity

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

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

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

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

This text has shadow with #6B875F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B875F on black background.


Color preview on white background

This text has color #6B875F on white background.



Black color preview on #6B875F background

This text has black color on #6B875F background.


White color preview on #6B875F background

This text has white color on #6B875F background.