COLOR #6C8863

HEX: #6C8863
RGB: (108,136,99)

Color info

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

RGB color model

#6C8863 color RGB value is (108,136,99).

  • red value is 108;
  • green value is 136;
  • blue value is 99.
RGB: (108,136,99) (42%,53%,39%)

RGB channels and saturation

R 108 of 255 = 42%
G 136 of 255 = 53%
B 99 of 255 = 39%

108
136
99

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

Portions of RGB colors in percentages

R + G + B =
108 + 136 + 99 = 343 (100%)
R 108 of 343 ~ 31.49%
G 136 of 343 ~ 39.65%
B 99 of 343 ~ 28.86%

%31.49
%39.65
%28.86

CMYK color model

#6C8863 color CMYK value is (21,0,27,47).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 27.21%
  • key color value is 46.67%
CMYK: (21,0,27,47) C21M0Y27K47 (21%,0%,27%,47%) (0.21/0.00/0.27/0.47)

CMYK percentages

%20.59
%0
%27.21
%46.67

Codes

Color #6C8863 in popluar color models

6C8863
RGB10813699
HSL105°15.74%46.08%
HSB/HSV105°27.21%53.33%
CMYK20.59%0.00%27.21%
46.67%

Color #6C8863 in popluar number systems.

HEX6C8863
Decimal10813699
Binary1101100100010001100011
Octal154210143

Shades and tints

Shades of #6C8863

#6C8863
(108,136,99)
#637C5A
(99,124,90)
#5A7051
(90,112,81)
#516448
(81,100,72)
#48583F
(72,88,63)
#3F4C36
(63,76,54)
#36402D
(54,64,45)
#2D3424
(45,52,36)
#24281B
(36,40,27)
#1B1C12
(27,28,18)
#121009
(18,16,9)
#000000
(0,0,0)

Tints of #6C8863

#6C8863
(108,136,99)
#799271
(121,146,113)
#869C7F
(134,156,127)
#93A68D
(147,166,141)
#A0B09B
(160,176,155)
#ADBAA9
(173,186,169)
#BAC4B7
(186,196,183)
#C7CEC5
(199,206,197)
#D4D8D3
(212,216,211)
#E1E2E1
(225,226,225)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8863 color. Also use rgb(108,136,99) instead hex code.

Text Font Color

.myTextColor { color: #6C8863; }

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

This text font color is #6C8863.


Background Color

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

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

This div background color is #6C8863.


Border color

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

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

This div border color is #6C8863.


Opacity

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

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

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

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

This text has shadow with #6C8863 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6C8863 on black background.


Color preview on white background

This text has color #6C8863 on white background.



Black color preview on #6C8863 background

This text has black color on #6C8863 background.


White color preview on #6C8863 background

This text has white color on #6C8863 background.