COLOR #6F4E3F

HEX: #6F4E3F
RGB: (111,78,63)

Color info

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

RGB color model

#6F4E3F color RGB value is (111,78,63).

  • red value is 111;
  • green value is 78;
  • blue value is 63.
RGB:
(111,78,63)
(44%,31%,25%)

RGB channels and saturation

R 111 of 255 = 44%
G 78 of 255 = 31%
B 63 of 255 = 25%

111
78
63

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

Portions of RGB colors in percentages

R + G + B =
111 + 78 + 63 = 252 (100%)
R 111 of 252 ~ 44.05%
G 78 of 252 ~ 30.95%
B 63 of 252 ~ 25%

%44.05
%30.95
%25

CMYK color model

#6F4E3F color CMYK value is (0,30,43,56).

  • cyan value is 0.00%
  • magenta value is 29.73%
  • yellow value is 43.24%
  • key color value is 56.47%
CMYK:
(0,30,43,56)
C0M30Y43K56 
(0%,30%,43%,56%)
(0.00/0.30/0.43/0.56)	

CMYK percentages

%0
%29.73
%43.24
%56.47

Codes

Color #6F4E3F in popluar color models

6F4E3F
RGB1117863
HSL19°27.59%34.12%
HSB/HSV19°43.24%43.53%
CMYK0.00%29.73%43.24%
56.47%

Color #6F4E3F in popluar number systems.

HEX6F4E3F
Decimal1117863
Binary11011111001110111111
Octal15711677

Shades and tints

Shades of #6F4E3F

#6F4E3F
(111,78,63)
#65473A
(101,71,58)
#5B4035
(91,64,53)
#513930
(81,57,48)
#47322B
(71,50,43)
#3D2B26
(61,43,38)
#332421
(51,36,33)
#291D1C
(41,29,28)
#1F1617
(31,22,23)
#150F12
(21,15,18)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #6F4E3F

#6F4E3F
(111,78,63)
#7C5E50
(124,94,80)
#896E61
(137,110,97)
#967E72
(150,126,114)
#A38E83
(163,142,131)
#B09E94
(176,158,148)
#BDAEA5
(189,174,165)
#CABEB6
(202,190,182)
#D7CEC7
(215,206,199)
#E4DED8
(228,222,216)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4E3F; }

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

This text font color is #6F4E3F.


Background Color

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

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

This div background color is #6F4E3F.


Border color

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

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

This div border color is #6F4E3F.


Opacity

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

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

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

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

This text has shadow with #6F4E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4E3F on black background.


Color preview on white background

This text has color #6F4E3F on white background.



Black color preview on #6F4E3F background

This text has black color on #6F4E3F background.


White color preview on #6F4E3F background

This text has white color on #6F4E3F background.