COLOR #6F5459

HEX: #6F5459
RGB: (111,84,89)

Color info

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

RGB color model

#6F5459 color RGB value is (111,84,89).

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

RGB channels and saturation

R 111 of 255 = 44%
G 84 of 255 = 33%
B 89 of 255 = 35%

111
84
89

R + G + B ~ 37%. #6F5459 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 84 + 89 = 284 (100%)
R 111 of 284 ~ 39.08%
G 84 of 284 ~ 29.58%
B 89 of 284 ~ 31.34%

%39.08
%29.58
%31.34

CMYK color model

#6F5459 color CMYK value is (0,24,20,56).

  • cyan value is 0.00%
  • magenta value is 24.32%
  • yellow value is 19.82%
  • key color value is 56.47%
CMYK:
(0,24,20,56)
C0M24Y20K56 
(0%,24%,20%,56%)
(0.00/0.24/0.20/0.56)	

CMYK percentages

%0
%24.32
%19.82
%56.47

Codes

Color #6F5459 in popluar color models

6F5459
RGB1118489
HSL349°13.85%38.24%
HSB/HSV349°24.32%43.53%
CMYK0.00%24.32%19.82%
56.47%

Color #6F5459 in popluar number systems.

HEX6F5459
Decimal1118489
Binary110111110101001011001
Octal157124131

Shades and tints

Shades of #6F5459

#6F5459
(111,84,89)
#654D51
(101,77,81)
#5B4649
(91,70,73)
#513F41
(81,63,65)
#473839
(71,56,57)
#3D3131
(61,49,49)
#332A29
(51,42,41)
#292321
(41,35,33)
#1F1C19
(31,28,25)
#151511
(21,21,17)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #6F5459

#6F5459
(111,84,89)
#7C6368
(124,99,104)
#897277
(137,114,119)
#968186
(150,129,134)
#A39095
(163,144,149)
#B09FA4
(176,159,164)
#BDAEB3
(189,174,179)
#CABDC2
(202,189,194)
#D7CCD1
(215,204,209)
#E4DBE0
(228,219,224)
#F1EAEF
(241,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5459; }

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

This text font color is #6F5459.


Background Color

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

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

This div background color is #6F5459.


Border color

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

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

This div border color is #6F5459.


Opacity

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

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

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

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

This text has shadow with #6F5459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5459 on black background.


Color preview on white background

This text has color #6F5459 on white background.



Black color preview on #6F5459 background

This text has black color on #6F5459 background.


White color preview on #6F5459 background

This text has white color on #6F5459 background.