COLOR #6F8580

HEX: #6F8580 RGB: (111,133,128)

Color info

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

RGB color model

#6F8580 color RGB value is (111,133,128).

RGB: (111,133,128) (44%, 52%, 50%)

RGB channels and saturation

R 111 of 255 = 44%
G 133 of 255 = 52%
B 128 of 255 = 50%

111
133
128

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

Portions of RGB colors in percentages

R + G + B = 111 + 133 + 128 = 372 (100%)
R 111 of 372 ~ 29.84%
G 133 of 372 ~ 35.75%
B 128 of 372 ~ 34.41'%

%29.84
%35.75
%34.41

CMYK color model

#6F8580 color CMYK value is (17,0,4,48).

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

CMYK: (17,0,4,48)
C17M0Y4K48 (17%, 0%, 4%, 48%)
(0.17 / 0.00 / 0.04 / 0.48)

CMYK percentages

%16.54
%0
%3.76
%47.84

Codes

Color #6F8580 in popluar color models

6F 85 80
RGB 111 133 128
HSL 166° 9.02% 47.84%
HSB/HSV 166° 16.54% 52.16%
CMYK 16.54% 0.00% 3.76%
47.84%

Color #6F8580 in popluar number systems.

HEX 6F 85 80
Decimal 111 133 128
Binary 1101111 10000101 10000000
Octal 157 205 200

Shades and tints

Shades of #6F8580

#6F8580
(111,133,128)
#657975
(101,121,117)
#5B6D6A
(91,109,106)
#51615F
(81,97,95)
#475554
(71,85,84)
#3D4949
(61,73,73)
#333D3E
(51,61,62)
#293133
(41,49,51)
#1F2528
(31,37,40)
#15191D
(21,25,29)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #6F8580

#6F8580
(111,133,128)
#7C908B
(124,144,139)
#899B96
(137,155,150)
#96A6A1
(150,166,161)
#A3B1AC
(163,177,172)
#B0BCB7
(176,188,183)
#BDC7C2
(189,199,194)
#CAD2CD
(202,210,205)
#D7DDD8
(215,221,216)
#E4E8E3
(228,232,227)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8580; }

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

This text font color is #6F8580.

Background Color

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

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

This div background color is #6F8580.

Border color

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

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

This div border color is #6F8580.

Opacity

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

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

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

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

This text has shadow with #6F8580 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8580.

Preview

Color preview on black background

This text has color #6F8580 on black background.


Color preview on white background

This text has color #6F8580 on white background.


Black color preview on #6F8580 background

This text has black color on #6F8580 background.


White color preview on #6F8580 background

This text has white color on #6F8580 background.


Related colors

Complementary color

Complementary color for #hex is #907A7F.


I love getcolorcode.com

Triadic colors

1 #806F85 and #85806F with #6F8580 are triadic colors.

2 #80856F and #856F80 with #6F8580 are triadic colors.