COLOR #6CB382

HEX: #6CB382
RGB: (108,179,130)

Color info

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

RGB color model

#6CB382 color RGB value is (108,179,130).

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

RGB channels and saturation

R 108 of 255 = 42%
G 179 of 255 = 70%
B 130 of 255 = 51%

108
179
130

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

Portions of RGB colors in percentages

R + G + B =
108 + 179 + 130 = 417 (100%)
R 108 of 417 ~ 25.9%
G 179 of 417 ~ 42.93%
B 130 of 417 ~ 31.18%

%25.9
%42.93
%31.18

CMYK color model

#6CB382 color CMYK value is (40,0,27,30).

  • cyan value is 39.66%
  • magenta value is 0.00%
  • yellow value is 27.37%
  • key color value is 29.80%
CMYK:
(40,0,27,30)
C40M0Y27K30 
(40%,0%,27%,30%)
(0.40/0.00/0.27/0.30)	

CMYK percentages

%39.66
%0
%27.37
%29.8

Codes

Color #6CB382 in popluar color models

6CB382
RGB108179130
HSL139°31.84%56.27%
HSB/HSV139°39.66%70.20%
CMYK39.66%0.00%27.37%
29.80%

Color #6CB382 in popluar number systems.

HEX6CB382
Decimal108179130
Binary11011001011001110000010
Octal154263202

Shades and tints

Shades of #6CB382

#6CB382
(108,179,130)
#63A377
(99,163,119)
#5A936C
(90,147,108)
#518361
(81,131,97)
#487356
(72,115,86)
#3F634B
(63,99,75)
#365340
(54,83,64)
#2D4335
(45,67,53)
#24332A
(36,51,42)
#1B231F
(27,35,31)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #6CB382

#6CB382
(108,179,130)
#79B98D
(121,185,141)
#86BF98
(134,191,152)
#93C5A3
(147,197,163)
#A0CBAE
(160,203,174)
#ADD1B9
(173,209,185)
#BAD7C4
(186,215,196)
#C7DDCF
(199,221,207)
#D4E3DA
(212,227,218)
#E1E9E5
(225,233,229)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CB382; }

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

This text font color is #6CB382.


Background Color

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

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

This div background color is #6CB382.


Border color

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

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

This div border color is #6CB382.


Opacity

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

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

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

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

This text has shadow with #6CB382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB382 on black background.


Color preview on white background

This text has color #6CB382 on white background.



Black color preview on #6CB382 background

This text has black color on #6CB382 background.


White color preview on #6CB382 background

This text has white color on #6CB382 background.