COLOR #6F736F

HEX: #6F736F RGB: (111,115,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
115
111

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

Portions of RGB colors in percentages

R + G + B = 111 + 115 + 111 = 337 (100%)
R 111 of 337 ~ 32.94%
G 115 of 337 ~ 34.12%
B 111 of 337 ~ 32.94'%

%32.94
%34.12
%32.94

CMYK color model

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

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

CMYK: (3,0,3,55)
C3M0Y3K55 (3%, 0%, 3%, 55%)
(0.03 / 0.00 / 0.03 / 0.55)

CMYK percentages

%3.48
%0
%3.48
%54.9

Codes

Color #6F736F in popluar color models

6F 73 6F
RGB 111 115 111
HSL 120° 1.77% 44.31%
HSB/HSV 120° 3.48% 45.10%
CMYK 3.48% 0.00% 3.48%
54.90%

Color #6F736F in popluar number systems.

HEX 6F 73 6F
Decimal 111 115 111
Binary 1101111 1110011 1101111
Octal 157 163 157

Shades and tints

Shades of #6F736F

#6F736F
(111,115,111)
#656965
(101,105,101)
#5B5F5B
(91,95,91)
#515551
(81,85,81)
#474B47
(71,75,71)
#3D413D
(61,65,61)
#333733
(51,55,51)
#292D29
(41,45,41)
#1F231F
(31,35,31)
#151915
(21,25,21)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #6F736F

#6F736F
(111,115,111)
#7C7F7C
(124,127,124)
#898B89
(137,139,137)
#969796
(150,151,150)
#A3A3A3
(163,163,163)
#B0AFB0
(176,175,176)
#BDBBBD
(189,187,189)
#CAC7CA
(202,199,202)
#D7D3D7
(215,211,215)
#E4DFE4
(228,223,228)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F736F; }

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

This text font color is #6F736F.

Background Color

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

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

This div background color is #6F736F.

Border color

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

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

This div border color is #6F736F.

Opacity

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

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

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

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

This text has shadow with #6F736F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F736F.

Preview

Color preview on black background

This text has color #6F736F on black background.


Color preview on white background

This text has color #6F736F on white background.


Black color preview on #6F736F background

This text has black color on #6F736F background.


White color preview on #6F736F background

This text has white color on #6F736F background.


Related colors

Complementary color

Complementary color for #hex is #908C90.


I love getcolorcode.com

Triadic colors

1 #6F6F73 and #736F6F with #6F736F are triadic colors.

2 #6F736F and #736F6F with #6F736F are triadic colors.