COLOR #6C947B

HEX: #6C947B
RGB: (108,148,123)

Color info

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

RGB color model

#6C947B color RGB value is (108,148,123).

  • red value is 108;
  • green value is 148;
  • blue value is 123.
RGB:
(108,148,123)
(42%,58%,48%)

RGB channels and saturation

R 108 of 255 = 42%
G 148 of 255 = 58%
B 123 of 255 = 48%

108
148
123

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

Portions of RGB colors in percentages

R + G + B =
108 + 148 + 123 = 379 (100%)
R 108 of 379 ~ 28.5%
G 148 of 379 ~ 39.05%
B 123 of 379 ~ 32.45%

%28.5
%39.05
%32.45

CMYK color model

#6C947B color CMYK value is (27,0,17,42).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 16.89%
  • key color value is 41.96%
CMYK:
(27,0,17,42)
C27M0Y17K42 
(27%,0%,17%,42%)
(0.27/0.00/0.17/0.42)	

CMYK percentages

%27.03
%0
%16.89
%41.96

Codes

Color #6C947B in popluar color models

6C947B
RGB108148123
HSL143°15.75%50.20%
HSB/HSV143°27.03%58.04%
CMYK27.03%0.00%16.89%
41.96%

Color #6C947B in popluar number systems.

HEX6C947B
Decimal108148123
Binary1101100100101001111011
Octal154224173

Shades and tints

Shades of #6C947B

#6C947B
(108,148,123)
#638770
(99,135,112)
#5A7A65
(90,122,101)
#516D5A
(81,109,90)
#48604F
(72,96,79)
#3F5344
(63,83,68)
#364639
(54,70,57)
#2D392E
(45,57,46)
#242C23
(36,44,35)
#1B1F18
(27,31,24)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #6C947B

#6C947B
(108,148,123)
#799D87
(121,157,135)
#86A693
(134,166,147)
#93AF9F
(147,175,159)
#A0B8AB
(160,184,171)
#ADC1B7
(173,193,183)
#BACAC3
(186,202,195)
#C7D3CF
(199,211,207)
#D4DCDB
(212,220,219)
#E1E5E7
(225,229,231)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C947B color. Also use rgb(108,148,123) instead hex code.

Text Font Color

.myTextColor { color: #6C947B; }

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

This text font color is #6C947B.


Background Color

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

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

This div background color is #6C947B.


Border color

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

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

This div border color is #6C947B.


Opacity

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

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

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

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

This text has shadow with #6C947B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C947B on black background.


Color preview on white background

This text has color #6C947B on white background.



Black color preview on #6C947B background

This text has black color on #6C947B background.


White color preview on #6C947B background

This text has white color on #6C947B background.