COLOR #6F735C

HEX: #6F735C RGB: (111,115,92)

Color info

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

RGB color model

#6F735C color RGB value is (111,115,92).

RGB: (111,115,92) (44%, 45%, 36%)

RGB channels and saturation

R 111 of 255 = 44%
G 115 of 255 = 45%
B 92 of 255 = 36%

111
115
92

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

Portions of RGB colors in percentages

R + G + B = 111 + 115 + 92 = 318 (100%)
R 111 of 318 ~ 34.91%
G 115 of 318 ~ 36.16%
B 92 of 318 ~ 28.93'%

%34.91
%36.16
%28.93

CMYK color model

#6F735C color CMYK value is (3,0,20,55).

  • cyan value is 3.48%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 54.90%

CMYK: (3,0,20,55)
C3M0Y20K55 (3%, 0%, 20%, 55%)
(0.03 / 0.00 / 0.20 / 0.55)

CMYK percentages

%3.48
%0
%20
%54.9

Codes

Color #6F735C in popluar color models

6F 73 5C
RGB 111 115 92
HSL 70° 11.11% 40.59%
HSB/HSV 70° 20.00% 45.10%
CMYK 3.48% 0.00% 20.00%
54.90%

Color #6F735C in popluar number systems.

HEX 6F 73 5C
Decimal 111 115 92
Binary 1101111 1110011 1011100
Octal 157 163 134

Shades and tints

Shades of #6F735C

#6F735C
(111,115,92)
#656954
(101,105,84)
#5B5F4C
(91,95,76)
#515544
(81,85,68)
#474B3C
(71,75,60)
#3D4134
(61,65,52)
#33372C
(51,55,44)
#292D24
(41,45,36)
#1F231C
(31,35,28)
#151914
(21,25,20)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #6F735C

#6F735C
(111,115,92)
#7C7F6A
(124,127,106)
#898B78
(137,139,120)
#969786
(150,151,134)
#A3A394
(163,163,148)
#B0AFA2
(176,175,162)
#BDBBB0
(189,187,176)
#CAC7BE
(202,199,190)
#D7D3CC
(215,211,204)
#E4DFDA
(228,223,218)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F735C color. Also use rgb(111,115,92) instead hex code.

Text Font Color

.myTextColor { color: #6F735C; }

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

This text font color is #6F735C.

Background Color

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

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

This div background color is #6F735C.

Border color

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

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

This div border color is #6F735C.

Opacity

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

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

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

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

This text has shadow with #6F735C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F735C.

Preview

Color preview on black background

This text has color #6F735C on black background.


Color preview on white background

This text has color #6F735C on white background.


Black color preview on #6F735C background

This text has black color on #6F735C background.


White color preview on #6F735C background

This text has white color on #6F735C background.


Related colors

Complementary color

Complementary color for #hex is #908CA3.


I love getcolorcode.com

Triadic colors

1 #5C6F73 and #735C6F with #6F735C are triadic colors.

2 #5C736F and #736F5C with #6F735C are triadic colors.