COLOR #6F5058

HEX: #6F5058
RGB: (111,80,88)

Color info

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

RGB color model

#6F5058 color RGB value is (111,80,88).

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

RGB channels and saturation

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

111
80
88

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

Portions of RGB colors in percentages

R + G + B =
111 + 80 + 88 = 279 (100%)
R 111 of 279 ~ 39.78%
G 80 of 279 ~ 28.67%
B 88 of 279 ~ 31.54%

%39.78
%28.67
%31.54

CMYK color model

#6F5058 color CMYK value is (0,28,21,56).

  • cyan value is 0.00%
  • magenta value is 27.93%
  • yellow value is 20.72%
  • key color value is 56.47%
CMYK:
(0,28,21,56)
C0M28Y21K56 
(0%,28%,21%,56%)
(0.00/0.28/0.21/0.56)	

CMYK percentages

%0
%27.93
%20.72
%56.47

Codes

Color #6F5058 in popluar color models

6F5058
RGB1118088
HSL345°16.23%37.45%
HSB/HSV345°27.93%43.53%
CMYK0.00%27.93%20.72%
56.47%

Color #6F5058 in popluar number systems.

HEX6F5058
Decimal1118088
Binary110111110100001011000
Octal157120130

Shades and tints

Shades of #6F5058

#6F5058
(111,80,88)
#654950
(101,73,80)
#5B4248
(91,66,72)
#513B40
(81,59,64)
#473438
(71,52,56)
#3D2D30
(61,45,48)
#332628
(51,38,40)
#291F20
(41,31,32)
#1F1818
(31,24,24)
#151110
(21,17,16)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #6F5058

#6F5058
(111,80,88)
#7C5F67
(124,95,103)
#896E76
(137,110,118)
#967D85
(150,125,133)
#A38C94
(163,140,148)
#B09BA3
(176,155,163)
#BDAAB2
(189,170,178)
#CAB9C1
(202,185,193)
#D7C8D0
(215,200,208)
#E4D7DF
(228,215,223)
#F1E6EE
(241,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5058; }

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

This text font color is #6F5058.


Background Color

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

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

This div background color is #6F5058.


Border color

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

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

This div border color is #6F5058.


Opacity

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

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

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

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

This text has shadow with #6F5058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5058 on black background.


Color preview on white background

This text has color #6F5058 on white background.



Black color preview on #6F5058 background

This text has black color on #6F5058 background.


White color preview on #6F5058 background

This text has white color on #6F5058 background.