COLOR #6B8359

HEX: #6B8359 RGB: (107,131,89)

Color info

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

RGB color model

#6B8359 color RGB value is (107,131,89).

RGB: (107,131,89) (42%, 51%, 35%)

RGB channels and saturation

R 107 of 255 = 42%
G 131 of 255 = 51%
B 89 of 255 = 35%

107
131
89

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

Portions of RGB colors in percentages

R + G + B = 107 + 131 + 89 = 327 (100%)
R 107 of 327 ~ 32.72%
G 131 of 327 ~ 40.06%
B 89 of 327 ~ 27.22'%

%32.72
%40.06
%27.22

CMYK color model

#6B8359 color CMYK value is (18,0,32,49).

  • cyan value is 18.32%
  • magenta value is 0.00%
  • yellow value is 32.06%
  • key color value is 48.63%

CMYK: (18,0,32,49)
C18M0Y32K49 (18%, 0%, 32%, 49%)
(0.18 / 0.00 / 0.32 / 0.49)

CMYK percentages

%18.32
%0
%32.06
%48.63

Codes

Color #6B8359 in popluar color models

6B 83 59
RGB 107 131 89
HSL 94° 19.09% 43.14%
HSB/HSV 94° 32.06% 51.37%
CMYK 18.32% 0.00% 32.06%
48.63%

Color #6B8359 in popluar number systems.

HEX 6B 83 59
Decimal 107 131 89
Binary 1101011 10000011 1011001
Octal 153 203 131

Shades and tints

Shades of #6B8359

#6B8359
(107,131,89)
#627851
(98,120,81)
#596D49
(89,109,73)
#506241
(80,98,65)
#475739
(71,87,57)
#3E4C31
(62,76,49)
#354129
(53,65,41)
#2C3621
(44,54,33)
#232B19
(35,43,25)
#1A2011
(26,32,17)
#111509
(17,21,9)
#000000
(0,0,0)

Tints of #6B8359

#6B8359
(107,131,89)
#788E68
(120,142,104)
#859977
(133,153,119)
#92A486
(146,164,134)
#9FAF95
(159,175,149)
#ACBAA4
(172,186,164)
#B9C5B3
(185,197,179)
#C6D0C2
(198,208,194)
#D3DBD1
(211,219,209)
#E0E6E0
(224,230,224)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8359 color. Also use rgb(107,131,89) instead hex code.

Text Font Color

.myTextColor { color: #6B8359; }

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

This text font color is #6B8359.

Background Color

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

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

This div background color is #6B8359.

Border color

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

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

This div border color is #6B8359.

Opacity

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

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

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

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

This text has shadow with #6B8359 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8359.

Preview

Color preview on black background

This text has color #6B8359 on black background.


Color preview on white background

This text has color #6B8359 on white background.


Black color preview on #6B8359 background

This text has black color on #6B8359 background.


White color preview on #6B8359 background

This text has white color on #6B8359 background.


Related colors

Complementary color

Complementary color for #hex is #947CA6.


I love getcolorcode.com

Triadic colors

1 #596B83 and #83596B with #6B8359 are triadic colors.

2 #59836B and #836B59 with #6B8359 are triadic colors.