COLOR #6F736D

HEX: #6F736D
RGB: (111,115,109)

Color info

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

RGB color model

#6F736D color RGB value is (111,115,109).

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

RGB channels and saturation

R 111 of 255 = 44%
G 115 of 255 = 45%
B 109 of 255 = 43%

111
115
109

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

Portions of RGB colors in percentages

R + G + B =
111 + 115 + 109 = 335 (100%)
R 111 of 335 ~ 33.13%
G 115 of 335 ~ 34.33%
B 109 of 335 ~ 32.54%

%33.13
%34.33
%32.54

CMYK color model

#6F736D color CMYK value is (3,0,5,55).

  • cyan value is 3.48%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 54.90%
CMYK:
(3,0,5,55)
C3M0Y5K55 
(3%,0%,5%,55%)
(0.03/0.00/0.05/0.55)	

CMYK percentages

%3.48
%0
%5.22
%54.9

Codes

Color #6F736D in popluar color models

6F736D
RGB111115109
HSL100°2.68%43.92%
HSB/HSV100°5.22%45.10%
CMYK3.48%0.00%5.22%
54.90%

Color #6F736D in popluar number systems.

HEX6F736D
Decimal111115109
Binary110111111100111101101
Octal157163155

Shades and tints

Shades of #6F736D

#6F736D
(111,115,109)
#656964
(101,105,100)
#5B5F5B
(91,95,91)
#515552
(81,85,82)
#474B49
(71,75,73)
#3D4140
(61,65,64)
#333737
(51,55,55)
#292D2E
(41,45,46)
#1F2325
(31,35,37)
#15191C
(21,25,28)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #6F736D

#6F736D
(111,115,109)
#7C7F7A
(124,127,122)
#898B87
(137,139,135)
#969794
(150,151,148)
#A3A3A1
(163,163,161)
#B0AFAE
(176,175,174)
#BDBBBB
(189,187,187)
#CAC7C8
(202,199,200)
#D7D3D5
(215,211,213)
#E4DFE2
(228,223,226)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F736D; }

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

This text font color is #6F736D.


Background Color

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

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

This div background color is #6F736D.


Border color

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

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

This div border color is #6F736D.


Opacity

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

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

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

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

This text has shadow with #6F736D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F736D on black background.


Color preview on white background

This text has color #6F736D on white background.



Black color preview on #6F736D background

This text has black color on #6F736D background.


White color preview on #6F736D background

This text has white color on #6F736D background.