COLOR #6F705D

HEX: #6F705D RGB: (111,112,93)

Color info

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

RGB color model

#6F705D color RGB value is (111,112,93).

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

RGB channels and saturation

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

111
112
93

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

Portions of RGB colors in percentages

R + G + B = 111 + 112 + 93 = 316 (100%)
R 111 of 316 ~ 35.13%
G 112 of 316 ~ 35.44%
B 93 of 316 ~ 29.43'%

%35.13
%35.44
%29.43

CMYK color model

#6F705D color CMYK value is (1,0,17,56).

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

CMYK: (1,0,17,56)
C1M0Y17K56 (1%, 0%, 17%, 56%)
(0.01 / 0.00 / 0.17 / 0.56)

CMYK percentages

%0.89
%0
%16.96
%56.08

Codes

Color #6F705D in popluar color models

6F 70 5D
RGB 111 112 93
HSL 63° 9.27% 40.20%
HSB/HSV 63° 16.96% 43.92%
CMYK 0.89% 0.00% 16.96%
56.08%

Color #6F705D in popluar number systems.

HEX 6F 70 5D
Decimal 111 112 93
Binary 1101111 1110000 1011101
Octal 157 160 135

Shades and tints

Shades of #6F705D

#6F705D
(111,112,93)
#656655
(101,102,85)
#5B5C4D
(91,92,77)
#515245
(81,82,69)
#47483D
(71,72,61)
#3D3E35
(61,62,53)
#33342D
(51,52,45)
#292A25
(41,42,37)
#1F201D
(31,32,29)
#151615
(21,22,21)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #6F705D

#6F705D
(111,112,93)
#7C7D6B
(124,125,107)
#898A79
(137,138,121)
#969787
(150,151,135)
#A3A495
(163,164,149)
#B0B1A3
(176,177,163)
#BDBEB1
(189,190,177)
#CACBBF
(202,203,191)
#D7D8CD
(215,216,205)
#E4E5DB
(228,229,219)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F705D; }

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

This text font color is #6F705D.

Background Color

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

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

This div background color is #6F705D.

Border color

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

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

This div border color is #6F705D.

Opacity

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

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

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

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

This text has shadow with #6F705D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F705D.

Preview

Color preview on black background

This text has color #6F705D on black background.


Color preview on white background

This text has color #6F705D on white background.


Black color preview on #6F705D background

This text has black color on #6F705D background.


White color preview on #6F705D background

This text has white color on #6F705D background.


Related colors

Complementary color

Complementary color for #hex is #908FA2.


I love getcolorcode.com

Triadic colors

1 #5D6F70 and #705D6F with #6F705D are triadic colors.

2 #5D706F and #706F5D with #6F705D are triadic colors.