COLOR #6CA581

HEX: #6CA581
RGB: (108,165,129)

Color info

#6CA581 contains red, green and blue colors in about the same proportion. Web safe color of #6CA581 is #669999 (or #699).

RGB color model

#6CA581 color RGB value is (108,165,129).

  • red value is 108;
  • green value is 165;
  • blue value is 129.
RGB:
(108,165,129)
(42%,65%,51%)

RGB channels and saturation

R 108 of 255 = 42%
G 165 of 255 = 65%
B 129 of 255 = 51%

108
165
129

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

Portions of RGB colors in percentages

R + G + B =
108 + 165 + 129 = 402 (100%)
R 108 of 402 ~ 26.87%
G 165 of 402 ~ 41.04%
B 129 of 402 ~ 32.09%

%26.87
%41.04
%32.09

CMYK color model

#6CA581 color CMYK value is (35,0,22,35).

  • cyan value is 34.55%
  • magenta value is 0.00%
  • yellow value is 21.82%
  • key color value is 35.29%
CMYK:
(35,0,22,35)
C35M0Y22K35 
(35%,0%,22%,35%)
(0.35/0.00/0.22/0.35)	

CMYK percentages

%34.55
%0
%21.82
%35.29

Codes

Color #6CA581 in popluar color models

6CA581
RGB108165129
HSL142°24.05%53.53%
HSB/HSV142°34.55%64.71%
CMYK34.55%0.00%21.82%
35.29%

Color #6CA581 in popluar number systems.

HEX6CA581
Decimal108165129
Binary11011001010010110000001
Octal154245201

Shades and tints

Shades of #6CA581

#6CA581
(108,165,129)
#639676
(99,150,118)
#5A876B
(90,135,107)
#517860
(81,120,96)
#486955
(72,105,85)
#3F5A4A
(63,90,74)
#364B3F
(54,75,63)
#2D3C34
(45,60,52)
#242D29
(36,45,41)
#1B1E1E
(27,30,30)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #6CA581

#6CA581
(108,165,129)
#79AD8C
(121,173,140)
#86B597
(134,181,151)
#93BDA2
(147,189,162)
#A0C5AD
(160,197,173)
#ADCDB8
(173,205,184)
#BAD5C3
(186,213,195)
#C7DDCE
(199,221,206)
#D4E5D9
(212,229,217)
#E1EDE4
(225,237,228)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA581 color. Also use rgb(108,165,129) instead hex code.

Text Font Color

.myTextColor { color: #6CA581; }

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

This text font color is #6CA581.


Background Color

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

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

This div background color is #6CA581.


Border color

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

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

This div border color is #6CA581.


Opacity

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

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

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

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

This text has shadow with #6CA581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA581 on black background.


Color preview on white background

This text has color #6CA581 on white background.



Black color preview on #6CA581 background

This text has black color on #6CA581 background.


White color preview on #6CA581 background

This text has white color on #6CA581 background.