COLOR #6C833A

HEX: #6C833A RGB: (108,131,58)

Color info

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

RGB color model

#6C833A color RGB value is (108,131,58).

RGB: (108,131,58) (42%, 51%, 23%)

RGB channels and saturation

R 108 of 255 = 42%
G 131 of 255 = 51%
B 58 of 255 = 23%

108
131
58

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

Portions of RGB colors in percentages

R + G + B = 108 + 131 + 58 = 297 (100%)
R 108 of 297 ~ 36.36%
G 131 of 297 ~ 44.11%
B 58 of 297 ~ 19.53'%

%36.36
%44.11
%19.53

CMYK color model

#6C833A color CMYK value is (18,0,56,49).

  • cyan value is 17.56%
  • magenta value is 0.00%
  • yellow value is 55.73%
  • key color value is 48.63%

CMYK: (18,0,56,49)
C18M0Y56K49 (18%, 0%, 56%, 49%)
(0.18 / 0.00 / 0.56 / 0.49)

CMYK percentages

%17.56
%0
%55.73
%48.63

Codes

Color #6C833A in popluar color models

6C 83 3A
RGB 108 131 58
HSL 79° 38.62% 37.06%
HSB/HSV 79° 55.73% 51.37%
CMYK 17.56% 0.00% 55.73%
48.63%

Color #6C833A in popluar number systems.

HEX 6C 83 3A
Decimal 108 131 58
Binary 1101100 10000011 111010
Octal 154 203 72

Shades and tints

Shades of #6C833A

#6C833A
(108,131,58)
#637835
(99,120,53)
#5A6D30
(90,109,48)
#51622B
(81,98,43)
#485726
(72,87,38)
#3F4C21
(63,76,33)
#36411C
(54,65,28)
#2D3617
(45,54,23)
#242B12
(36,43,18)
#1B200D
(27,32,13)
#121508
(18,21,8)
#000000
(0,0,0)

Tints of #6C833A

#6C833A
(108,131,58)
#798E4B
(121,142,75)
#86995C
(134,153,92)
#93A46D
(147,164,109)
#A0AF7E
(160,175,126)
#ADBA8F
(173,186,143)
#BAC5A0
(186,197,160)
#C7D0B1
(199,208,177)
#D4DBC2
(212,219,194)
#E1E6D3
(225,230,211)
#EEF1E4
(238,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C833A color. Also use rgb(108,131,58) instead hex code.

Text Font Color

.myTextColor { color: #6C833A; }

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

This text font color is #6C833A.

Background Color

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

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

This div background color is #6C833A.

Border color

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

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

This div border color is #6C833A.

Opacity

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

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

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

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

This text has shadow with #6C833A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C833A.

Preview

Color preview on black background

This text has color #6C833A on black background.


Color preview on white background

This text has color #6C833A on white background.


Black color preview on #6C833A background

This text has black color on #6C833A background.


White color preview on #6C833A background

This text has white color on #6C833A background.


Related colors

Complementary color

Complementary color for #hex is #937CC5.


I love getcolorcode.com

Triadic colors

1 #3A6C83 and #833A6C with #6C833A are triadic colors.

2 #3A836C and #836C3A with #6C833A are triadic colors.