COLOR #6B8579

HEX: #6B8579 RGB: (107,133,121)

Color info

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

RGB color model

#6B8579 color RGB value is (107,133,121).

RGB: (107,133,121) (42%, 52%, 47%)

RGB channels and saturation

R 107 of 255 = 42%
G 133 of 255 = 52%
B 121 of 255 = 47%

107
133
121

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

Portions of RGB colors in percentages

R + G + B = 107 + 133 + 121 = 361 (100%)
R 107 of 361 ~ 29.64%
G 133 of 361 ~ 36.84%
B 121 of 361 ~ 33.52'%

%29.64
%36.84
%33.52

CMYK color model

#6B8579 color CMYK value is (20,0,9,48).

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

CMYK: (20,0,9,48)
C20M0Y9K48 (20%, 0%, 9%, 48%)
(0.20 / 0.00 / 0.09 / 0.48)

CMYK percentages

%19.55
%0
%9.02
%47.84

Codes

Color #6B8579 in popluar color models

6B 85 79
RGB 107 133 121
HSL 152° 10.83% 47.06%
HSB/HSV 152° 19.55% 52.16%
CMYK 19.55% 0.00% 9.02%
47.84%

Color #6B8579 in popluar number systems.

HEX 6B 85 79
Decimal 107 133 121
Binary 1101011 10000101 1111001
Octal 153 205 171

Shades and tints

Shades of #6B8579

#6B8579
(107,133,121)
#62796E
(98,121,110)
#596D63
(89,109,99)
#506158
(80,97,88)
#47554D
(71,85,77)
#3E4942
(62,73,66)
#353D37
(53,61,55)
#2C312C
(44,49,44)
#232521
(35,37,33)
#1A1916
(26,25,22)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #6B8579

#6B8579
(107,133,121)
#789085
(120,144,133)
#859B91
(133,155,145)
#92A69D
(146,166,157)
#9FB1A9
(159,177,169)
#ACBCB5
(172,188,181)
#B9C7C1
(185,199,193)
#C6D2CD
(198,210,205)
#D3DDD9
(211,221,217)
#E0E8E5
(224,232,229)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8579; }

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

This text font color is #6B8579.

Background Color

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

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

This div background color is #6B8579.

Border color

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

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

This div border color is #6B8579.

Opacity

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

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

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

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

This text has shadow with #6B8579 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8579.

Preview

Color preview on black background

This text has color #6B8579 on black background.


Color preview on white background

This text has color #6B8579 on white background.


Black color preview on #6B8579 background

This text has black color on #6B8579 background.


White color preview on #6B8579 background

This text has white color on #6B8579 background.


Related colors

Complementary color

Complementary color for #hex is #947A86.


I love getcolorcode.com

Triadic colors

1 #796B85 and #85796B with #6B8579 are triadic colors.

2 #79856B and #856B79 with #6B8579 are triadic colors.