COLOR #6CAD48

HEX: #6CAD48
RGB: (108,173,72)

Color info

#6CAD48 contains mainly green color. Web safe color of #6CAD48 is #669933 (or #693).

RGB color model

#6CAD48 color RGB value is (108,173,72).

  • red value is 108;
  • green value is 173;
  • blue value is 72.
RGB:
(108,173,72)
(42%,68%,28%)

RGB channels and saturation

R 108 of 255 = 42%
G 173 of 255 = 68%
B 72 of 255 = 28%

108
173
72

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

Portions of RGB colors in percentages

R + G + B =
108 + 173 + 72 = 353 (100%)
R 108 of 353 ~ 30.59%
G 173 of 353 ~ 49.01%
B 72 of 353 ~ 20.4%

%30.59
%49.01
%20.4

CMYK color model

#6CAD48 color CMYK value is (38,0,58,32).

  • cyan value is 37.57%
  • magenta value is 0.00%
  • yellow value is 58.38%
  • key color value is 32.16%
CMYK:
(38,0,58,32)
C38M0Y58K32 
(38%,0%,58%,32%)
(0.38/0.00/0.58/0.32)	

CMYK percentages

%37.57
%0
%58.38
%32.16

Codes

Color #6CAD48 in popluar color models

6CAD48
RGB10817372
HSL99°41.22%48.04%
HSB/HSV99°58.38%67.84%
CMYK37.57%0.00%58.38%
32.16%

Color #6CAD48 in popluar number systems.

HEX6CAD48
Decimal10817372
Binary1101100101011011001000
Octal154255110

Shades and tints

Shades of #6CAD48

#6CAD48
(108,173,72)
#639E42
(99,158,66)
#5A8F3C
(90,143,60)
#518036
(81,128,54)
#487130
(72,113,48)
#3F622A
(63,98,42)
#365324
(54,83,36)
#2D441E
(45,68,30)
#243518
(36,53,24)
#1B2612
(27,38,18)
#12170C
(18,23,12)
#000000
(0,0,0)

Tints of #6CAD48

#6CAD48
(108,173,72)
#79B458
(121,180,88)
#86BB68
(134,187,104)
#93C278
(147,194,120)
#A0C988
(160,201,136)
#ADD098
(173,208,152)
#BAD7A8
(186,215,168)
#C7DEB8
(199,222,184)
#D4E5C8
(212,229,200)
#E1ECD8
(225,236,216)
#EEF3E8
(238,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CAD48 color. Also use rgb(108,173,72) instead hex code.

Text Font Color

.myTextColor { color: #6CAD48; }

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

This text font color is #6CAD48.


Background Color

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

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

This div background color is #6CAD48.


Border color

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

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

This div border color is #6CAD48.


Opacity

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

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

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

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

This text has shadow with #6CAD48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CAD48 on black background.


Color preview on white background

This text has color #6CAD48 on white background.



Black color preview on #6CAD48 background

This text has black color on #6CAD48 background.


White color preview on #6CAD48 background

This text has white color on #6CAD48 background.