COLOR #6F4E3B

HEX: #6F4E3B
RGB: (111,78,59)

Color info

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

RGB color model

#6F4E3B color RGB value is (111,78,59).

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

RGB channels and saturation

R 111 of 255 = 44%
G 78 of 255 = 31%
B 59 of 255 = 23%

111
78
59

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

Portions of RGB colors in percentages

R + G + B =
111 + 78 + 59 = 248 (100%)
R 111 of 248 ~ 44.76%
G 78 of 248 ~ 31.45%
B 59 of 248 ~ 23.79%

%44.76
%31.45
%23.79

CMYK color model

#6F4E3B color CMYK value is (0,30,47,56).

  • cyan value is 0.00%
  • magenta value is 29.73%
  • yellow value is 46.85%
  • key color value is 56.47%
CMYK: (0,30,47,56) C0M30Y47K56 (0%,30%,47%,56%) (0.00/0.30/0.47/0.56)

CMYK percentages

%0
%29.73
%46.85
%56.47

Codes

Color #6F4E3B in popluar color models

6F4E3B
RGB1117859
HSL22°30.59%33.33%
HSB/HSV22°46.85%43.53%
CMYK0.00%29.73%46.85%
56.47%

Color #6F4E3B in popluar number systems.

HEX6F4E3B
Decimal1117859
Binary11011111001110111011
Octal15711673

Shades and tints

Shades of #6F4E3B

#6F4E3B
(111,78,59)
#654736
(101,71,54)
#5B4031
(91,64,49)
#51392C
(81,57,44)
#473227
(71,50,39)
#3D2B22
(61,43,34)
#33241D
(51,36,29)
#291D18
(41,29,24)
#1F1613
(31,22,19)
#150F0E
(21,15,14)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #6F4E3B

#6F4E3B
(111,78,59)
#7C5E4C
(124,94,76)
#896E5D
(137,110,93)
#967E6E
(150,126,110)
#A38E7F
(163,142,127)
#B09E90
(176,158,144)
#BDAEA1
(189,174,161)
#CABEB2
(202,190,178)
#D7CEC3
(215,206,195)
#E4DED4
(228,222,212)
#F1EEE5
(241,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4E3B; }

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

This text font color is #6F4E3B.


Background Color

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

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

This div background color is #6F4E3B.


Border color

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

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

This div border color is #6F4E3B.


Opacity

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

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

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

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

This text has shadow with #6F4E3B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6F4E3B on black background.


Color preview on white background

This text has color #6F4E3B on white background.



Black color preview on #6F4E3B background

This text has black color on #6F4E3B background.


White color preview on #6F4E3B background

This text has white color on #6F4E3B background.