COLOR #6F3E28

HEX: #6F3E28
RGB: (111,62,40)

Color info

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

RGB color model

#6F3E28 color RGB value is (111,62,40).

  • red value is 111;
  • green value is 62;
  • blue value is 40.
RGB:
(111,62,40)
(44%,24%,16%)

RGB channels and saturation

R 111 of 255 = 44%
G 62 of 255 = 24%
B 40 of 255 = 16%

111
62
40

R + G + B ~ 28%. #6F3E28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 62 + 40 = 213 (100%)
R 111 of 213 ~ 52.11%
G 62 of 213 ~ 29.11%
B 40 of 213 ~ 18.78%

%52.11
%29.11
%18.78

CMYK color model

#6F3E28 color CMYK value is (0,44,64,56).

  • cyan value is 0.00%
  • magenta value is 44.14%
  • yellow value is 63.96%
  • key color value is 56.47%
CMYK:
(0,44,64,56)
C0M44Y64K56 
(0%,44%,64%,56%)
(0.00/0.44/0.64/0.56)	

CMYK percentages

%0
%44.14
%63.96
%56.47

Codes

Color #6F3E28 in popluar color models

6F3E28
RGB1116240
HSL19°47.02%29.61%
HSB/HSV19°63.96%43.53%
CMYK0.00%44.14%63.96%
56.47%

Color #6F3E28 in popluar number systems.

HEX6F3E28
Decimal1116240
Binary1101111111110101000
Octal1577650

Shades and tints

Shades of #6F3E28

#6F3E28
(111,62,40)
#653925
(101,57,37)
#5B3422
(91,52,34)
#512F1F
(81,47,31)
#472A1C
(71,42,28)
#3D2519
(61,37,25)
#332016
(51,32,22)
#291B13
(41,27,19)
#1F1610
(31,22,16)
#15110D
(21,17,13)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #6F3E28

#6F3E28
(111,62,40)
#7C4F3B
(124,79,59)
#89604E
(137,96,78)
#967161
(150,113,97)
#A38274
(163,130,116)
#B09387
(176,147,135)
#BDA49A
(189,164,154)
#CAB5AD
(202,181,173)
#D7C6C0
(215,198,192)
#E4D7D3
(228,215,211)
#F1E8E6
(241,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3E28 color. Also use rgb(111,62,40) instead hex code.

Text Font Color

.myTextColor { color: #6F3E28; }

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

This text font color is #6F3E28.


Background Color

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

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

This div background color is #6F3E28.


Border color

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

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

This div border color is #6F3E28.


Opacity

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

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

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

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

This text has shadow with #6F3E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3E28 on black background.


Color preview on white background

This text has color #6F3E28 on white background.



Black color preview on #6F3E28 background

This text has black color on #6F3E28 background.


White color preview on #6F3E28 background

This text has white color on #6F3E28 background.