COLOR #6F3B0F

HEX: #6F3B0F
RGB: (111,59,15)

Color info

#6F3B0F contains mainly red and green colors. Web safe color of #6F3B0F is #663300 (or #630).

RGB color model

#6F3B0F color RGB value is (111,59,15).

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

RGB channels and saturation

R 111 of 255 = 44%
G 59 of 255 = 23%
B 15 of 255 = 6%

111
59
15

R + G + B ~ 24%. #6F3B0F is dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 59 + 15 = 185 (100%)
R 111 of 185 ~ 60%
G 59 of 185 ~ 31.89%
B 15 of 185 ~ 8.11%

%60
%31.89

CMYK color model

#6F3B0F color CMYK value is (0,47,86,56).

  • cyan value is 0.00%
  • magenta value is 46.85%
  • yellow value is 86.49%
  • key color value is 56.47%
CMYK:
(0,47,86,56)
C0M47Y86K56 
(0%,47%,86%,56%)
(0.00/0.47/0.86/0.56)	

CMYK percentages

%0
%46.85
%86.49
%56.47

Codes

Color #6F3B0F in popluar color models

6F3B0F
RGB1115915
HSL28°76.19%24.71%
HSB/HSV28°86.49%43.53%
CMYK0.00%46.85%86.49%
56.47%

Color #6F3B0F in popluar number systems.

HEX6F3B0F
Decimal1115915
Binary11011111110111111
Octal1577317

Shades and tints

Shades of #6F3B0F

#6F3B0F
(111,59,15)
#65360E
(101,54,14)
#5B310D
(91,49,13)
#512C0C
(81,44,12)
#47270B
(71,39,11)
#3D220A
(61,34,10)
#331D09
(51,29,9)
#291808
(41,24,8)
#1F1307
(31,19,7)
#150E06
(21,14,6)
#0B0905
(11,9,5)
#000000
(0,0,0)

Tints of #6F3B0F

#6F3B0F
(111,59,15)
#7C4C24
(124,76,36)
#895D39
(137,93,57)
#966E4E
(150,110,78)
#A37F63
(163,127,99)
#B09078
(176,144,120)
#BDA18D
(189,161,141)
#CAB2A2
(202,178,162)
#D7C3B7
(215,195,183)
#E4D4CC
(228,212,204)
#F1E5E1
(241,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3B0F; }

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

This text font color is #6F3B0F.


Background Color

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

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

This div background color is #6F3B0F.


Border color

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

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

This div border color is #6F3B0F.


Opacity

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

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

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

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

This text has shadow with #6F3B0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3B0F on black background.


Color preview on white background

This text has color #6F3B0F on white background.



Black color preview on #6F3B0F background

This text has black color on #6F3B0F background.


White color preview on #6F3B0F background

This text has white color on #6F3B0F background.