COLOR #6B8540

HEX: #6B8540 RGB: (107,133,64)

Color info

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

RGB color model

#6B8540 color RGB value is (107,133,64).

RGB: (107,133,64) (42%, 52%, 25%)

RGB channels and saturation

R 107 of 255 = 42%
G 133 of 255 = 52%
B 64 of 255 = 25%

107
133
64

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

Portions of RGB colors in percentages

R + G + B = 107 + 133 + 64 = 304 (100%)
R 107 of 304 ~ 35.2%
G 133 of 304 ~ 43.75%
B 64 of 304 ~ 21.05'%

%35.2
%43.75
%21.05

CMYK color model

#6B8540 color CMYK value is (20,0,52,48).

  • cyan value is 19.55%
  • magenta value is 0.00%
  • yellow value is 51.88%
  • key color value is 47.84%

CMYK: (20,0,52,48)
C20M0Y52K48 (20%, 0%, 52%, 48%)
(0.20 / 0.00 / 0.52 / 0.48)

CMYK percentages

%19.55
%0
%51.88
%47.84

Codes

Color #6B8540 in popluar color models

6B 85 40
RGB 107 133 64
HSL 83° 35.03% 38.63%
HSB/HSV 83° 51.88% 52.16%
CMYK 19.55% 0.00% 51.88%
47.84%

Color #6B8540 in popluar number systems.

HEX 6B 85 40
Decimal 107 133 64
Binary 1101011 10000101 1000000
Octal 153 205 100

Shades and tints

Shades of #6B8540

#6B8540
(107,133,64)
#62793B
(98,121,59)
#596D36
(89,109,54)
#506131
(80,97,49)
#47552C
(71,85,44)
#3E4927
(62,73,39)
#353D22
(53,61,34)
#2C311D
(44,49,29)
#232518
(35,37,24)
#1A1913
(26,25,19)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #6B8540

#6B8540
(107,133,64)
#789051
(120,144,81)
#859B62
(133,155,98)
#92A673
(146,166,115)
#9FB184
(159,177,132)
#ACBC95
(172,188,149)
#B9C7A6
(185,199,166)
#C6D2B7
(198,210,183)
#D3DDC8
(211,221,200)
#E0E8D9
(224,232,217)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8540 color. Also use rgb(107,133,64) instead hex code.

Text Font Color

.myTextColor { color: #6B8540; }

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

This text font color is #6B8540.

Background Color

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

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

This div background color is #6B8540.

Border color

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

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

This div border color is #6B8540.

Opacity

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

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

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

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

This text has shadow with #6B8540 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8540.

Preview

Color preview on black background

This text has color #6B8540 on black background.


Color preview on white background

This text has color #6B8540 on white background.


Black color preview on #6B8540 background

This text has black color on #6B8540 background.


White color preview on #6B8540 background

This text has white color on #6B8540 background.


Related colors

Complementary color

Complementary color for #hex is #947ABF.


I love getcolorcode.com

Triadic colors

1 #406B85 and #85406B with #6B8540 are triadic colors.

2 #40856B and #856B40 with #6B8540 are triadic colors.