COLOR #6F3B3A

HEX: #6F3B3A
RGB: (111,59,58)

Color info

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

RGB color model

#6F3B3A color RGB value is (111,59,58).

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

RGB channels and saturation

R 111 of 255 = 44%
G 59 of 255 = 23%
B 58 of 255 = 23%

111
59
58

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

Portions of RGB colors in percentages

R + G + B =
111 + 59 + 58 = 228 (100%)
R 111 of 228 ~ 48.68%
G 59 of 228 ~ 25.88%
B 58 of 228 ~ 25.44%

%48.68
%25.88
%25.44

CMYK color model

#6F3B3A color CMYK value is (0,47,48,56).

  • cyan value is 0.00%
  • magenta value is 46.85%
  • yellow value is 47.75%
  • key color value is 56.47%
CMYK:
(0,47,48,56)
C0M47Y48K56 
(0%,47%,48%,56%)
(0.00/0.47/0.48/0.56)	

CMYK percentages

%0
%46.85
%47.75
%56.47

Codes

Color #6F3B3A in popluar color models

6F3B3A
RGB1115958
HSL31.36%33.14%
HSB/HSV47.75%43.53%
CMYK0.00%46.85%47.75%
56.47%

Color #6F3B3A in popluar number systems.

HEX6F3B3A
Decimal1115958
Binary1101111111011111010
Octal1577372

Shades and tints

Shades of #6F3B3A

#6F3B3A
(111,59,58)
#653635
(101,54,53)
#5B3130
(91,49,48)
#512C2B
(81,44,43)
#472726
(71,39,38)
#3D2221
(61,34,33)
#331D1C
(51,29,28)
#291817
(41,24,23)
#1F1312
(31,19,18)
#150E0D
(21,14,13)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #6F3B3A

#6F3B3A
(111,59,58)
#7C4C4B
(124,76,75)
#895D5C
(137,93,92)
#966E6D
(150,110,109)
#A37F7E
(163,127,126)
#B0908F
(176,144,143)
#BDA1A0
(189,161,160)
#CAB2B1
(202,178,177)
#D7C3C2
(215,195,194)
#E4D4D3
(228,212,211)
#F1E5E4
(241,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3B3A; }

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

This text font color is #6F3B3A.


Background Color

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

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

This div background color is #6F3B3A.


Border color

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

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

This div border color is #6F3B3A.


Opacity

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

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

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

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

This text has shadow with #6F3B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3B3A on black background.


Color preview on white background

This text has color #6F3B3A on white background.



Black color preview on #6F3B3A background

This text has black color on #6F3B3A background.


White color preview on #6F3B3A background

This text has white color on #6F3B3A background.