COLOR #6CA181

HEX: #6CA181
RGB: (108,161,129)

Color info

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

RGB color model

#6CA181 color RGB value is (108,161,129).

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

RGB channels and saturation

R 108 of 255 = 42%
G 161 of 255 = 63%
B 129 of 255 = 51%

108
161
129

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

Portions of RGB colors in percentages

R + G + B =
108 + 161 + 129 = 398 (100%)
R 108 of 398 ~ 27.14%
G 161 of 398 ~ 40.45%
B 129 of 398 ~ 32.41%

%27.14
%40.45
%32.41

CMYK color model

#6CA181 color CMYK value is (33,0,20,37).

  • cyan value is 32.92%
  • magenta value is 0.00%
  • yellow value is 19.88%
  • key color value is 36.86%
CMYK:
(33,0,20,37)
C33M0Y20K37 
(33%,0%,20%,37%)
(0.33/0.00/0.20/0.37)	

CMYK percentages

%32.92
%0
%19.88
%36.86

Codes

Color #6CA181 in popluar color models

6CA181
RGB108161129
HSL144°21.99%52.75%
HSB/HSV144°32.92%63.14%
CMYK32.92%0.00%19.88%
36.86%

Color #6CA181 in popluar number systems.

HEX6CA181
Decimal108161129
Binary11011001010000110000001
Octal154241201

Shades and tints

Shades of #6CA181

#6CA181
(108,161,129)
#639376
(99,147,118)
#5A856B
(90,133,107)
#517760
(81,119,96)
#486955
(72,105,85)
#3F5B4A
(63,91,74)
#364D3F
(54,77,63)
#2D3F34
(45,63,52)
#243129
(36,49,41)
#1B231E
(27,35,30)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #6CA181

#6CA181
(108,161,129)
#79A98C
(121,169,140)
#86B197
(134,177,151)
#93B9A2
(147,185,162)
#A0C1AD
(160,193,173)
#ADC9B8
(173,201,184)
#BAD1C3
(186,209,195)
#C7D9CE
(199,217,206)
#D4E1D9
(212,225,217)
#E1E9E4
(225,233,228)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA181; }

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

This text font color is #6CA181.


Background Color

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

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

This div background color is #6CA181.


Border color

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

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

This div border color is #6CA181.


Opacity

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

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

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

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

This text has shadow with #6CA181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA181 on black background.


Color preview on white background

This text has color #6CA181 on white background.



Black color preview on #6CA181 background

This text has black color on #6CA181 background.


White color preview on #6CA181 background

This text has white color on #6CA181 background.