COLOR #6F5B57

HEX: #6F5B57
RGB: (111,91,87)

Color info

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

RGB color model

#6F5B57 color RGB value is (111,91,87).

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

RGB channels and saturation

R 111 of 255 = 44%
G 91 of 255 = 36%
B 87 of 255 = 34%

111
91
87

R + G + B ~ 38%. #6F5B57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 91 + 87 = 289 (100%)
R 111 of 289 ~ 38.41%
G 91 of 289 ~ 31.49%
B 87 of 289 ~ 30.1%

%38.41
%31.49
%30.1

CMYK color model

#6F5B57 color CMYK value is (0,18,22,56).

  • cyan value is 0.00%
  • magenta value is 18.02%
  • yellow value is 21.62%
  • key color value is 56.47%
CMYK:
(0,18,22,56)
C0M18Y22K56 
(0%,18%,22%,56%)
(0.00/0.18/0.22/0.56)	

CMYK percentages

%0
%18.02
%21.62
%56.47

Codes

Color #6F5B57 in popluar color models

6F5B57
RGB1119187
HSL10°12.12%38.82%
HSB/HSV10°21.62%43.53%
CMYK0.00%18.02%21.62%
56.47%

Color #6F5B57 in popluar number systems.

HEX6F5B57
Decimal1119187
Binary110111110110111010111
Octal157133127

Shades and tints

Shades of #6F5B57

#6F5B57
(111,91,87)
#655350
(101,83,80)
#5B4B49
(91,75,73)
#514342
(81,67,66)
#473B3B
(71,59,59)
#3D3334
(61,51,52)
#332B2D
(51,43,45)
#292326
(41,35,38)
#1F1B1F
(31,27,31)
#151318
(21,19,24)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #6F5B57

#6F5B57
(111,91,87)
#7C6966
(124,105,102)
#897775
(137,119,117)
#968584
(150,133,132)
#A39393
(163,147,147)
#B0A1A2
(176,161,162)
#BDAFB1
(189,175,177)
#CABDC0
(202,189,192)
#D7CBCF
(215,203,207)
#E4D9DE
(228,217,222)
#F1E7ED
(241,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5B57; }

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

This text font color is #6F5B57.


Background Color

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

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

This div background color is #6F5B57.


Border color

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

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

This div border color is #6F5B57.


Opacity

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

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

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

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

This text has shadow with #6F5B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5B57 on black background.


Color preview on white background

This text has color #6F5B57 on white background.



Black color preview on #6F5B57 background

This text has black color on #6F5B57 background.


White color preview on #6F5B57 background

This text has white color on #6F5B57 background.