COLOR #6C8558

HEX: #6C8558 RGB: (108,133,88)

Color info

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

RGB color model

#6C8558 color RGB value is (108,133,88).

RGB: (108,133,88) (42%, 52%, 35%)

RGB channels and saturation

R 108 of 255 = 42%
G 133 of 255 = 52%
B 88 of 255 = 35%

108
133
88

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

Portions of RGB colors in percentages

R + G + B = 108 + 133 + 88 = 329 (100%)
R 108 of 329 ~ 32.83%
G 133 of 329 ~ 40.43%
B 88 of 329 ~ 26.75'%

%32.83
%40.43
%26.75

CMYK color model

#6C8558 color CMYK value is (19,0,34,48).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 33.83%
  • key color value is 47.84%

CMYK: (19,0,34,48)
C19M0Y34K48 (19%, 0%, 34%, 48%)
(0.19 / 0.00 / 0.34 / 0.48)

CMYK percentages

%18.8
%0
%33.83
%47.84

Codes

Color #6C8558 in popluar color models

6C 85 58
RGB 108 133 88
HSL 93° 20.36% 43.33%
HSB/HSV 93° 33.83% 52.16%
CMYK 18.80% 0.00% 33.83%
47.84%

Color #6C8558 in popluar number systems.

HEX 6C 85 58
Decimal 108 133 88
Binary 1101100 10000101 1011000
Octal 154 205 130

Shades and tints

Shades of #6C8558

#6C8558
(108,133,88)
#637950
(99,121,80)
#5A6D48
(90,109,72)
#516140
(81,97,64)
#485538
(72,85,56)
#3F4930
(63,73,48)
#363D28
(54,61,40)
#2D3120
(45,49,32)
#242518
(36,37,24)
#1B1910
(27,25,16)
#120D08
(18,13,8)
#000000
(0,0,0)

Tints of #6C8558

#6C8558
(108,133,88)
#799067
(121,144,103)
#869B76
(134,155,118)
#93A685
(147,166,133)
#A0B194
(160,177,148)
#ADBCA3
(173,188,163)
#BAC7B2
(186,199,178)
#C7D2C1
(199,210,193)
#D4DDD0
(212,221,208)
#E1E8DF
(225,232,223)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8558; }

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

This text font color is #6C8558.

Background Color

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

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

This div background color is #6C8558.

Border color

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

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

This div border color is #6C8558.

Opacity

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

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

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

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

This text has shadow with #6C8558 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8558.

Preview

Color preview on black background

This text has color #6C8558 on black background.


Color preview on white background

This text has color #6C8558 on white background.


Black color preview on #6C8558 background

This text has black color on #6C8558 background.


White color preview on #6C8558 background

This text has white color on #6C8558 background.


Related colors

Complementary color

Complementary color for #hex is #937AA7.


I love getcolorcode.com

Triadic colors

1 #586C85 and #85586C with #6C8558 are triadic colors.

2 #58856C and #856C58 with #6C8558 are triadic colors.