COLOR #6F3A18

HEX: #6F3A18
RGB: (111,58,24)

Color info

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

RGB color model

#6F3A18 color RGB value is (111,58,24).

  • red value is 111;
  • green value is 58;
  • blue value is 24.
RGB:
(111,58,24)
(44%,23%,9%)

RGB channels and saturation

R 111 of 255 = 44%
G 58 of 255 = 23%
B 24 of 255 = 9%

111
58
24

R + G + B ~ 25%. #6F3A18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 58 + 24 = 193 (100%)
R 111 of 193 ~ 57.51%
G 58 of 193 ~ 30.05%
B 24 of 193 ~ 12.44%

%57.51
%30.05
%12.44

CMYK color model

#6F3A18 color CMYK value is (0,48,78,56).

  • cyan value is 0.00%
  • magenta value is 47.75%
  • yellow value is 78.38%
  • key color value is 56.47%
CMYK:
(0,48,78,56)
C0M48Y78K56 
(0%,48%,78%,56%)
(0.00/0.48/0.78/0.56)	

CMYK percentages

%0
%47.75
%78.38
%56.47

Codes

Color #6F3A18 in popluar color models

6F3A18
RGB1115824
HSL23°64.44%26.47%
HSB/HSV23°78.38%43.53%
CMYK0.00%47.75%78.38%
56.47%

Color #6F3A18 in popluar number systems.

HEX6F3A18
Decimal1115824
Binary110111111101011000
Octal1577230

Shades and tints

Shades of #6F3A18

#6F3A18
(111,58,24)
#653516
(101,53,22)
#5B3014
(91,48,20)
#512B12
(81,43,18)
#472610
(71,38,16)
#3D210E
(61,33,14)
#331C0C
(51,28,12)
#29170A
(41,23,10)
#1F1208
(31,18,8)
#150D06
(21,13,6)
#0B0804
(11,8,4)
#000000
(0,0,0)

Tints of #6F3A18

#6F3A18
(111,58,24)
#7C4B2D
(124,75,45)
#895C42
(137,92,66)
#966D57
(150,109,87)
#A37E6C
(163,126,108)
#B08F81
(176,143,129)
#BDA096
(189,160,150)
#CAB1AB
(202,177,171)
#D7C2C0
(215,194,192)
#E4D3D5
(228,211,213)
#F1E4EA
(241,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3A18; }

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

This text font color is #6F3A18.


Background Color

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

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

This div background color is #6F3A18.


Border color

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

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

This div border color is #6F3A18.


Opacity

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

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

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

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

This text has shadow with #6F3A18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3A18 on black background.


Color preview on white background

This text has color #6F3A18 on white background.



Black color preview on #6F3A18 background

This text has black color on #6F3A18 background.


White color preview on #6F3A18 background

This text has white color on #6F3A18 background.