COLOR #6F8575

HEX: #6F8575
RGB: (111,133,117)

Color info

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

RGB color model

#6F8575 color RGB value is (111,133,117).

  • red value is 111;
  • green value is 133;
  • blue value is 117.
RGB:
(111,133,117)
(44%,52%,46%)

RGB channels and saturation

R 111 of 255 = 44%
G 133 of 255 = 52%
B 117 of 255 = 46%

111
133
117

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

Portions of RGB colors in percentages

R + G + B =
111 + 133 + 117 = 361 (100%)
R 111 of 361 ~ 30.75%
G 133 of 361 ~ 36.84%
B 117 of 361 ~ 32.41%

%30.75
%36.84
%32.41

CMYK color model

#6F8575 color CMYK value is (17,0,12,48).

  • cyan value is 16.54%
  • magenta value is 0.00%
  • yellow value is 12.03%
  • key color value is 47.84%
CMYK:
(17,0,12,48)
C17M0Y12K48 
(17%,0%,12%,48%)
(0.17/0.00/0.12/0.48)	

CMYK percentages

%16.54
%0
%12.03
%47.84

Codes

Color #6F8575 in popluar color models

6F8575
RGB111133117
HSL136°9.02%47.84%
HSB/HSV136°16.54%52.16%
CMYK16.54%0.00%12.03%
47.84%

Color #6F8575 in popluar number systems.

HEX6F8575
Decimal111133117
Binary1101111100001011110101
Octal157205165

Shades and tints

Shades of #6F8575

#6F8575
(111,133,117)
#65796B
(101,121,107)
#5B6D61
(91,109,97)
#516157
(81,97,87)
#47554D
(71,85,77)
#3D4943
(61,73,67)
#333D39
(51,61,57)
#29312F
(41,49,47)
#1F2525
(31,37,37)
#15191B
(21,25,27)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #6F8575

#6F8575
(111,133,117)
#7C9081
(124,144,129)
#899B8D
(137,155,141)
#96A699
(150,166,153)
#A3B1A5
(163,177,165)
#B0BCB1
(176,188,177)
#BDC7BD
(189,199,189)
#CAD2C9
(202,210,201)
#D7DDD5
(215,221,213)
#E4E8E1
(228,232,225)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8575; }

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

This text font color is #6F8575.


Background Color

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

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

This div background color is #6F8575.


Border color

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

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

This div border color is #6F8575.


Opacity

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

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

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

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

This text has shadow with #6F8575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8575 on black background.


Color preview on white background

This text has color #6F8575 on white background.



Black color preview on #6F8575 background

This text has black color on #6F8575 background.


White color preview on #6F8575 background

This text has white color on #6F8575 background.