COLOR #6F5D78

HEX: #6F5D78
RGB: (111,93,120)

Color info

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

RGB color model

#6F5D78 color RGB value is (111,93,120).

  • red value is 111;
  • green value is 93;
  • blue value is 120.
RGB:
(111,93,120)
(44%,36%,47%)

RGB channels and saturation

R 111 of 255 = 44%
G 93 of 255 = 36%
B 120 of 255 = 47%

111
93
120

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

Portions of RGB colors in percentages

R + G + B =
111 + 93 + 120 = 324 (100%)
R 111 of 324 ~ 34.26%
G 93 of 324 ~ 28.7%
B 120 of 324 ~ 37.04%

%34.26
%28.7
%37.04

CMYK color model

#6F5D78 color CMYK value is (8,23,0,53).

  • cyan value is 7.50%
  • magenta value is 22.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(8,23,0,53)
C8M23Y0K53 
(8%,23%,0%,53%)
(0.08/0.23/0.00/0.53)	

CMYK percentages

%7.5
%22.5
%0
%52.94

Codes

Color #6F5D78 in popluar color models

6F5D78
RGB11193120
HSL280°12.68%41.76%
HSB/HSV280°22.50%47.06%
CMYK7.50%22.50%0.00%
52.94%

Color #6F5D78 in popluar number systems.

HEX6F5D78
Decimal11193120
Binary110111110111011111000
Octal157135170

Shades and tints

Shades of #6F5D78

#6F5D78
(111,93,120)
#65556E
(101,85,110)
#5B4D64
(91,77,100)
#51455A
(81,69,90)
#473D50
(71,61,80)
#3D3546
(61,53,70)
#332D3C
(51,45,60)
#292532
(41,37,50)
#1F1D28
(31,29,40)
#15151E
(21,21,30)
#0B0D14
(11,13,20)
#000000
(0,0,0)

Tints of #6F5D78

#6F5D78
(111,93,120)
#7C6B84
(124,107,132)
#897990
(137,121,144)
#96879C
(150,135,156)
#A395A8
(163,149,168)
#B0A3B4
(176,163,180)
#BDB1C0
(189,177,192)
#CABFCC
(202,191,204)
#D7CDD8
(215,205,216)
#E4DBE4
(228,219,228)
#F1E9F0
(241,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5D78; }

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

This text font color is #6F5D78.


Background Color

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

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

This div background color is #6F5D78.


Border color

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

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

This div border color is #6F5D78.


Opacity

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

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

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

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

This text has shadow with #6F5D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5D78 on black background.


Color preview on white background

This text has color #6F5D78 on white background.



Black color preview on #6F5D78 background

This text has black color on #6F5D78 background.


White color preview on #6F5D78 background

This text has white color on #6F5D78 background.