COLOR #6C9331

HEX: #6C9331 RGB: (108,147,49)

Color info

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

RGB color model

#6C9331 color RGB value is (108,147,49).

RGB: (108,147,49) (42%, 58%, 19%)

RGB channels and saturation

R 108 of 255 = 42%
G 147 of 255 = 58%
B 49 of 255 = 19%

108
147
49

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

Portions of RGB colors in percentages

R + G + B = 108 + 147 + 49 = 304 (100%)
R 108 of 304 ~ 35.53%
G 147 of 304 ~ 48.36%
B 49 of 304 ~ 16.12'%

%35.53
%48.36
%16.12

CMYK color model

#6C9331 color CMYK value is (27,0,67,42).

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 42.35%

CMYK: (27,0,67,42)
C27M0Y67K42 (27%, 0%, 67%, 42%)
(0.27 / 0.00 / 0.67 / 0.42)

CMYK percentages

%26.53
%0
%66.67
%42.35

Codes

Color #6C9331 in popluar color models

6C 93 31
RGB 108 147 49
HSL 84° 50.00% 38.43%
HSB/HSV 84° 66.67% 57.65%
CMYK 26.53% 0.00% 66.67%
42.35%

Color #6C9331 in popluar number systems.

HEX 6C 93 31
Decimal 108 147 49
Binary 1101100 10010011 110001
Octal 154 223 61

Shades and tints

Shades of #6C9331

#6C9331
(108,147,49)
#63862D
(99,134,45)
#5A7929
(90,121,41)
#516C25
(81,108,37)
#485F21
(72,95,33)
#3F521D
(63,82,29)
#364519
(54,69,25)
#2D3815
(45,56,21)
#242B11
(36,43,17)
#1B1E0D
(27,30,13)
#121109
(18,17,9)
#000000
(0,0,0)

Tints of #6C9331

#6C9331
(108,147,49)
#799C43
(121,156,67)
#86A555
(134,165,85)
#93AE67
(147,174,103)
#A0B779
(160,183,121)
#ADC08B
(173,192,139)
#BAC99D
(186,201,157)
#C7D2AF
(199,210,175)
#D4DBC1
(212,219,193)
#E1E4D3
(225,228,211)
#EEEDE5
(238,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9331 color. Also use rgb(108,147,49) instead hex code.

Text Font Color

.myTextColor { color: #6C9331; }

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

This text font color is #6C9331.

Background Color

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

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

This div background color is #6C9331.

Border color

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

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

This div border color is #6C9331.

Opacity

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

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

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

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

This text has shadow with #6C9331 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C9331.

Preview

Color preview on black background

This text has color #6C9331 on black background.


Color preview on white background

This text has color #6C9331 on white background.


Black color preview on #6C9331 background

This text has black color on #6C9331 background.


White color preview on #6C9331 background

This text has white color on #6C9331 background.


Related colors

Complementary color

Complementary color for #hex is #936CCE.


I love getcolorcode.com

Triadic colors

1 #316C93 and #93316C with #6C9331 are triadic colors.

2 #31936C and #936C31 with #6C9331 are triadic colors.