COLOR #6CA279

HEX: #6CA279
RGB: (108,162,121)

Color info

#6CA279 contains red, green and blue colors in about the same proportion. Web safe color of #6CA279 is #669966 (or #696).

RGB color model

#6CA279 color RGB value is (108,162,121).

  • red value is 108;
  • green value is 162;
  • blue value is 121.
RGB:
(108,162,121)
(42%,64%,47%)

RGB channels and saturation

R 108 of 255 = 42%
G 162 of 255 = 64%
B 121 of 255 = 47%

108
162
121

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

Portions of RGB colors in percentages

R + G + B =
108 + 162 + 121 = 391 (100%)
R 108 of 391 ~ 27.62%
G 162 of 391 ~ 41.43%
B 121 of 391 ~ 30.95%

%27.62
%41.43
%30.95

CMYK color model

#6CA279 color CMYK value is (33,0,25,36).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 25.31%
  • key color value is 36.47%
CMYK:
(33,0,25,36)
C33M0Y25K36 
(33%,0%,25%,36%)
(0.33/0.00/0.25/0.36)	

CMYK percentages

%33.33
%0
%25.31
%36.47

Codes

Color #6CA279 in popluar color models

6CA279
RGB108162121
HSL134°22.50%52.94%
HSB/HSV134°33.33%63.53%
CMYK33.33%0.00%25.31%
36.47%

Color #6CA279 in popluar number systems.

HEX6CA279
Decimal108162121
Binary1101100101000101111001
Octal154242171

Shades and tints

Shades of #6CA279

#6CA279
(108,162,121)
#63946E
(99,148,110)
#5A8663
(90,134,99)
#517858
(81,120,88)
#486A4D
(72,106,77)
#3F5C42
(63,92,66)
#364E37
(54,78,55)
#2D402C
(45,64,44)
#243221
(36,50,33)
#1B2416
(27,36,22)
#12160B
(18,22,11)
#000000
(0,0,0)

Tints of #6CA279

#6CA279
(108,162,121)
#79AA85
(121,170,133)
#86B291
(134,178,145)
#93BA9D
(147,186,157)
#A0C2A9
(160,194,169)
#ADCAB5
(173,202,181)
#BAD2C1
(186,210,193)
#C7DACD
(199,218,205)
#D4E2D9
(212,226,217)
#E1EAE5
(225,234,229)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA279 color. Also use rgb(108,162,121) instead hex code.

Text Font Color

.myTextColor { color: #6CA279; }

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

This text font color is #6CA279.


Background Color

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

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

This div background color is #6CA279.


Border color

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

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

This div border color is #6CA279.


Opacity

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

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

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

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

This text has shadow with #6CA279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA279 on black background.


Color preview on white background

This text has color #6CA279 on white background.



Black color preview on #6CA279 background

This text has black color on #6CA279 background.


White color preview on #6CA279 background

This text has white color on #6CA279 background.