COLOR #6F4B2F

HEX: #6F4B2F
RGB: (111,75,47)

Color info

#6F4B2F contains mainly red and green colors. Web safe color of #6F4B2F is #663333 (or #633).

RGB color model

#6F4B2F color RGB value is (111,75,47).

  • red value is 111;
  • green value is 75;
  • blue value is 47.
RGB:
(111,75,47)
(44%,29%,18%)

RGB channels and saturation

R 111 of 255 = 44%
G 75 of 255 = 29%
B 47 of 255 = 18%

111
75
47

R + G + B ~ 30%. #6F4B2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 75 + 47 = 233 (100%)
R 111 of 233 ~ 47.64%
G 75 of 233 ~ 32.19%
B 47 of 233 ~ 20.17%

%47.64
%32.19
%20.17

CMYK color model

#6F4B2F color CMYK value is (0,32,58,56).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 57.66%
  • key color value is 56.47%
CMYK:
(0,32,58,56)
C0M32Y58K56 
(0%,32%,58%,56%)
(0.00/0.32/0.58/0.56)	

CMYK percentages

%0
%32.43
%57.66
%56.47

Codes

Color #6F4B2F in popluar color models

6F4B2F
RGB1117547
HSL26°40.51%30.98%
HSB/HSV26°57.66%43.53%
CMYK0.00%32.43%57.66%
56.47%

Color #6F4B2F in popluar number systems.

HEX6F4B2F
Decimal1117547
Binary11011111001011101111
Octal15711357

Shades and tints

Shades of #6F4B2F

#6F4B2F
(111,75,47)
#65452B
(101,69,43)
#5B3F27
(91,63,39)
#513923
(81,57,35)
#47331F
(71,51,31)
#3D2D1B
(61,45,27)
#332717
(51,39,23)
#292113
(41,33,19)
#1F1B0F
(31,27,15)
#15150B
(21,21,11)
#0B0F07
(11,15,7)
#000000
(0,0,0)

Tints of #6F4B2F

#6F4B2F
(111,75,47)
#7C5B41
(124,91,65)
#896B53
(137,107,83)
#967B65
(150,123,101)
#A38B77
(163,139,119)
#B09B89
(176,155,137)
#BDAB9B
(189,171,155)
#CABBAD
(202,187,173)
#D7CBBF
(215,203,191)
#E4DBD1
(228,219,209)
#F1EBE3
(241,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4B2F; }

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

This text font color is #6F4B2F.


Background Color

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

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

This div background color is #6F4B2F.


Border color

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

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

This div border color is #6F4B2F.


Opacity

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

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

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

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

This text has shadow with #6F4B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4B2F on black background.


Color preview on white background

This text has color #6F4B2F on white background.



Black color preview on #6F4B2F background

This text has black color on #6F4B2F background.


White color preview on #6F4B2F background

This text has white color on #6F4B2F background.