COLOR #6B8577

HEX: #6B8577 RGB: (107,133,119)

Color info

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

RGB color model

#6B8577 color RGB value is (107,133,119).

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

RGB channels and saturation

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

107
133
119

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

Portions of RGB colors in percentages

R + G + B = 107 + 133 + 119 = 359 (100%)
R 107 of 359 ~ 29.81%
G 133 of 359 ~ 37.05%
B 119 of 359 ~ 33.15'%

%29.81
%37.05
%33.15

CMYK color model

#6B8577 color CMYK value is (20,0,11,48).

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

CMYK: (20,0,11,48)
C20M0Y11K48 (20%, 0%, 11%, 48%)
(0.20 / 0.00 / 0.11 / 0.48)

CMYK percentages

%19.55
%0
%10.53
%47.84

Codes

Color #6B8577 in popluar color models

6B 85 77
RGB 107 133 119
HSL 148° 10.83% 47.06%
HSB/HSV 148° 19.55% 52.16%
CMYK 19.55% 0.00% 10.53%
47.84%

Color #6B8577 in popluar number systems.

HEX 6B 85 77
Decimal 107 133 119
Binary 1101011 10000101 1110111
Octal 153 205 167

Shades and tints

Shades of #6B8577

#6B8577
(107,133,119)
#62796D
(98,121,109)
#596D63
(89,109,99)
#506159
(80,97,89)
#47554F
(71,85,79)
#3E4945
(62,73,69)
#353D3B
(53,61,59)
#2C3131
(44,49,49)
#232527
(35,37,39)
#1A191D
(26,25,29)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #6B8577

#6B8577
(107,133,119)
#789083
(120,144,131)
#859B8F
(133,155,143)
#92A69B
(146,166,155)
#9FB1A7
(159,177,167)
#ACBCB3
(172,188,179)
#B9C7BF
(185,199,191)
#C6D2CB
(198,210,203)
#D3DDD7
(211,221,215)
#E0E8E3
(224,232,227)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8577; }

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

This text font color is #6B8577.

Background Color

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

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

This div background color is #6B8577.

Border color

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

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

This div border color is #6B8577.

Opacity

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

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

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

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

This text has shadow with #6B8577 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8577.

Preview

Color preview on black background

This text has color #6B8577 on black background.


Color preview on white background

This text has color #6B8577 on white background.


Black color preview on #6B8577 background

This text has black color on #6B8577 background.


White color preview on #6B8577 background

This text has white color on #6B8577 background.


Related colors

Complementary color

Complementary color for #hex is #947A88.


I love getcolorcode.com

Triadic colors

1 #776B85 and #85776B with #6B8577 are triadic colors.

2 #77856B and #856B77 with #6B8577 are triadic colors.