COLOR #6F5259

HEX: #6F5259
RGB: (111,82,89)

Color info

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

RGB color model

#6F5259 color RGB value is (111,82,89).

  • red value is 111;
  • green value is 82;
  • blue value is 89.
RGB:
(111,82,89)
(44%,32%,35%)

RGB channels and saturation

R 111 of 255 = 44%
G 82 of 255 = 32%
B 89 of 255 = 35%

111
82
89

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

Portions of RGB colors in percentages

R + G + B =
111 + 82 + 89 = 282 (100%)
R 111 of 282 ~ 39.36%
G 82 of 282 ~ 29.08%
B 89 of 282 ~ 31.56%

%39.36
%29.08
%31.56

CMYK color model

#6F5259 color CMYK value is (0,26,20,56).

  • cyan value is 0.00%
  • magenta value is 26.13%
  • yellow value is 19.82%
  • key color value is 56.47%
CMYK:
(0,26,20,56)
C0M26Y20K56 
(0%,26%,20%,56%)
(0.00/0.26/0.20/0.56)	

CMYK percentages

%0
%26.13
%19.82
%56.47

Codes

Color #6F5259 in popluar color models

6F5259
RGB1118289
HSL346°15.03%37.84%
HSB/HSV346°26.13%43.53%
CMYK0.00%26.13%19.82%
56.47%

Color #6F5259 in popluar number systems.

HEX6F5259
Decimal1118289
Binary110111110100101011001
Octal157122131

Shades and tints

Shades of #6F5259

#6F5259
(111,82,89)
#654B51
(101,75,81)
#5B4449
(91,68,73)
#513D41
(81,61,65)
#473639
(71,54,57)
#3D2F31
(61,47,49)
#332829
(51,40,41)
#292121
(41,33,33)
#1F1A19
(31,26,25)
#151311
(21,19,17)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #6F5259

#6F5259
(111,82,89)
#7C6168
(124,97,104)
#897077
(137,112,119)
#967F86
(150,127,134)
#A38E95
(163,142,149)
#B09DA4
(176,157,164)
#BDACB3
(189,172,179)
#CABBC2
(202,187,194)
#D7CAD1
(215,202,209)
#E4D9E0
(228,217,224)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5259 color. Also use rgb(111,82,89) instead hex code.

Text Font Color

.myTextColor { color: #6F5259; }

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

This text font color is #6F5259.


Background Color

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

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

This div background color is #6F5259.


Border color

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

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

This div border color is #6F5259.


Opacity

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

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

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

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

This text has shadow with #6F5259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5259 on black background.


Color preview on white background

This text has color #6F5259 on white background.



Black color preview on #6F5259 background

This text has black color on #6F5259 background.


White color preview on #6F5259 background

This text has white color on #6F5259 background.