COLOR #6F5149

HEX: #6F5149
RGB: (111,81,73)

Color info

#6F5149 contains red, green and blue colors in about the same proportion. Web safe color of #6F5149 is #666633 (or #663).

RGB color model

#6F5149 color RGB value is (111,81,73).

  • red value is 111;
  • green value is 81;
  • blue value is 73.
RGB:
(111,81,73)
(44%,32%,29%)

RGB channels and saturation

R 111 of 255 = 44%
G 81 of 255 = 32%
B 73 of 255 = 29%

111
81
73

R + G + B ~ 35%. #6F5149 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 81 + 73 = 265 (100%)
R 111 of 265 ~ 41.89%
G 81 of 265 ~ 30.57%
B 73 of 265 ~ 27.55%

%41.89
%30.57
%27.55

CMYK color model

#6F5149 color CMYK value is (0,27,34,56).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 34.23%
  • key color value is 56.47%
CMYK:
(0,27,34,56)
C0M27Y34K56 
(0%,27%,34%,56%)
(0.00/0.27/0.34/0.56)	

CMYK percentages

%0
%27.03
%34.23
%56.47

Codes

Color #6F5149 in popluar color models

6F5149
RGB1118173
HSL13°20.65%36.08%
HSB/HSV13°34.23%43.53%
CMYK0.00%27.03%34.23%
56.47%

Color #6F5149 in popluar number systems.

HEX6F5149
Decimal1118173
Binary110111110100011001001
Octal157121111

Shades and tints

Shades of #6F5149

#6F5149
(111,81,73)
#654A43
(101,74,67)
#5B433D
(91,67,61)
#513C37
(81,60,55)
#473531
(71,53,49)
#3D2E2B
(61,46,43)
#332725
(51,39,37)
#29201F
(41,32,31)
#1F1919
(31,25,25)
#151213
(21,18,19)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #6F5149

#6F5149
(111,81,73)
#7C6059
(124,96,89)
#896F69
(137,111,105)
#967E79
(150,126,121)
#A38D89
(163,141,137)
#B09C99
(176,156,153)
#BDABA9
(189,171,169)
#CABAB9
(202,186,185)
#D7C9C9
(215,201,201)
#E4D8D9
(228,216,217)
#F1E7E9
(241,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5149 color. Also use rgb(111,81,73) instead hex code.

Text Font Color

.myTextColor { color: #6F5149; }

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

This text font color is #6F5149.


Background Color

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

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

This div background color is #6F5149.


Border color

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

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

This div border color is #6F5149.


Opacity

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

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

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

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

This text has shadow with #6F5149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5149 on black background.


Color preview on white background

This text has color #6F5149 on white background.



Black color preview on #6F5149 background

This text has black color on #6F5149 background.


White color preview on #6F5149 background

This text has white color on #6F5149 background.