COLOR #6F4747

HEX: #6F4747
RGB: (111,71,71)

Color info

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

RGB color model

#6F4747 color RGB value is (111,71,71).

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

RGB channels and saturation

R 111 of 255 = 44%
G 71 of 255 = 28%
B 71 of 255 = 28%

111
71
71

R + G + B ~ 33%. #6F4747 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 71 + 71 = 253 (100%)
R 111 of 253 ~ 43.87%
G 71 of 253 ~ 28.06%
B 71 of 253 ~ 28.06%

%43.87
%28.06
%28.06

CMYK color model

#6F4747 color CMYK value is (0,36,36,56).

  • cyan value is 0.00%
  • magenta value is 36.04%
  • yellow value is 36.04%
  • key color value is 56.47%
CMYK:
(0,36,36,56)
C0M36Y36K56 
(0%,36%,36%,56%)
(0.00/0.36/0.36/0.56)	

CMYK percentages

%0
%36.04
%36.04
%56.47

Codes

Color #6F4747 in popluar color models

6F4747
RGB1117171
HSL21.98%35.69%
HSB/HSV36.04%43.53%
CMYK0.00%36.04%36.04%
56.47%

Color #6F4747 in popluar number systems.

HEX6F4747
Decimal1117171
Binary110111110001111000111
Octal157107107

Shades and tints

Shades of #6F4747

#6F4747
(111,71,71)
#654141
(101,65,65)
#5B3B3B
(91,59,59)
#513535
(81,53,53)
#472F2F
(71,47,47)
#3D2929
(61,41,41)
#332323
(51,35,35)
#291D1D
(41,29,29)
#1F1717
(31,23,23)
#151111
(21,17,17)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #6F4747

#6F4747
(111,71,71)
#7C5757
(124,87,87)
#896767
(137,103,103)
#967777
(150,119,119)
#A38787
(163,135,135)
#B09797
(176,151,151)
#BDA7A7
(189,167,167)
#CAB7B7
(202,183,183)
#D7C7C7
(215,199,199)
#E4D7D7
(228,215,215)
#F1E7E7
(241,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4747; }

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

This text font color is #6F4747.


Background Color

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

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

This div background color is #6F4747.


Border color

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

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

This div border color is #6F4747.


Opacity

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

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

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

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

This text has shadow with #6F4747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4747 on black background.


Color preview on white background

This text has color #6F4747 on white background.



Black color preview on #6F4747 background

This text has black color on #6F4747 background.


White color preview on #6F4747 background

This text has white color on #6F4747 background.