COLOR #6C883C

HEX: #6C883C RGB: (108,136,60)

Color info

#6C883C contains mainly red and green colors. Web safe color of #6C883C is #669933 (or #693).

RGB color model

#6C883C color RGB value is (108,136,60).

RGB: (108,136,60) (42%, 53%, 24%)

RGB channels and saturation

R 108 of 255 = 42%
G 136 of 255 = 53%
B 60 of 255 = 24%

108
136
60

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

Portions of RGB colors in percentages

R + G + B = 108 + 136 + 60 = 304 (100%)
R 108 of 304 ~ 35.53%
G 136 of 304 ~ 44.74%
B 60 of 304 ~ 19.74'%

%35.53
%44.74
%19.74

CMYK color model

#6C883C color CMYK value is (21,0,56,47).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 55.88%
  • key color value is 46.67%

CMYK: (21,0,56,47)
C21M0Y56K47 (21%, 0%, 56%, 47%)
(0.21 / 0.00 / 0.56 / 0.47)

CMYK percentages

%20.59
%0
%55.88
%46.67

Codes

Color #6C883C in popluar color models

6C 88 3C
RGB 108 136 60
HSL 82° 38.78% 38.43%
HSB/HSV 82° 55.88% 53.33%
CMYK 20.59% 0.00% 55.88%
46.67%

Color #6C883C in popluar number systems.

HEX 6C 88 3C
Decimal 108 136 60
Binary 1101100 10001000 111100
Octal 154 210 74

Shades and tints

Shades of #6C883C

#6C883C
(108,136,60)
#637C37
(99,124,55)
#5A7032
(90,112,50)
#51642D
(81,100,45)
#485828
(72,88,40)
#3F4C23
(63,76,35)
#36401E
(54,64,30)
#2D3419
(45,52,25)
#242814
(36,40,20)
#1B1C0F
(27,28,15)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #6C883C

#6C883C
(108,136,60)
#79924D
(121,146,77)
#869C5E
(134,156,94)
#93A66F
(147,166,111)
#A0B080
(160,176,128)
#ADBA91
(173,186,145)
#BAC4A2
(186,196,162)
#C7CEB3
(199,206,179)
#D4D8C4
(212,216,196)
#E1E2D5
(225,226,213)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C883C; }

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

This text font color is #6C883C.

Background Color

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

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

This div background color is #6C883C.

Border color

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

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

This div border color is #6C883C.

Opacity

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

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

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

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

This text has shadow with #6C883C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C883C.

Preview

Color preview on black background

This text has color #6C883C on black background.


Color preview on white background

This text has color #6C883C on white background.


Black color preview on #6C883C background

This text has black color on #6C883C background.


White color preview on #6C883C background

This text has white color on #6C883C background.


Related colors

Complementary color

Complementary color for #hex is #9377C3.


I love getcolorcode.com

Triadic colors

1 #3C6C88 and #883C6C with #6C883C are triadic colors.

2 #3C886C and #886C3C with #6C883C are triadic colors.