COLOR #6D8852

HEX: #6D8852
RGB: (109,136,82)

Color info

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

RGB color model

#6D8852 color RGB value is (109,136,82).

  • red value is 109;
  • green value is 136;
  • blue value is 82.
RGB:
(109,136,82)
(43%,53%,32%)

RGB channels and saturation

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

109
136
82

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

Portions of RGB colors in percentages

R + G + B =
109 + 136 + 82 = 327 (100%)
R 109 of 327 ~ 33.33%
G 136 of 327 ~ 41.59%
B 82 of 327 ~ 25.08%

%33.33
%41.59
%25.08

CMYK color model

#6D8852 color CMYK value is (20,0,40,47).

  • cyan value is 19.85%
  • magenta value is 0.00%
  • yellow value is 39.71%
  • key color value is 46.67%
CMYK:
(20,0,40,47)
C20M0Y40K47 
(20%,0%,40%,47%)
(0.20/0.00/0.40/0.47)	

CMYK percentages

%19.85
%0
%39.71
%46.67

Codes

Color #6D8852 in popluar color models

6D8852
RGB10913682
HSL90°24.77%42.75%
HSB/HSV90°39.71%53.33%
CMYK19.85%0.00%39.71%
46.67%

Color #6D8852 in popluar number systems.

HEX6D8852
Decimal10913682
Binary1101101100010001010010
Octal155210122

Shades and tints

Shades of #6D8852

#6D8852
(109,136,82)
#647C4B
(100,124,75)
#5B7044
(91,112,68)
#52643D
(82,100,61)
#495836
(73,88,54)
#404C2F
(64,76,47)
#374028
(55,64,40)
#2E3421
(46,52,33)
#25281A
(37,40,26)
#1C1C13
(28,28,19)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #6D8852

#6D8852
(109,136,82)
#7A9261
(122,146,97)
#879C70
(135,156,112)
#94A67F
(148,166,127)
#A1B08E
(161,176,142)
#AEBA9D
(174,186,157)
#BBC4AC
(187,196,172)
#C8CEBB
(200,206,187)
#D5D8CA
(213,216,202)
#E2E2D9
(226,226,217)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8852; }

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

This text font color is #6D8852.


Background Color

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

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

This div background color is #6D8852.


Border color

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

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

This div border color is #6D8852.


Opacity

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

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

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

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

This text has shadow with #6D8852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8852 on black background.


Color preview on white background

This text has color #6D8852 on white background.



Black color preview on #6D8852 background

This text has black color on #6D8852 background.


White color preview on #6D8852 background

This text has white color on #6D8852 background.