COLOR #6F575A

HEX: #6F575A
RGB: (111,87,90)

Color info

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

RGB color model

#6F575A color RGB value is (111,87,90).

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

RGB channels and saturation

R 111 of 255 = 44%
G 87 of 255 = 34%
B 90 of 255 = 35%

111
87
90

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

Portions of RGB colors in percentages

R + G + B =
111 + 87 + 90 = 288 (100%)
R 111 of 288 ~ 38.54%
G 87 of 288 ~ 30.21%
B 90 of 288 ~ 31.25%

%38.54
%30.21
%31.25

CMYK color model

#6F575A color CMYK value is (0,22,19,56).

  • cyan value is 0.00%
  • magenta value is 21.62%
  • yellow value is 18.92%
  • key color value is 56.47%
CMYK:
(0,22,19,56)
C0M22Y19K56 
(0%,22%,19%,56%)
(0.00/0.22/0.19/0.56)	

CMYK percentages

%0
%21.62
%18.92
%56.47

Codes

Color #6F575A in popluar color models

6F575A
RGB1118790
HSL353°12.12%38.82%
HSB/HSV353°21.62%43.53%
CMYK0.00%21.62%18.92%
56.47%

Color #6F575A in popluar number systems.

HEX6F575A
Decimal1118790
Binary110111110101111011010
Octal157127132

Shades and tints

Shades of #6F575A

#6F575A
(111,87,90)
#655052
(101,80,82)
#5B494A
(91,73,74)
#514242
(81,66,66)
#473B3A
(71,59,58)
#3D3432
(61,52,50)
#332D2A
(51,45,42)
#292622
(41,38,34)
#1F1F1A
(31,31,26)
#151812
(21,24,18)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #6F575A

#6F575A
(111,87,90)
#7C6669
(124,102,105)
#897578
(137,117,120)
#968487
(150,132,135)
#A39396
(163,147,150)
#B0A2A5
(176,162,165)
#BDB1B4
(189,177,180)
#CAC0C3
(202,192,195)
#D7CFD2
(215,207,210)
#E4DEE1
(228,222,225)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F575A; }

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

This text font color is #6F575A.


Background Color

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

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

This div background color is #6F575A.


Border color

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

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

This div border color is #6F575A.


Opacity

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

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

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

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

This text has shadow with #6F575A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F575A on black background.


Color preview on white background

This text has color #6F575A on white background.



Black color preview on #6F575A background

This text has black color on #6F575A background.


White color preview on #6F575A background

This text has white color on #6F575A background.