COLOR #6F705B

HEX: #6F705B RGB: (111,112,91)

Color info

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

RGB color model

#6F705B color RGB value is (111,112,91).

RGB: (111,112,91) (44%, 44%, 36%)

RGB channels and saturation

R 111 of 255 = 44%
G 112 of 255 = 44%
B 91 of 255 = 36%

111
112
91

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

Portions of RGB colors in percentages

R + G + B = 111 + 112 + 91 = 314 (100%)
R 111 of 314 ~ 35.35%
G 112 of 314 ~ 35.67%
B 91 of 314 ~ 28.98'%

%35.35
%35.67
%28.98

CMYK color model

#6F705B color CMYK value is (1,0,19,56).

  • cyan value is 0.89%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 56.08%

CMYK: (1,0,19,56)
C1M0Y19K56 (1%, 0%, 19%, 56%)
(0.01 / 0.00 / 0.19 / 0.56)

CMYK percentages

%0.89
%0
%18.75
%56.08

Codes

Color #6F705B in popluar color models

6F 70 5B
RGB 111 112 91
HSL 63° 10.34% 39.80%
HSB/HSV 63° 18.75% 43.92%
CMYK 0.89% 0.00% 18.75%
56.08%

Color #6F705B in popluar number systems.

HEX 6F 70 5B
Decimal 111 112 91
Binary 1101111 1110000 1011011
Octal 157 160 133

Shades and tints

Shades of #6F705B

#6F705B
(111,112,91)
#656653
(101,102,83)
#5B5C4B
(91,92,75)
#515243
(81,82,67)
#47483B
(71,72,59)
#3D3E33
(61,62,51)
#33342B
(51,52,43)
#292A23
(41,42,35)
#1F201B
(31,32,27)
#151613
(21,22,19)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #6F705B

#6F705B
(111,112,91)
#7C7D69
(124,125,105)
#898A77
(137,138,119)
#969785
(150,151,133)
#A3A493
(163,164,147)
#B0B1A1
(176,177,161)
#BDBEAF
(189,190,175)
#CACBBD
(202,203,189)
#D7D8CB
(215,216,203)
#E4E5D9
(228,229,217)
#F1F2E7
(241,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F705B; }

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

This text font color is #6F705B.

Background Color

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

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

This div background color is #6F705B.

Border color

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

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

This div border color is #6F705B.

Opacity

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

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

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

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

This text has shadow with #6F705B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F705B.

Preview

Color preview on black background

This text has color #6F705B on black background.


Color preview on white background

This text has color #6F705B on white background.


Black color preview on #6F705B background

This text has black color on #6F705B background.


White color preview on #6F705B background

This text has white color on #6F705B background.


Related colors

Complementary color

Complementary color for #hex is #908FA4.


I love getcolorcode.com

Triadic colors

1 #5B6F70 and #705B6F with #6F705B are triadic colors.

2 #5B706F and #706F5B with #6F705B are triadic colors.