COLOR #6F735B

HEX: #6F735B
RGB: (111,115,91)

Color info

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

RGB color model

#6F735B color RGB value is (111,115,91).

  • red value is 111;
  • green value is 115;
  • blue value is 91.
RGB:
(111,115,91)
(44%,45%,36%)

RGB channels and saturation

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

111
115
91

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

Portions of RGB colors in percentages

R + G + B =
111 + 115 + 91 = 317 (100%)
R 111 of 317 ~ 35.02%
G 115 of 317 ~ 36.28%
B 91 of 317 ~ 28.71%

%35.02
%36.28
%28.71

CMYK color model

#6F735B color CMYK value is (3,0,21,55).

  • cyan value is 3.48%
  • magenta value is 0.00%
  • yellow value is 20.87%
  • key color value is 54.90%
CMYK:
(3,0,21,55)
C3M0Y21K55 
(3%,0%,21%,55%)
(0.03/0.00/0.21/0.55)	

CMYK percentages

%3.48
%0
%20.87
%54.9

Codes

Color #6F735B in popluar color models

6F735B
RGB11111591
HSL70°11.65%40.39%
HSB/HSV70°20.87%45.10%
CMYK3.48%0.00%20.87%
54.90%

Color #6F735B in popluar number systems.

HEX6F735B
Decimal11111591
Binary110111111100111011011
Octal157163133

Shades and tints

Shades of #6F735B

#6F735B
(111,115,91)
#656953
(101,105,83)
#5B5F4B
(91,95,75)
#515543
(81,85,67)
#474B3B
(71,75,59)
#3D4133
(61,65,51)
#33372B
(51,55,43)
#292D23
(41,45,35)
#1F231B
(31,35,27)
#151913
(21,25,19)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #6F735B

#6F735B
(111,115,91)
#7C7F69
(124,127,105)
#898B77
(137,139,119)
#969785
(150,151,133)
#A3A393
(163,163,147)
#B0AFA1
(176,175,161)
#BDBBAF
(189,187,175)
#CAC7BD
(202,199,189)
#D7D3CB
(215,211,203)
#E4DFD9
(228,223,217)
#F1EBE7
(241,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F735B; }

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

This text font color is #6F735B.


Background Color

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

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

This div background color is #6F735B.


Border color

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

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

This div border color is #6F735B.


Opacity

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

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

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

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

This text has shadow with #6F735B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F735B on black background.


Color preview on white background

This text has color #6F735B on white background.



Black color preview on #6F735B background

This text has black color on #6F735B background.


White color preview on #6F735B background

This text has white color on #6F735B background.