COLOR #6F7577

HEX: #6F7577
RGB: (111,117,119)

Color info

#6F7577 contains red, green and blue colors in about the same proportion. Web safe color of #6F7577 is #666666 (or #666).

RGB color model

#6F7577 color RGB value is (111,117,119).

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

RGB channels and saturation

R 111 of 255 = 44%
G 117 of 255 = 46%
B 119 of 255 = 47%

111
117
119

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

Portions of RGB colors in percentages

R + G + B =
111 + 117 + 119 = 347 (100%)
R 111 of 347 ~ 31.99%
G 117 of 347 ~ 33.72%
B 119 of 347 ~ 34.29%

%31.99
%33.72
%34.29

CMYK color model

#6F7577 color CMYK value is (7,2,0,53).

  • cyan value is 6.72%
  • magenta value is 1.68%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(7,2,0,53)
C7M2Y0K53 
(7%,2%,0%,53%)
(0.07/0.02/0.00/0.53)	

CMYK percentages

%6.72
%1.68
%0
%53.33

Codes

Color #6F7577 in popluar color models

6F7577
RGB111117119
HSL195°3.48%45.10%
HSB/HSV195°6.72%46.67%
CMYK6.72%1.68%0.00%
53.33%

Color #6F7577 in popluar number systems.

HEX6F7577
Decimal111117119
Binary110111111101011110111
Octal157165167

Shades and tints

Shades of #6F7577

#6F7577
(111,117,119)
#656B6D
(101,107,109)
#5B6163
(91,97,99)
#515759
(81,87,89)
#474D4F
(71,77,79)
#3D4345
(61,67,69)
#33393B
(51,57,59)
#292F31
(41,47,49)
#1F2527
(31,37,39)
#151B1D
(21,27,29)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #6F7577

#6F7577
(111,117,119)
#7C8183
(124,129,131)
#898D8F
(137,141,143)
#96999B
(150,153,155)
#A3A5A7
(163,165,167)
#B0B1B3
(176,177,179)
#BDBDBF
(189,189,191)
#CAC9CB
(202,201,203)
#D7D5D7
(215,213,215)
#E4E1E3
(228,225,227)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7577; }

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

This text font color is #6F7577.


Background Color

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

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

This div background color is #6F7577.


Border color

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

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

This div border color is #6F7577.


Opacity

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

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

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

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

This text has shadow with #6F7577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7577 on black background.


Color preview on white background

This text has color #6F7577 on white background.



Black color preview on #6F7577 background

This text has black color on #6F7577 background.


White color preview on #6F7577 background

This text has white color on #6F7577 background.