COLOR #6F3B3C

HEX: #6F3B3C
RGB: (111,59,60)

Color info

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

RGB color model

#6F3B3C color RGB value is (111,59,60).

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

RGB channels and saturation

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

111
59
60

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

Portions of RGB colors in percentages

R + G + B =
111 + 59 + 60 = 230 (100%)
R 111 of 230 ~ 48.26%
G 59 of 230 ~ 25.65%
B 60 of 230 ~ 26.09%

%48.26
%25.65
%26.09

CMYK color model

#6F3B3C color CMYK value is (0,47,46,56).

  • cyan value is 0.00%
  • magenta value is 46.85%
  • yellow value is 45.95%
  • key color value is 56.47%
CMYK:
(0,47,46,56)
C0M47Y46K56 
(0%,47%,46%,56%)
(0.00/0.47/0.46/0.56)	

CMYK percentages

%0
%46.85
%45.95
%56.47

Codes

Color #6F3B3C in popluar color models

6F3B3C
RGB1115960
HSL359°30.59%33.33%
HSB/HSV359°46.85%43.53%
CMYK0.00%46.85%45.95%
56.47%

Color #6F3B3C in popluar number systems.

HEX6F3B3C
Decimal1115960
Binary1101111111011111100
Octal1577374

Shades and tints

Shades of #6F3B3C

#6F3B3C
(111,59,60)
#653637
(101,54,55)
#5B3132
(91,49,50)
#512C2D
(81,44,45)
#472728
(71,39,40)
#3D2223
(61,34,35)
#331D1E
(51,29,30)
#291819
(41,24,25)
#1F1314
(31,19,20)
#150E0F
(21,14,15)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #6F3B3C

#6F3B3C
(111,59,60)
#7C4C4D
(124,76,77)
#895D5E
(137,93,94)
#966E6F
(150,110,111)
#A37F80
(163,127,128)
#B09091
(176,144,145)
#BDA1A2
(189,161,162)
#CAB2B3
(202,178,179)
#D7C3C4
(215,195,196)
#E4D4D5
(228,212,213)
#F1E5E6
(241,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3B3C; }

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

This text font color is #6F3B3C.


Background Color

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

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

This div background color is #6F3B3C.


Border color

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

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

This div border color is #6F3B3C.


Opacity

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

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

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

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

This text has shadow with #6F3B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3B3C on black background.


Color preview on white background

This text has color #6F3B3C on white background.



Black color preview on #6F3B3C background

This text has black color on #6F3B3C background.


White color preview on #6F3B3C background

This text has white color on #6F3B3C background.