COLOR #6C8C53

HEX: #6C8C53
RGB: (108,140,83)

Color info

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

RGB color model

#6C8C53 color RGB value is (108,140,83).

  • red value is 108;
  • green value is 140;
  • blue value is 83.
RGB:
(108,140,83)
(42%,55%,33%)

RGB channels and saturation

R 108 of 255 = 42%
G 140 of 255 = 55%
B 83 of 255 = 33%

108
140
83

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

Portions of RGB colors in percentages

R + G + B =
108 + 140 + 83 = 331 (100%)
R 108 of 331 ~ 32.63%
G 140 of 331 ~ 42.3%
B 83 of 331 ~ 25.08%

%32.63
%42.3
%25.08

CMYK color model

#6C8C53 color CMYK value is (23,0,41,45).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 40.71%
  • key color value is 45.10%
CMYK:
(23,0,41,45)
C23M0Y41K45 
(23%,0%,41%,45%)
(0.23/0.00/0.41/0.45)	

CMYK percentages

%22.86
%0
%40.71
%45.1

Codes

Color #6C8C53 in popluar color models

6C8C53
RGB10814083
HSL94°25.56%43.73%
HSB/HSV94°40.71%54.90%
CMYK22.86%0.00%40.71%
45.10%

Color #6C8C53 in popluar number systems.

HEX6C8C53
Decimal10814083
Binary1101100100011001010011
Octal154214123

Shades and tints

Shades of #6C8C53

#6C8C53
(108,140,83)
#63804C
(99,128,76)
#5A7445
(90,116,69)
#51683E
(81,104,62)
#485C37
(72,92,55)
#3F5030
(63,80,48)
#364429
(54,68,41)
#2D3822
(45,56,34)
#242C1B
(36,44,27)
#1B2014
(27,32,20)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #6C8C53

#6C8C53
(108,140,83)
#799662
(121,150,98)
#86A071
(134,160,113)
#93AA80
(147,170,128)
#A0B48F
(160,180,143)
#ADBE9E
(173,190,158)
#BAC8AD
(186,200,173)
#C7D2BC
(199,210,188)
#D4DCCB
(212,220,203)
#E1E6DA
(225,230,218)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8C53 color. Also use rgb(108,140,83) instead hex code.

Text Font Color

.myTextColor { color: #6C8C53; }

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

This text font color is #6C8C53.


Background Color

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

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

This div background color is #6C8C53.


Border color

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

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

This div border color is #6C8C53.


Opacity

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

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

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

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

This text has shadow with #6C8C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8C53 on black background.


Color preview on white background

This text has color #6C8C53 on white background.



Black color preview on #6C8C53 background

This text has black color on #6C8C53 background.


White color preview on #6C8C53 background

This text has white color on #6C8C53 background.