COLOR #6F4849

HEX: #6F4849
RGB: (111,72,73)

Color info

#6F4849 contains red, green and blue colors in about the same proportion. Web safe color of #6F4849 is #663333 (or #633).

RGB color model

#6F4849 color RGB value is (111,72,73).

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

RGB channels and saturation

R 111 of 255 = 44%
G 72 of 255 = 28%
B 73 of 255 = 29%

111
72
73

R + G + B ~ 34%. #6F4849 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 72 + 73 = 256 (100%)
R 111 of 256 ~ 43.36%
G 72 of 256 ~ 28.13%
B 73 of 256 ~ 28.52%

%43.36
%28.13
%28.52

CMYK color model

#6F4849 color CMYK value is (0,35,34,56).

  • cyan value is 0.00%
  • magenta value is 35.14%
  • yellow value is 34.23%
  • key color value is 56.47%
CMYK:
(0,35,34,56)
C0M35Y34K56 
(0%,35%,34%,56%)
(0.00/0.35/0.34/0.56)	

CMYK percentages

%0
%35.14
%34.23
%56.47

Codes

Color #6F4849 in popluar color models

6F4849
RGB1117273
HSL358°21.31%35.88%
HSB/HSV358°35.14%43.53%
CMYK0.00%35.14%34.23%
56.47%

Color #6F4849 in popluar number systems.

HEX6F4849
Decimal1117273
Binary110111110010001001001
Octal157110111

Shades and tints

Shades of #6F4849

#6F4849
(111,72,73)
#654243
(101,66,67)
#5B3C3D
(91,60,61)
#513637
(81,54,55)
#473031
(71,48,49)
#3D2A2B
(61,42,43)
#332425
(51,36,37)
#291E1F
(41,30,31)
#1F1819
(31,24,25)
#151213
(21,18,19)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #6F4849

#6F4849
(111,72,73)
#7C5859
(124,88,89)
#896869
(137,104,105)
#967879
(150,120,121)
#A38889
(163,136,137)
#B09899
(176,152,153)
#BDA8A9
(189,168,169)
#CAB8B9
(202,184,185)
#D7C8C9
(215,200,201)
#E4D8D9
(228,216,217)
#F1E8E9
(241,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4849; }

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

This text font color is #6F4849.


Background Color

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

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

This div background color is #6F4849.


Border color

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

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

This div border color is #6F4849.


Opacity

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

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

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

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

This text has shadow with #6F4849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4849 on black background.


Color preview on white background

This text has color #6F4849 on white background.



Black color preview on #6F4849 background

This text has black color on #6F4849 background.


White color preview on #6F4849 background

This text has white color on #6F4849 background.