COLOR #6F7057

HEX: #6F7057
RGB: (111,112,87)

Color info

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

RGB color model

#6F7057 color RGB value is (111,112,87).

  • red value is 111;
  • green value is 112;
  • blue value is 87.
RGB:
(111,112,87)
(44%,44%,34%)

RGB channels and saturation

R 111 of 255 = 44%
G 112 of 255 = 44%
B 87 of 255 = 34%

111
112
87

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

Portions of RGB colors in percentages

R + G + B =
111 + 112 + 87 = 310 (100%)
R 111 of 310 ~ 35.81%
G 112 of 310 ~ 36.13%
B 87 of 310 ~ 28.06%

%35.81
%36.13
%28.06

CMYK color model

#6F7057 color CMYK value is (1,0,22,56).

  • cyan value is 0.89%
  • magenta value is 0.00%
  • yellow value is 22.32%
  • key color value is 56.08%
CMYK:
(1,0,22,56)
C1M0Y22K56 
(1%,0%,22%,56%)
(0.01/0.00/0.22/0.56)	

CMYK percentages

%0.89
%0
%22.32
%56.08

Codes

Color #6F7057 in popluar color models

6F7057
RGB11111287
HSL62°12.56%39.02%
HSB/HSV62°22.32%43.92%
CMYK0.89%0.00%22.32%
56.08%

Color #6F7057 in popluar number systems.

HEX6F7057
Decimal11111287
Binary110111111100001010111
Octal157160127

Shades and tints

Shades of #6F7057

#6F7057
(111,112,87)
#656650
(101,102,80)
#5B5C49
(91,92,73)
#515242
(81,82,66)
#47483B
(71,72,59)
#3D3E34
(61,62,52)
#33342D
(51,52,45)
#292A26
(41,42,38)
#1F201F
(31,32,31)
#151618
(21,22,24)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #6F7057

#6F7057
(111,112,87)
#7C7D66
(124,125,102)
#898A75
(137,138,117)
#969784
(150,151,132)
#A3A493
(163,164,147)
#B0B1A2
(176,177,162)
#BDBEB1
(189,190,177)
#CACBC0
(202,203,192)
#D7D8CF
(215,216,207)
#E4E5DE
(228,229,222)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7057 color. Also use rgb(111,112,87) instead hex code.

Text Font Color

.myTextColor { color: #6F7057; }

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

This text font color is #6F7057.


Background Color

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

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

This div background color is #6F7057.


Border color

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

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

This div border color is #6F7057.


Opacity

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

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

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

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

This text has shadow with #6F7057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7057 on black background.


Color preview on white background

This text has color #6F7057 on white background.



Black color preview on #6F7057 background

This text has black color on #6F7057 background.


White color preview on #6F7057 background

This text has white color on #6F7057 background.