COLOR #6F6A73

HEX: #6F6A73 RGB: (111,106,115)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
106
115

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

Portions of RGB colors in percentages

R + G + B = 111 + 106 + 115 = 332 (100%)
R 111 of 332 ~ 33.43%
G 106 of 332 ~ 31.93%
B 115 of 332 ~ 34.64'%

%33.43
%31.93
%34.64

CMYK color model

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

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

CMYK: (3,8,0,55)
C3M8Y0K55 (3%, 8%, 0%, 55%)
(0.03 / 0.08 / 0.00 / 0.55)

CMYK percentages

%3.48
%7.83
%0
%54.9

Codes

Color #6F6A73 in popluar color models

6F 6A 73
RGB 111 106 115
HSL 273° 4.07% 43.33%
HSB/HSV 273° 7.83% 45.10%
CMYK 3.48% 7.83% 0.00%
54.90%

Color #6F6A73 in popluar number systems.

HEX 6F 6A 73
Decimal 111 106 115
Binary 1101111 1101010 1110011
Octal 157 152 163

Shades and tints

Shades of #6F6A73

#6F6A73
(111,106,115)
#656169
(101,97,105)
#5B585F
(91,88,95)
#514F55
(81,79,85)
#47464B
(71,70,75)
#3D3D41
(61,61,65)
#333437
(51,52,55)
#292B2D
(41,43,45)
#1F2223
(31,34,35)
#151919
(21,25,25)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #6F6A73

#6F6A73
(111,106,115)
#7C777F
(124,119,127)
#89848B
(137,132,139)
#969197
(150,145,151)
#A39EA3
(163,158,163)
#B0ABAF
(176,171,175)
#BDB8BB
(189,184,187)
#CAC5C7
(202,197,199)
#D7D2D3
(215,210,211)
#E4DFDF
(228,223,223)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6A73; }

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

This text font color is #6F6A73.

Background Color

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

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

This div background color is #6F6A73.

Border color

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

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

This div border color is #6F6A73.

Opacity

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

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

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

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

This text has shadow with #6F6A73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6A73.

Preview

Color preview on black background

This text has color #6F6A73 on black background.


Color preview on white background

This text has color #6F6A73 on white background.


Black color preview on #6F6A73 background

This text has black color on #6F6A73 background.


White color preview on #6F6A73 background

This text has white color on #6F6A73 background.


Related colors

Complementary color

Complementary color for #hex is #90958C.


I love getcolorcode.com

Triadic colors

1 #736F6A and #6A736F with #6F6A73 are triadic colors.

2 #736A6F and #6A6F73 with #6F6A73 are triadic colors.