COLOR #6C823C

HEX: #6C823C RGB: (108,130,60)

Color info

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

RGB color model

#6C823C color RGB value is (108,130,60).

RGB: (108,130,60) (42%, 51%, 24%)

RGB channels and saturation

R 108 of 255 = 42%
G 130 of 255 = 51%
B 60 of 255 = 24%

108
130
60

R + G + B ~ 39%. #6C823C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 130 + 60 = 298 (100%)
R 108 of 298 ~ 36.24%
G 130 of 298 ~ 43.62%
B 60 of 298 ~ 20.13'%

%36.24
%43.62
%20.13

CMYK color model

#6C823C color CMYK value is (17,0,54,49).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 49.02%

CMYK: (17,0,54,49)
C17M0Y54K49 (17%, 0%, 54%, 49%)
(0.17 / 0.00 / 0.54 / 0.49)

CMYK percentages

%16.92
%0
%53.85
%49.02

Codes

Color #6C823C in popluar color models

6C 82 3C
RGB 108 130 60
HSL 79° 36.84% 37.25%
HSB/HSV 79° 53.85% 50.98%
CMYK 16.92% 0.00% 53.85%
49.02%

Color #6C823C in popluar number systems.

HEX 6C 82 3C
Decimal 108 130 60
Binary 1101100 10000010 111100
Octal 154 202 74

Shades and tints

Shades of #6C823C

#6C823C
(108,130,60)
#637737
(99,119,55)
#5A6C32
(90,108,50)
#51612D
(81,97,45)
#485628
(72,86,40)
#3F4B23
(63,75,35)
#36401E
(54,64,30)
#2D3519
(45,53,25)
#242A14
(36,42,20)
#1B1F0F
(27,31,15)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #6C823C

#6C823C
(108,130,60)
#798D4D
(121,141,77)
#86985E
(134,152,94)
#93A36F
(147,163,111)
#A0AE80
(160,174,128)
#ADB991
(173,185,145)
#BAC4A2
(186,196,162)
#C7CFB3
(199,207,179)
#D4DAC4
(212,218,196)
#E1E5D5
(225,229,213)
#EEF0E6
(238,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C823C; }

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

This text font color is #6C823C.

Background Color

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

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

This div background color is #6C823C.

Border color

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

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

This div border color is #6C823C.

Opacity

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

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

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

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

This text has shadow with #6C823C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C823C.

Preview

Color preview on black background

This text has color #6C823C on black background.


Color preview on white background

This text has color #6C823C on white background.


Black color preview on #6C823C background

This text has black color on #6C823C background.


White color preview on #6C823C background

This text has white color on #6C823C background.


Related colors

Complementary color

Complementary color for #hex is #937DC3.


I love getcolorcode.com

Triadic colors

1 #3C6C82 and #823C6C with #6C823C are triadic colors.

2 #3C826C and #826C3C with #6C823C are triadic colors.