COLOR #6D8752

HEX: #6D8752 RGB: (109,135,82)

Color info

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

RGB color model

#6D8752 color RGB value is (109,135,82).

RGB: (109,135,82) (43%, 53%, 32%)

RGB channels and saturation

R 109 of 255 = 43%
G 135 of 255 = 53%
B 82 of 255 = 32%

109
135
82

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

Portions of RGB colors in percentages

R + G + B = 109 + 135 + 82 = 326 (100%)
R 109 of 326 ~ 33.44%
G 135 of 326 ~ 41.41%
B 82 of 326 ~ 25.15'%

%33.44
%41.41
%25.15

CMYK color model

#6D8752 color CMYK value is (19,0,39,47).

  • cyan value is 19.26%
  • magenta value is 0.00%
  • yellow value is 39.26%
  • key color value is 47.06%

CMYK: (19,0,39,47)
C19M0Y39K47 (19%, 0%, 39%, 47%)
(0.19 / 0.00 / 0.39 / 0.47)

CMYK percentages

%19.26
%0
%39.26
%47.06

Codes

Color #6D8752 in popluar color models

6D 87 52
RGB 109 135 82
HSL 89° 24.42% 42.55%
HSB/HSV 89° 39.26% 52.94%
CMYK 19.26% 0.00% 39.26%
47.06%

Color #6D8752 in popluar number systems.

HEX 6D 87 52
Decimal 109 135 82
Binary 1101101 10000111 1010010
Octal 155 207 122

Shades and tints

Shades of #6D8752

#6D8752
(109,135,82)
#647B4B
(100,123,75)
#5B6F44
(91,111,68)
#52633D
(82,99,61)
#495736
(73,87,54)
#404B2F
(64,75,47)
#373F28
(55,63,40)
#2E3321
(46,51,33)
#25271A
(37,39,26)
#1C1B13
(28,27,19)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #6D8752

#6D8752
(109,135,82)
#7A9161
(122,145,97)
#879B70
(135,155,112)
#94A57F
(148,165,127)
#A1AF8E
(161,175,142)
#AEB99D
(174,185,157)
#BBC3AC
(187,195,172)
#C8CDBB
(200,205,187)
#D5D7CA
(213,215,202)
#E2E1D9
(226,225,217)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8752 color. Also use rgb(109,135,82) instead hex code.

Text Font Color

.myTextColor { color: #6D8752; }

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

This text font color is #6D8752.

Background Color

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

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

This div background color is #6D8752.

Border color

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

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

This div border color is #6D8752.

Opacity

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

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

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

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

This text has shadow with #6D8752 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D8752.

Preview

Color preview on black background

This text has color #6D8752 on black background.


Color preview on white background

This text has color #6D8752 on white background.


Black color preview on #6D8752 background

This text has black color on #6D8752 background.


White color preview on #6D8752 background

This text has white color on #6D8752 background.


Related colors

Complementary color

Complementary color for #hex is #9278AD.


I love getcolorcode.com

Triadic colors

1 #526D87 and #87526D with #6D8752 are triadic colors.

2 #52876D and #876D52 with #6D8752 are triadic colors.