COLOR #6CA38B

HEX: #6CA38B RGB: (108,163,139)

Color info

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

RGB color model

#6CA38B color RGB value is (108,163,139).

RGB: (108,163,139) (42%, 64%, 55%)

RGB channels and saturation

R 108 of 255 = 42%
G 163 of 255 = 64%
B 139 of 255 = 55%

108
163
139

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

Portions of RGB colors in percentages

R + G + B = 108 + 163 + 139 = 410 (100%)
R 108 of 410 ~ 26.34%
G 163 of 410 ~ 39.76%
B 139 of 410 ~ 33.9'%

%26.34
%39.76
%33.9

CMYK color model

#6CA38B color CMYK value is (34,0,15,36).

  • cyan value is 33.74%
  • magenta value is 0.00%
  • yellow value is 14.72%
  • key color value is 36.08%
CMYK: (34,0,15,36) C34M0Y15K36 (34%,0%,15%,36%) (0.34/0.00/0.15/0.36) 

CMYK percentages

%33.74
%0
%14.72
%36.08

Codes

Color #6CA38B in popluar color models

6C A3 8B
RGB 108 163 139
HSL 154° 23.01% 53.14%
HSB/HSV 154° 33.74% 63.92%
CMYK 33.74% 0.00% 14.72%
36.08%

Color #6CA38B in popluar number systems.

HEX 6C A3 8B
Decimal 108 163 139
Binary 1101100 10100011 10001011
Octal 154 243 213

Shades and tints

Shades of #6CA38B

#6CA38B
(108,163,139)
#63957F
(99,149,127)
#5A8773
(90,135,115)
#517967
(81,121,103)
#486B5B
(72,107,91)
#3F5D4F
(63,93,79)
#364F43
(54,79,67)
#2D4137
(45,65,55)
#24332B
(36,51,43)
#1B251F
(27,37,31)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #6CA38B

#6CA38B
(108,163,139)
#79AB95
(121,171,149)
#86B39F
(134,179,159)
#93BBA9
(147,187,169)
#A0C3B3
(160,195,179)
#ADCBBD
(173,203,189)
#BAD3C7
(186,211,199)
#C7DBD1
(199,219,209)
#D4E3DB
(212,227,219)
#E1EBE5
(225,235,229)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA38B; }

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

This text font color is #6CA38B.

Background Color

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

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

This div background color is #6CA38B.

Border color

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

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

This div border color is #6CA38B.

Opacity

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

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

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

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

This text has shadow with #6CA38B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CA38B.

Preview

Color preview on black background

This text has color #6CA38B on black background.


Color preview on white background

This text has color #6CA38B on white background.


Black color preview on #6CA38B background

This text has black color on #6CA38B background.


White color preview on #6CA38B background

This text has white color on #6CA38B background.


Related colors

Complementary color

Complementary color for #hex is #935C74.


I love getcolorcode.com

Triadic colors

1 #8B6CA3 and #A38B6C with #6CA38B are triadic colors.

2 #8BA36C and #A36C8B with #6CA38B are triadic colors.