COLOR #6C9C53

HEX: #6C9C53 RGB: (108,156,83)

Color info

#6C9C53 contains mainly red and green colors. Web safe color of #6C9C53 is #669966 (or #696).

RGB color model

#6C9C53 color RGB value is (108,156,83).

RGB: (108,156,83) (42%, 61%, 33%)

RGB channels and saturation

R 108 of 255 = 42%
G 156 of 255 = 61%
B 83 of 255 = 33%

108
156
83

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

Portions of RGB colors in percentages

R + G + B = 108 + 156 + 83 = 347 (100%)
R 108 of 347 ~ 31.12%
G 156 of 347 ~ 44.96%
B 83 of 347 ~ 23.92'%

%31.12
%44.96
%23.92

CMYK color model

#6C9C53 color CMYK value is (31,0,47,39).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 46.79%
  • key color value is 38.82%

CMYK: (31,0,47,39)
C31M0Y47K39 (31%, 0%, 47%, 39%)
(0.31 / 0.00 / 0.47 / 0.39)

CMYK percentages

%30.77
%0
%46.79
%38.82

Codes

Color #6C9C53 in popluar color models

6C 9C 53
RGB 108 156 83
HSL 99° 30.54% 46.86%
HSB/HSV 99° 46.79% 61.18%
CMYK 30.77% 0.00% 46.79%
38.82%

Color #6C9C53 in popluar number systems.

HEX 6C 9C 53
Decimal 108 156 83
Binary 1101100 10011100 1010011
Octal 154 234 123

Shades and tints

Shades of #6C9C53

#6C9C53
(108,156,83)
#638E4C
(99,142,76)
#5A8045
(90,128,69)
#51723E
(81,114,62)
#486437
(72,100,55)
#3F5630
(63,86,48)
#364829
(54,72,41)
#2D3A22
(45,58,34)
#242C1B
(36,44,27)
#1B1E14
(27,30,20)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #6C9C53

#6C9C53
(108,156,83)
#79A562
(121,165,98)
#86AE71
(134,174,113)
#93B780
(147,183,128)
#A0C08F
(160,192,143)
#ADC99E
(173,201,158)
#BAD2AD
(186,210,173)
#C7DBBC
(199,219,188)
#D4E4CB
(212,228,203)
#E1EDDA
(225,237,218)
#EEF6E9
(238,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9C53 color. Also use rgb(108,156,83) instead hex code.

Text Font Color

.myTextColor { color: #6C9C53; }

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

This text font color is #6C9C53.

Background Color

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

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

This div background color is #6C9C53.

Border color

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

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

This div border color is #6C9C53.

Opacity

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

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

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

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

This text has shadow with #6C9C53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C9C53.

Preview

Color preview on black background

This text has color #6C9C53 on black background.


Color preview on white background

This text has color #6C9C53 on white background.


Black color preview on #6C9C53 background

This text has black color on #6C9C53 background.


White color preview on #6C9C53 background

This text has white color on #6C9C53 background.


Related colors

Complementary color

Complementary color for #hex is #9363AC.


I love getcolorcode.com

Triadic colors

1 #536C9C and #9C536C with #6C9C53 are triadic colors.

2 #539C6C and #9C6C53 with #6C9C53 are triadic colors.