COLOR #6F5A73

HEX: #6F5A73
RGB: (111,90,115)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
90
115

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

Portions of RGB colors in percentages

R + G + B =
111 + 90 + 115 = 316 (100%)
R 111 of 316 ~ 35.13%
G 90 of 316 ~ 28.48%
B 115 of 316 ~ 36.39%

%35.13
%28.48
%36.39

CMYK color model

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

  • cyan value is 3.48%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(3,22,0,55)
C3M22Y0K55 
(3%,22%,0%,55%)
(0.03/0.22/0.00/0.55)	

CMYK percentages

%3.48
%21.74
%0
%54.9

Codes

Color #6F5A73 in popluar color models

6F5A73
RGB11190115
HSL290°12.20%40.20%
HSB/HSV290°21.74%45.10%
CMYK3.48%21.74%0.00%
54.90%

Color #6F5A73 in popluar number systems.

HEX6F5A73
Decimal11190115
Binary110111110110101110011
Octal157132163

Shades and tints

Shades of #6F5A73

#6F5A73
(111,90,115)
#655269
(101,82,105)
#5B4A5F
(91,74,95)
#514255
(81,66,85)
#473A4B
(71,58,75)
#3D3241
(61,50,65)
#332A37
(51,42,55)
#29222D
(41,34,45)
#1F1A23
(31,26,35)
#151219
(21,18,25)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #6F5A73

#6F5A73
(111,90,115)
#7C697F
(124,105,127)
#89788B
(137,120,139)
#968797
(150,135,151)
#A396A3
(163,150,163)
#B0A5AF
(176,165,175)
#BDB4BB
(189,180,187)
#CAC3C7
(202,195,199)
#D7D2D3
(215,210,211)
#E4E1DF
(228,225,223)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5A73; }

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

This text font color is #6F5A73.


Background Color

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

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

This div background color is #6F5A73.


Border color

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

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

This div border color is #6F5A73.


Opacity

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

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

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

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

This text has shadow with #6F5A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5A73 on black background.


Color preview on white background

This text has color #6F5A73 on white background.



Black color preview on #6F5A73 background

This text has black color on #6F5A73 background.


White color preview on #6F5A73 background

This text has white color on #6F5A73 background.