COLOR #6B8563

HEX: #6B8563
RGB: (107,133,99)

Color info

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

RGB color model

#6B8563 color RGB value is (107,133,99).

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

RGB channels and saturation

R 107 of 255 = 42%
G 133 of 255 = 52%
B 99 of 255 = 39%

107
133
99

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

Portions of RGB colors in percentages

R + G + B =
107 + 133 + 99 = 339 (100%)
R 107 of 339 ~ 31.56%
G 133 of 339 ~ 39.23%
B 99 of 339 ~ 29.2%

%31.56
%39.23
%29.2

CMYK color model

#6B8563 color CMYK value is (20,0,26,48).

  • cyan value is 19.55%
  • magenta value is 0.00%
  • yellow value is 25.56%
  • key color value is 47.84%
CMYK:
(20,0,26,48)
C20M0Y26K48 
(20%,0%,26%,48%)
(0.20/0.00/0.26/0.48)	

CMYK percentages

%19.55
%0
%25.56
%47.84

Codes

Color #6B8563 in popluar color models

6B8563
RGB10713399
HSL106°14.66%45.49%
HSB/HSV106°25.56%52.16%
CMYK19.55%0.00%25.56%
47.84%

Color #6B8563 in popluar number systems.

HEX6B8563
Decimal10713399
Binary1101011100001011100011
Octal153205143

Shades and tints

Shades of #6B8563

#6B8563
(107,133,99)
#62795A
(98,121,90)
#596D51
(89,109,81)
#506148
(80,97,72)
#47553F
(71,85,63)
#3E4936
(62,73,54)
#353D2D
(53,61,45)
#2C3124
(44,49,36)
#23251B
(35,37,27)
#1A1912
(26,25,18)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #6B8563

#6B8563
(107,133,99)
#789071
(120,144,113)
#859B7F
(133,155,127)
#92A68D
(146,166,141)
#9FB19B
(159,177,155)
#ACBCA9
(172,188,169)
#B9C7B7
(185,199,183)
#C6D2C5
(198,210,197)
#D3DDD3
(211,221,211)
#E0E8E1
(224,232,225)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8563; }

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

This text font color is #6B8563.


Background Color

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

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

This div background color is #6B8563.


Border color

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

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

This div border color is #6B8563.


Opacity

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

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

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

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

This text has shadow with #6B8563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8563 on black background.


Color preview on white background

This text has color #6B8563 on white background.



Black color preview on #6B8563 background

This text has black color on #6B8563 background.


White color preview on #6B8563 background

This text has white color on #6B8563 background.