COLOR #6F3D3B

HEX: #6F3D3B
RGB: (111,61,59)

Color info

#6F3D3B contains red, green and blue colors in about the same proportion. Web safe color of #6F3D3B is #663333 (or #633).

RGB color model

#6F3D3B color RGB value is (111,61,59).

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

RGB channels and saturation

R 111 of 255 = 44%
G 61 of 255 = 24%
B 59 of 255 = 23%

111
61
59

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

Portions of RGB colors in percentages

R + G + B =
111 + 61 + 59 = 231 (100%)
R 111 of 231 ~ 48.05%
G 61 of 231 ~ 26.41%
B 59 of 231 ~ 25.54%

%48.05
%26.41
%25.54

CMYK color model

#6F3D3B color CMYK value is (0,45,47,56).

  • cyan value is 0.00%
  • magenta value is 45.05%
  • yellow value is 46.85%
  • key color value is 56.47%
CMYK:
(0,45,47,56)
C0M45Y47K56 
(0%,45%,47%,56%)
(0.00/0.45/0.47/0.56)	

CMYK percentages

%0
%45.05
%46.85
%56.47

Codes

Color #6F3D3B in popluar color models

6F3D3B
RGB1116159
HSL30.59%33.33%
HSB/HSV46.85%43.53%
CMYK0.00%45.05%46.85%
56.47%

Color #6F3D3B in popluar number systems.

HEX6F3D3B
Decimal1116159
Binary1101111111101111011
Octal1577573

Shades and tints

Shades of #6F3D3B

#6F3D3B
(111,61,59)
#653836
(101,56,54)
#5B3331
(91,51,49)
#512E2C
(81,46,44)
#472927
(71,41,39)
#3D2422
(61,36,34)
#331F1D
(51,31,29)
#291A18
(41,26,24)
#1F1513
(31,21,19)
#15100E
(21,16,14)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #6F3D3B

#6F3D3B
(111,61,59)
#7C4E4C
(124,78,76)
#895F5D
(137,95,93)
#96706E
(150,112,110)
#A3817F
(163,129,127)
#B09290
(176,146,144)
#BDA3A1
(189,163,161)
#CAB4B2
(202,180,178)
#D7C5C3
(215,197,195)
#E4D6D4
(228,214,212)
#F1E7E5
(241,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3D3B; }

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

This text font color is #6F3D3B.


Background Color

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

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

This div background color is #6F3D3B.


Border color

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

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

This div border color is #6F3D3B.


Opacity

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

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

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

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

This text has shadow with #6F3D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3D3B on black background.


Color preview on white background

This text has color #6F3D3B on white background.



Black color preview on #6F3D3B background

This text has black color on #6F3D3B background.


White color preview on #6F3D3B background

This text has white color on #6F3D3B background.