COLOR #6CAC52

HEX: #6CAC52
RGB: (108,172,82)

Color info

#6CAC52 contains mainly green color. Web safe color of #6CAC52 is #669966 (or #696).

RGB color model

#6CAC52 color RGB value is (108,172,82).

  • red value is 108;
  • green value is 172;
  • blue value is 82.
RGB:
(108,172,82)
(42%,67%,32%)

RGB channels and saturation

R 108 of 255 = 42%
G 172 of 255 = 67%
B 82 of 255 = 32%

108
172
82

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

Portions of RGB colors in percentages

R + G + B =
108 + 172 + 82 = 362 (100%)
R 108 of 362 ~ 29.83%
G 172 of 362 ~ 47.51%
B 82 of 362 ~ 22.65%

%29.83
%47.51
%22.65

CMYK color model

#6CAC52 color CMYK value is (37,0,52,33).

  • cyan value is 37.21%
  • magenta value is 0.00%
  • yellow value is 52.33%
  • key color value is 32.55%
CMYK:
(37,0,52,33)
C37M0Y52K33 
(37%,0%,52%,33%)
(0.37/0.00/0.52/0.33)	

CMYK percentages

%37.21
%0
%52.33
%32.55

Codes

Color #6CAC52 in popluar color models

6CAC52
RGB10817282
HSL103°35.43%49.80%
HSB/HSV103°52.33%67.45%
CMYK37.21%0.00%52.33%
32.55%

Color #6CAC52 in popluar number systems.

HEX6CAC52
Decimal10817282
Binary1101100101011001010010
Octal154254122

Shades and tints

Shades of #6CAC52

#6CAC52
(108,172,82)
#639D4B
(99,157,75)
#5A8E44
(90,142,68)
#517F3D
(81,127,61)
#487036
(72,112,54)
#3F612F
(63,97,47)
#365228
(54,82,40)
#2D4321
(45,67,33)
#24341A
(36,52,26)
#1B2513
(27,37,19)
#12160C
(18,22,12)
#000000
(0,0,0)

Tints of #6CAC52

#6CAC52
(108,172,82)
#79B361
(121,179,97)
#86BA70
(134,186,112)
#93C17F
(147,193,127)
#A0C88E
(160,200,142)
#ADCF9D
(173,207,157)
#BAD6AC
(186,214,172)
#C7DDBB
(199,221,187)
#D4E4CA
(212,228,202)
#E1EBD9
(225,235,217)
#EEF2E8
(238,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CAC52 color. Also use rgb(108,172,82) instead hex code.

Text Font Color

.myTextColor { color: #6CAC52; }

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

This text font color is #6CAC52.


Background Color

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

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

This div background color is #6CAC52.


Border color

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

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

This div border color is #6CAC52.


Opacity

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

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

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

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

This text has shadow with #6CAC52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CAC52 on black background.


Color preview on white background

This text has color #6CAC52 on white background.



Black color preview on #6CAC52 background

This text has black color on #6CAC52 background.


White color preview on #6CAC52 background

This text has white color on #6CAC52 background.