COLOR #6B855B

HEX: #6B855B
RGB: (107,133,91)

Color info

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

RGB color model

#6B855B color RGB value is (107,133,91).

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

RGB channels and saturation

R 107 of 255 = 42%
G 133 of 255 = 52%
B 91 of 255 = 36%

107
133
91

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

Portions of RGB colors in percentages

R + G + B =
107 + 133 + 91 = 331 (100%)
R 107 of 331 ~ 32.33%
G 133 of 331 ~ 40.18%
B 91 of 331 ~ 27.49%

%32.33
%40.18
%27.49

CMYK color model

#6B855B color CMYK value is (20,0,32,48).

  • cyan value is 19.55%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 47.84%
CMYK:
(20,0,32,48)
C20M0Y32K48 
(20%,0%,32%,48%)
(0.20/0.00/0.32/0.48)	

CMYK percentages

%19.55
%0
%31.58
%47.84

Codes

Color #6B855B in popluar color models

6B855B
RGB10713391
HSL97°18.75%43.92%
HSB/HSV97°31.58%52.16%
CMYK19.55%0.00%31.58%
47.84%

Color #6B855B in popluar number systems.

HEX6B855B
Decimal10713391
Binary1101011100001011011011
Octal153205133

Shades and tints

Shades of #6B855B

#6B855B
(107,133,91)
#627953
(98,121,83)
#596D4B
(89,109,75)
#506143
(80,97,67)
#47553B
(71,85,59)
#3E4933
(62,73,51)
#353D2B
(53,61,43)
#2C3123
(44,49,35)
#23251B
(35,37,27)
#1A1913
(26,25,19)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #6B855B

#6B855B
(107,133,91)
#789069
(120,144,105)
#859B77
(133,155,119)
#92A685
(146,166,133)
#9FB193
(159,177,147)
#ACBCA1
(172,188,161)
#B9C7AF
(185,199,175)
#C6D2BD
(198,210,189)
#D3DDCB
(211,221,203)
#E0E8D9
(224,232,217)
#EDF3E7
(237,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B855B; }

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

This text font color is #6B855B.


Background Color

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

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

This div background color is #6B855B.


Border color

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

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

This div border color is #6B855B.


Opacity

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

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

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

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

This text has shadow with #6B855B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B855B on black background.


Color preview on white background

This text has color #6B855B on white background.



Black color preview on #6B855B background

This text has black color on #6B855B background.


White color preview on #6B855B background

This text has white color on #6B855B background.