COLOR #6CB385

HEX: #6CB385
RGB: (108,179,133)

Color info

#6CB385 contains mainly green and blue colors. Web safe color of #6CB385 is #669999 (or #699).

RGB color model

#6CB385 color RGB value is (108,179,133).

  • red value is 108;
  • green value is 179;
  • blue value is 133.
RGB:
(108,179,133)
(42%,70%,52%)

RGB channels and saturation

R 108 of 255 = 42%
G 179 of 255 = 70%
B 133 of 255 = 52%

108
179
133

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

Portions of RGB colors in percentages

R + G + B =
108 + 179 + 133 = 420 (100%)
R 108 of 420 ~ 25.71%
G 179 of 420 ~ 42.62%
B 133 of 420 ~ 31.67%

%25.71
%42.62
%31.67

CMYK color model

#6CB385 color CMYK value is (40,0,26,30).

  • cyan value is 39.66%
  • magenta value is 0.00%
  • yellow value is 25.70%
  • key color value is 29.80%
CMYK:
(40,0,26,30)
C40M0Y26K30 
(40%,0%,26%,30%)
(0.40/0.00/0.26/0.30)	

CMYK percentages

%39.66
%0
%25.7
%29.8

Codes

Color #6CB385 in popluar color models

6CB385
RGB108179133
HSL141°31.84%56.27%
HSB/HSV141°39.66%70.20%
CMYK39.66%0.00%25.70%
29.80%

Color #6CB385 in popluar number systems.

HEX6CB385
Decimal108179133
Binary11011001011001110000101
Octal154263205

Shades and tints

Shades of #6CB385

#6CB385
(108,179,133)
#63A379
(99,163,121)
#5A936D
(90,147,109)
#518361
(81,131,97)
#487355
(72,115,85)
#3F6349
(63,99,73)
#36533D
(54,83,61)
#2D4331
(45,67,49)
#243325
(36,51,37)
#1B2319
(27,35,25)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #6CB385

#6CB385
(108,179,133)
#79B990
(121,185,144)
#86BF9B
(134,191,155)
#93C5A6
(147,197,166)
#A0CBB1
(160,203,177)
#ADD1BC
(173,209,188)
#BAD7C7
(186,215,199)
#C7DDD2
(199,221,210)
#D4E3DD
(212,227,221)
#E1E9E8
(225,233,232)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB385 color. Also use rgb(108,179,133) instead hex code.

Text Font Color

.myTextColor { color: #6CB385; }

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

This text font color is #6CB385.


Background Color

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

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

This div background color is #6CB385.


Border color

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

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

This div border color is #6CB385.


Opacity

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

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

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

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

This text has shadow with #6CB385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB385 on black background.


Color preview on white background

This text has color #6CB385 on white background.



Black color preview on #6CB385 background

This text has black color on #6CB385 background.


White color preview on #6CB385 background

This text has white color on #6CB385 background.