COLOR #6F4E57

HEX: #6F4E57
RGB: (111,78,87)

Color info

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

RGB color model

#6F4E57 color RGB value is (111,78,87).

  • red value is 111;
  • green value is 78;
  • blue value is 87.
RGB:
(111,78,87)
(44%,31%,34%)

RGB channels and saturation

R 111 of 255 = 44%
G 78 of 255 = 31%
B 87 of 255 = 34%

111
78
87

R + G + B ~ 36%. #6F4E57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 78 + 87 = 276 (100%)
R 111 of 276 ~ 40.22%
G 78 of 276 ~ 28.26%
B 87 of 276 ~ 31.52%

%40.22
%28.26
%31.52

CMYK color model

#6F4E57 color CMYK value is (0,30,22,56).

  • cyan value is 0.00%
  • magenta value is 29.73%
  • yellow value is 21.62%
  • key color value is 56.47%
CMYK:
(0,30,22,56)
C0M30Y22K56 
(0%,30%,22%,56%)
(0.00/0.30/0.22/0.56)	

CMYK percentages

%0
%29.73
%21.62
%56.47

Codes

Color #6F4E57 in popluar color models

6F4E57
RGB1117887
HSL344°17.46%37.06%
HSB/HSV344°29.73%43.53%
CMYK0.00%29.73%21.62%
56.47%

Color #6F4E57 in popluar number systems.

HEX6F4E57
Decimal1117887
Binary110111110011101010111
Octal157116127

Shades and tints

Shades of #6F4E57

#6F4E57
(111,78,87)
#654750
(101,71,80)
#5B4049
(91,64,73)
#513942
(81,57,66)
#47323B
(71,50,59)
#3D2B34
(61,43,52)
#33242D
(51,36,45)
#291D26
(41,29,38)
#1F161F
(31,22,31)
#150F18
(21,15,24)
#0B0811
(11,8,17)
#000000
(0,0,0)

Tints of #6F4E57

#6F4E57
(111,78,87)
#7C5E66
(124,94,102)
#896E75
(137,110,117)
#967E84
(150,126,132)
#A38E93
(163,142,147)
#B09EA2
(176,158,162)
#BDAEB1
(189,174,177)
#CABEC0
(202,190,192)
#D7CECF
(215,206,207)
#E4DEDE
(228,222,222)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4E57 color. Also use rgb(111,78,87) instead hex code.

Text Font Color

.myTextColor { color: #6F4E57; }

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

This text font color is #6F4E57.


Background Color

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

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

This div background color is #6F4E57.


Border color

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

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

This div border color is #6F4E57.


Opacity

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

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

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

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

This text has shadow with #6F4E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4E57 on black background.


Color preview on white background

This text has color #6F4E57 on white background.



Black color preview on #6F4E57 background

This text has black color on #6F4E57 background.


White color preview on #6F4E57 background

This text has white color on #6F4E57 background.