COLOR #6CA07C

HEX: #6CA07C
RGB: (108,160,124)

Color info

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

RGB color model

#6CA07C color RGB value is (108,160,124).

  • red value is 108;
  • green value is 160;
  • blue value is 124.
RGB:
(108,160,124)
(42%,63%,49%)

RGB channels and saturation

R 108 of 255 = 42%
G 160 of 255 = 63%
B 124 of 255 = 49%

108
160
124

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

Portions of RGB colors in percentages

R + G + B =
108 + 160 + 124 = 392 (100%)
R 108 of 392 ~ 27.55%
G 160 of 392 ~ 40.82%
B 124 of 392 ~ 31.63%

%27.55
%40.82
%31.63

CMYK color model

#6CA07C color CMYK value is (33,0,23,37).

  • cyan value is 32.50%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 37.25%
CMYK:
(33,0,23,37)
C33M0Y23K37 
(33%,0%,23%,37%)
(0.33/0.00/0.23/0.37)	

CMYK percentages

%32.5
%0
%22.5
%37.25

Codes

Color #6CA07C in popluar color models

6CA07C
RGB108160124
HSL138°21.49%52.55%
HSB/HSV138°32.50%62.75%
CMYK32.50%0.00%22.50%
37.25%

Color #6CA07C in popluar number systems.

HEX6CA07C
Decimal108160124
Binary1101100101000001111100
Octal154240174

Shades and tints

Shades of #6CA07C

#6CA07C
(108,160,124)
#639271
(99,146,113)
#5A8466
(90,132,102)
#51765B
(81,118,91)
#486850
(72,104,80)
#3F5A45
(63,90,69)
#364C3A
(54,76,58)
#2D3E2F
(45,62,47)
#243024
(36,48,36)
#1B2219
(27,34,25)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #6CA07C

#6CA07C
(108,160,124)
#79A887
(121,168,135)
#86B092
(134,176,146)
#93B89D
(147,184,157)
#A0C0A8
(160,192,168)
#ADC8B3
(173,200,179)
#BAD0BE
(186,208,190)
#C7D8C9
(199,216,201)
#D4E0D4
(212,224,212)
#E1E8DF
(225,232,223)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA07C color. Also use rgb(108,160,124) instead hex code.

Text Font Color

.myTextColor { color: #6CA07C; }

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

This text font color is #6CA07C.


Background Color

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

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

This div background color is #6CA07C.


Border color

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

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

This div border color is #6CA07C.


Opacity

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

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

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

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

This text has shadow with #6CA07C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA07C on black background.


Color preview on white background

This text has color #6CA07C on white background.



Black color preview on #6CA07C background

This text has black color on #6CA07C background.


White color preview on #6CA07C background

This text has white color on #6CA07C background.