COLOR #6F8577

HEX: #6F8577 RGB: (111,133,119)

Color info

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

RGB color model

#6F8577 color RGB value is (111,133,119).

RGB: (111,133,119) (44%, 52%, 47%)

RGB channels and saturation

R 111 of 255 = 44%
G 133 of 255 = 52%
B 119 of 255 = 47%

111
133
119

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

Portions of RGB colors in percentages

R + G + B = 111 + 133 + 119 = 363 (100%)
R 111 of 363 ~ 30.58%
G 133 of 363 ~ 36.64%
B 119 of 363 ~ 32.78'%

%30.58
%36.64
%32.78

CMYK color model

#6F8577 color CMYK value is (17,0,11,48).

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

CMYK: (17,0,11,48)
C17M0Y11K48 (17%, 0%, 11%, 48%)
(0.17 / 0.00 / 0.11 / 0.48)

CMYK percentages

%16.54
%0
%10.53
%47.84

Codes

Color #6F8577 in popluar color models

6F 85 77
RGB 111 133 119
HSL 142° 9.02% 47.84%
HSB/HSV 142° 16.54% 52.16%
CMYK 16.54% 0.00% 10.53%
47.84%

Color #6F8577 in popluar number systems.

HEX 6F 85 77
Decimal 111 133 119
Binary 1101111 10000101 1110111
Octal 157 205 167

Shades and tints

Shades of #6F8577

#6F8577
(111,133,119)
#65796D
(101,121,109)
#5B6D63
(91,109,99)
#516159
(81,97,89)
#47554F
(71,85,79)
#3D4945
(61,73,69)
#333D3B
(51,61,59)
#293131
(41,49,49)
#1F2527
(31,37,39)
#15191D
(21,25,29)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #6F8577

#6F8577
(111,133,119)
#7C9083
(124,144,131)
#899B8F
(137,155,143)
#96A69B
(150,166,155)
#A3B1A7
(163,177,167)
#B0BCB3
(176,188,179)
#BDC7BF
(189,199,191)
#CAD2CB
(202,210,203)
#D7DDD7
(215,221,215)
#E4E8E3
(228,232,227)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8577; }

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

This text font color is #6F8577.

Background Color

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

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

This div background color is #6F8577.

Border color

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

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

This div border color is #6F8577.

Opacity

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

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

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

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

This text has shadow with #6F8577 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8577.

Preview

Color preview on black background

This text has color #6F8577 on black background.


Color preview on white background

This text has color #6F8577 on white background.


Black color preview on #6F8577 background

This text has black color on #6F8577 background.


White color preview on #6F8577 background

This text has white color on #6F8577 background.


Related colors

Complementary color

Complementary color for #hex is #907A88.


I love getcolorcode.com

Triadic colors

1 #776F85 and #85776F with #6F8577 are triadic colors.

2 #77856F and #856F77 with #6F8577 are triadic colors.