COLOR #6D8541

HEX: #6D8541
RGB: (109,133,65)

Color info

#6D8541 contains mainly red and green colors. Web safe color of #6D8541 is #669933 (or #693).

RGB color model

#6D8541 color RGB value is (109,133,65).

  • red value is 109;
  • green value is 133;
  • blue value is 65.
RGB:
(109,133,65)
(43%,52%,25%)

RGB channels and saturation

R 109 of 255 = 43%
G 133 of 255 = 52%
B 65 of 255 = 25%

109
133
65

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

Portions of RGB colors in percentages

R + G + B =
109 + 133 + 65 = 307 (100%)
R 109 of 307 ~ 35.5%
G 133 of 307 ~ 43.32%
B 65 of 307 ~ 21.17%

%35.5
%43.32
%21.17

CMYK color model

#6D8541 color CMYK value is (18,0,51,48).

  • cyan value is 18.05%
  • magenta value is 0.00%
  • yellow value is 51.13%
  • key color value is 47.84%
CMYK:
(18,0,51,48)
C18M0Y51K48 
(18%,0%,51%,48%)
(0.18/0.00/0.51/0.48)	

CMYK percentages

%18.05
%0
%51.13
%47.84

Codes

Color #6D8541 in popluar color models

6D8541
RGB10913365
HSL81°34.34%38.82%
HSB/HSV81°51.13%52.16%
CMYK18.05%0.00%51.13%
47.84%

Color #6D8541 in popluar number systems.

HEX6D8541
Decimal10913365
Binary1101101100001011000001
Octal155205101

Shades and tints

Shades of #6D8541

#6D8541
(109,133,65)
#64793C
(100,121,60)
#5B6D37
(91,109,55)
#526132
(82,97,50)
#49552D
(73,85,45)
#404928
(64,73,40)
#373D23
(55,61,35)
#2E311E
(46,49,30)
#252519
(37,37,25)
#1C1914
(28,25,20)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #6D8541

#6D8541
(109,133,65)
#7A9052
(122,144,82)
#879B63
(135,155,99)
#94A674
(148,166,116)
#A1B185
(161,177,133)
#AEBC96
(174,188,150)
#BBC7A7
(187,199,167)
#C8D2B8
(200,210,184)
#D5DDC9
(213,221,201)
#E2E8DA
(226,232,218)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8541 color. Also use rgb(109,133,65) instead hex code.

Text Font Color

.myTextColor { color: #6D8541; }

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

This text font color is #6D8541.


Background Color

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

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

This div background color is #6D8541.


Border color

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

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

This div border color is #6D8541.


Opacity

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

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

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

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

This text has shadow with #6D8541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8541 on black background.


Color preview on white background

This text has color #6D8541 on white background.



Black color preview on #6D8541 background

This text has black color on #6D8541 background.


White color preview on #6D8541 background

This text has white color on #6D8541 background.