COLOR #6F5E70

HEX: #6F5E70 RGB: (111,94,112)

Color info

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

RGB color model

#6F5E70 color RGB value is (111,94,112).

RGB: (111,94,112) (44%, 37%, 44%)

RGB channels and saturation

R 111 of 255 = 44%
G 94 of 255 = 37%
B 112 of 255 = 44%

111
94
112

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

Portions of RGB colors in percentages

R + G + B = 111 + 94 + 112 = 317 (100%)
R 111 of 317 ~ 35.02%
G 94 of 317 ~ 29.65%
B 112 of 317 ~ 35.33'%

%35.02
%29.65
%35.33

CMYK color model

#6F5E70 color CMYK value is (1,16,0,56).

  • cyan value is 0.89%
  • magenta value is 16.07%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK: (1,16,0,56) C1M16Y0K56 (1%,16%,0%,56%) (0.01/0.16/0.00/0.56) 

CMYK percentages

%0.89
%16.07
%0
%56.08

Codes

Color #6F5E70 in popluar color models

6F 5E 70
RGB 111 94 112
HSL 297° 8.74% 40.39%
HSB/HSV 297° 16.07% 43.92%
CMYK 0.89% 16.07% 0.00%
56.08%

Color #6F5E70 in popluar number systems.

HEX 6F 5E 70
Decimal 111 94 112
Binary 1101111 1011110 1110000
Octal 157 136 160

Shades and tints

Shades of #6F5E70

#6F5E70
(111,94,112)
#655666
(101,86,102)
#5B4E5C
(91,78,92)
#514652
(81,70,82)
#473E48
(71,62,72)
#3D363E
(61,54,62)
#332E34
(51,46,52)
#29262A
(41,38,42)
#1F1E20
(31,30,32)
#151616
(21,22,22)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #6F5E70

#6F5E70
(111,94,112)
#7C6C7D
(124,108,125)
#897A8A
(137,122,138)
#968897
(150,136,151)
#A396A4
(163,150,164)
#B0A4B1
(176,164,177)
#BDB2BE
(189,178,190)
#CAC0CB
(202,192,203)
#D7CED8
(215,206,216)
#E4DCE5
(228,220,229)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5E70; }

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

This text font color is #6F5E70.

Background Color

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

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

This div background color is #6F5E70.

Border color

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

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

This div border color is #6F5E70.

Opacity

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

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

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

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

This text has shadow with #6F5E70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5E70.

Preview

Color preview on black background

This text has color #6F5E70 on black background.


Color preview on white background

This text has color #6F5E70 on white background.


Black color preview on #6F5E70 background

This text has black color on #6F5E70 background.


White color preview on #6F5E70 background

This text has white color on #6F5E70 background.


Related colors

Complementary color

Complementary color for #hex is #90A18F.


I love getcolorcode.com

Triadic colors

1 #706F5E and #5E706F with #6F5E70 are triadic colors.

2 #705E6F and #5E6F70 with #6F5E70 are triadic colors.