COLOR #6F5A50

HEX: #6F5A50
RGB: (111,90,80)

Color info

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

RGB color model

#6F5A50 color RGB value is (111,90,80).

  • red value is 111;
  • green value is 90;
  • blue value is 80.
RGB:
(111,90,80)
(44%,35%,31%)

RGB channels and saturation

R 111 of 255 = 44%
G 90 of 255 = 35%
B 80 of 255 = 31%

111
90
80

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

Portions of RGB colors in percentages

R + G + B =
111 + 90 + 80 = 281 (100%)
R 111 of 281 ~ 39.5%
G 90 of 281 ~ 32.03%
B 80 of 281 ~ 28.47%

%39.5
%32.03
%28.47

CMYK color model

#6F5A50 color CMYK value is (0,19,28,56).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 27.93%
  • key color value is 56.47%
CMYK:
(0,19,28,56)
C0M19Y28K56 
(0%,19%,28%,56%)
(0.00/0.19/0.28/0.56)	

CMYK percentages

%0
%18.92
%27.93
%56.47

Codes

Color #6F5A50 in popluar color models

6F5A50
RGB1119080
HSL19°16.23%37.45%
HSB/HSV19°27.93%43.53%
CMYK0.00%18.92%27.93%
56.47%

Color #6F5A50 in popluar number systems.

HEX6F5A50
Decimal1119080
Binary110111110110101010000
Octal157132120

Shades and tints

Shades of #6F5A50

#6F5A50
(111,90,80)
#655249
(101,82,73)
#5B4A42
(91,74,66)
#51423B
(81,66,59)
#473A34
(71,58,52)
#3D322D
(61,50,45)
#332A26
(51,42,38)
#29221F
(41,34,31)
#1F1A18
(31,26,24)
#151211
(21,18,17)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #6F5A50

#6F5A50
(111,90,80)
#7C695F
(124,105,95)
#89786E
(137,120,110)
#96877D
(150,135,125)
#A3968C
(163,150,140)
#B0A59B
(176,165,155)
#BDB4AA
(189,180,170)
#CAC3B9
(202,195,185)
#D7D2C8
(215,210,200)
#E4E1D7
(228,225,215)
#F1F0E6
(241,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5A50 color. Also use rgb(111,90,80) instead hex code.

Text Font Color

.myTextColor { color: #6F5A50; }

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

This text font color is #6F5A50.


Background Color

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

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

This div background color is #6F5A50.


Border color

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

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

This div border color is #6F5A50.


Opacity

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

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

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

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

This text has shadow with #6F5A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5A50 on black background.


Color preview on white background

This text has color #6F5A50 on white background.



Black color preview on #6F5A50 background

This text has black color on #6F5A50 background.


White color preview on #6F5A50 background

This text has white color on #6F5A50 background.