COLOR #6C957D

HEX: #6C957D
RGB: (108,149,125)

Color info

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

RGB color model

#6C957D color RGB value is (108,149,125).

  • red value is 108;
  • green value is 149;
  • blue value is 125.
RGB:
(108,149,125)
(42%,58%,49%)

RGB channels and saturation

R 108 of 255 = 42%
G 149 of 255 = 58%
B 125 of 255 = 49%

108
149
125

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

Portions of RGB colors in percentages

R + G + B =
108 + 149 + 125 = 382 (100%)
R 108 of 382 ~ 28.27%
G 149 of 382 ~ 39.01%
B 125 of 382 ~ 32.72%

%28.27
%39.01
%32.72

CMYK color model

#6C957D color CMYK value is (28,0,16,42).

  • cyan value is 27.52%
  • magenta value is 0.00%
  • yellow value is 16.11%
  • key color value is 41.57%
CMYK:
(28,0,16,42)
C28M0Y16K42 
(28%,0%,16%,42%)
(0.28/0.00/0.16/0.42)	

CMYK percentages

%27.52
%0
%16.11
%41.57

Codes

Color #6C957D in popluar color models

6C957D
RGB108149125
HSL145°16.21%50.39%
HSB/HSV145°27.52%58.43%
CMYK27.52%0.00%16.11%
41.57%

Color #6C957D in popluar number systems.

HEX6C957D
Decimal108149125
Binary1101100100101011111101
Octal154225175

Shades and tints

Shades of #6C957D

#6C957D
(108,149,125)
#638872
(99,136,114)
#5A7B67
(90,123,103)
#516E5C
(81,110,92)
#486151
(72,97,81)
#3F5446
(63,84,70)
#36473B
(54,71,59)
#2D3A30
(45,58,48)
#242D25
(36,45,37)
#1B201A
(27,32,26)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #6C957D

#6C957D
(108,149,125)
#799E88
(121,158,136)
#86A793
(134,167,147)
#93B09E
(147,176,158)
#A0B9A9
(160,185,169)
#ADC2B4
(173,194,180)
#BACBBF
(186,203,191)
#C7D4CA
(199,212,202)
#D4DDD5
(212,221,213)
#E1E6E0
(225,230,224)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C957D color. Also use rgb(108,149,125) instead hex code.

Text Font Color

.myTextColor { color: #6C957D; }

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

This text font color is #6C957D.


Background Color

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

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

This div background color is #6C957D.


Border color

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

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

This div border color is #6C957D.


Opacity

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

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

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

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

This text has shadow with #6C957D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C957D on black background.


Color preview on white background

This text has color #6C957D on white background.



Black color preview on #6C957D background

This text has black color on #6C957D background.


White color preview on #6C957D background

This text has white color on #6C957D background.