COLOR #6CA382

HEX: #6CA382
RGB: (108,163,130)

Color info

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

RGB color model

#6CA382 color RGB value is (108,163,130).

  • red value is 108;
  • green value is 163;
  • blue value is 130.
RGB:
(108,163,130)
(42%,64%,51%)

RGB channels and saturation

R 108 of 255 = 42%
G 163 of 255 = 64%
B 130 of 255 = 51%

108
163
130

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

Portions of RGB colors in percentages

R + G + B =
108 + 163 + 130 = 401 (100%)
R 108 of 401 ~ 26.93%
G 163 of 401 ~ 40.65%
B 130 of 401 ~ 32.42%

%26.93
%40.65
%32.42

CMYK color model

#6CA382 color CMYK value is (34,0,20,36).

  • cyan value is 33.74%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 36.08%
CMYK:
(34,0,20,36)
C34M0Y20K36 
(34%,0%,20%,36%)
(0.34/0.00/0.20/0.36)	

CMYK percentages

%33.74
%0
%20.25
%36.08

Codes

Color #6CA382 in popluar color models

6CA382
RGB108163130
HSL144°23.01%53.14%
HSB/HSV144°33.74%63.92%
CMYK33.74%0.00%20.25%
36.08%

Color #6CA382 in popluar number systems.

HEX6CA382
Decimal108163130
Binary11011001010001110000010
Octal154243202

Shades and tints

Shades of #6CA382

#6CA382
(108,163,130)
#639577
(99,149,119)
#5A876C
(90,135,108)
#517961
(81,121,97)
#486B56
(72,107,86)
#3F5D4B
(63,93,75)
#364F40
(54,79,64)
#2D4135
(45,65,53)
#24332A
(36,51,42)
#1B251F
(27,37,31)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #6CA382

#6CA382
(108,163,130)
#79AB8D
(121,171,141)
#86B398
(134,179,152)
#93BBA3
(147,187,163)
#A0C3AE
(160,195,174)
#ADCBB9
(173,203,185)
#BAD3C4
(186,211,196)
#C7DBCF
(199,219,207)
#D4E3DA
(212,227,218)
#E1EBE5
(225,235,229)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA382 color. Also use rgb(108,163,130) instead hex code.

Text Font Color

.myTextColor { color: #6CA382; }

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

This text font color is #6CA382.


Background Color

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

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

This div background color is #6CA382.


Border color

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

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

This div border color is #6CA382.


Opacity

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

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

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

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

This text has shadow with #6CA382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA382 on black background.


Color preview on white background

This text has color #6CA382 on white background.



Black color preview on #6CA382 background

This text has black color on #6CA382 background.


White color preview on #6CA382 background

This text has white color on #6CA382 background.