COLOR #6F7370

HEX: #6F7370 RGB: (111,115,112)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
115
112

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

Portions of RGB colors in percentages

R + G + B = 111 + 115 + 112 = 338 (100%)
R 111 of 338 ~ 32.84%
G 115 of 338 ~ 34.02%
B 112 of 338 ~ 33.14'%

%32.84
%34.02
%33.14

CMYK color model

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

  • cyan value is 3.48%
  • magenta value is 0.00%
  • yellow value is 2.61%
  • 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
%2.61
%54.9

Codes

Color #6F7370 in popluar color models

6F 73 70
RGB 111 115 112
HSL 135° 1.77% 44.31%
HSB/HSV 135° 3.48% 45.10%
CMYK 3.48% 0.00% 2.61%
54.90%

Color #6F7370 in popluar number systems.

HEX 6F 73 70
Decimal 111 115 112
Binary 1101111 1110011 1110000
Octal 157 163 160

Shades and tints

Shades of #6F7370

#6F7370
(111,115,112)
#656966
(101,105,102)
#5B5F5C
(91,95,92)
#515552
(81,85,82)
#474B48
(71,75,72)
#3D413E
(61,65,62)
#333734
(51,55,52)
#292D2A
(41,45,42)
#1F2320
(31,35,32)
#151916
(21,25,22)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #6F7370

#6F7370
(111,115,112)
#7C7F7D
(124,127,125)
#898B8A
(137,139,138)
#969797
(150,151,151)
#A3A3A4
(163,163,164)
#B0AFB1
(176,175,177)
#BDBBBE
(189,187,190)
#CAC7CB
(202,199,203)
#D7D3D8
(215,211,216)
#E4DFE5
(228,223,229)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7370; }

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

This text font color is #6F7370.

Background Color

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

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

This div background color is #6F7370.

Border color

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

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

This div border color is #6F7370.

Opacity

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

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

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

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

This text has shadow with #6F7370 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7370.

Preview

Color preview on black background

This text has color #6F7370 on black background.


Color preview on white background

This text has color #6F7370 on white background.


Black color preview on #6F7370 background

This text has black color on #6F7370 background.


White color preview on #6F7370 background

This text has white color on #6F7370 background.


Related colors

Complementary color

Complementary color for #hex is #908C8F.


I love getcolorcode.com

Triadic colors

1 #706F73 and #73706F with #6F7370 are triadic colors.

2 #70736F and #736F70 with #6F7370 are triadic colors.