COLOR #6F5964

HEX: #6F5964
RGB: (111,89,100)

Color info

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

RGB color model

#6F5964 color RGB value is (111,89,100).

  • red value is 111;
  • green value is 89;
  • blue value is 100.
RGB:
(111,89,100)
(44%,35%,39%)

RGB channels and saturation

R 111 of 255 = 44%
G 89 of 255 = 35%
B 100 of 255 = 39%

111
89
100

R + G + B ~ 39%. #6F5964 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 89 + 100 = 300 (100%)
R 111 of 300 ~ 37%
G 89 of 300 ~ 29.67%
B 100 of 300 ~ 33.33%

%37
%29.67
%33.33

CMYK color model

#6F5964 color CMYK value is (0,20,10,56).

  • cyan value is 0.00%
  • magenta value is 19.82%
  • yellow value is 9.91%
  • key color value is 56.47%
CMYK:
(0,20,10,56)
C0M20Y10K56 
(0%,20%,10%,56%)
(0.00/0.20/0.10/0.56)	

CMYK percentages

%0
%19.82
%9.91
%56.47

Codes

Color #6F5964 in popluar color models

6F5964
RGB11189100
HSL330°11.00%39.22%
HSB/HSV330°19.82%43.53%
CMYK0.00%19.82%9.91%
56.47%

Color #6F5964 in popluar number systems.

HEX6F5964
Decimal11189100
Binary110111110110011100100
Octal157131144

Shades and tints

Shades of #6F5964

#6F5964
(111,89,100)
#65515B
(101,81,91)
#5B4952
(91,73,82)
#514149
(81,65,73)
#473940
(71,57,64)
#3D3137
(61,49,55)
#33292E
(51,41,46)
#292125
(41,33,37)
#1F191C
(31,25,28)
#151113
(21,17,19)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #6F5964

#6F5964
(111,89,100)
#7C6872
(124,104,114)
#897780
(137,119,128)
#96868E
(150,134,142)
#A3959C
(163,149,156)
#B0A4AA
(176,164,170)
#BDB3B8
(189,179,184)
#CAC2C6
(202,194,198)
#D7D1D4
(215,209,212)
#E4E0E2
(228,224,226)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5964 color. Also use rgb(111,89,100) instead hex code.

Text Font Color

.myTextColor { color: #6F5964; }

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

This text font color is #6F5964.


Background Color

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

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

This div background color is #6F5964.


Border color

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

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

This div border color is #6F5964.


Opacity

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

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

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

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

This text has shadow with #6F5964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5964 on black background.


Color preview on white background

This text has color #6F5964 on white background.



Black color preview on #6F5964 background

This text has black color on #6F5964 background.


White color preview on #6F5964 background

This text has white color on #6F5964 background.