COLOR #6F3B2B

HEX: #6F3B2B RGB: (111,59,43)

Color info

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

RGB color model

#6F3B2B color RGB value is (111,59,43).

RGB: (111,59,43) (44%, 23%, 17%)

RGB channels and saturation

R 111 of 255 = 44%
G 59 of 255 = 23%
B 43 of 255 = 17%

111
59
43

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

Portions of RGB colors in percentages

R + G + B = 111 + 59 + 43 = 213 (100%)
R 111 of 213 ~ 52.11%
G 59 of 213 ~ 27.7%
B 43 of 213 ~ 20.19'%

%52.11
%27.7
%20.19

CMYK color model

#6F3B2B color CMYK value is (0,47,61,56).

  • cyan value is 0.00%
  • magenta value is 46.85%
  • yellow value is 61.26%
  • key color value is 56.47%

CMYK: (0,47,61,56)
C0M47Y61K56 (0%, 47%, 61%, 56%)
(0.00 / 0.47 / 0.61 / 0.56)

CMYK percentages

%0
%46.85
%61.26
%56.47

Codes

Color #6F3B2B in popluar color models

6F 3B 2B
RGB 111 59 43
HSL 14° 44.16% 30.20%
HSB/HSV 14° 61.26% 43.53%
CMYK 0.00% 46.85% 61.26%
56.47%

Color #6F3B2B in popluar number systems.

HEX 6F 3B 2B
Decimal 111 59 43
Binary 1101111 111011 101011
Octal 157 73 53

Shades and tints

Shades of #6F3B2B

#6F3B2B
(111,59,43)
#653628
(101,54,40)
#5B3125
(91,49,37)
#512C22
(81,44,34)
#47271F
(71,39,31)
#3D221C
(61,34,28)
#331D19
(51,29,25)
#291816
(41,24,22)
#1F1313
(31,19,19)
#150E10
(21,14,16)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #6F3B2B

#6F3B2B
(111,59,43)
#7C4C3E
(124,76,62)
#895D51
(137,93,81)
#966E64
(150,110,100)
#A37F77
(163,127,119)
#B0908A
(176,144,138)
#BDA19D
(189,161,157)
#CAB2B0
(202,178,176)
#D7C3C3
(215,195,195)
#E4D4D6
(228,212,214)
#F1E5E9
(241,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3B2B; }

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

This text font color is #6F3B2B.

Background Color

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

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

This div background color is #6F3B2B.

Border color

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

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

This div border color is #6F3B2B.

Opacity

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

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

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

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

This text has shadow with #6F3B2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F3B2B.

Preview

Color preview on black background

This text has color #6F3B2B on black background.


Color preview on white background

This text has color #6F3B2B on white background.


Black color preview on #6F3B2B background

This text has black color on #6F3B2B background.


White color preview on #6F3B2B background

This text has white color on #6F3B2B background.


Related colors

Complementary color

Complementary color for #hex is #90C4D4.


I love getcolorcode.com

Triadic colors

1 #2B6F3B and #3B2B6F with #6F3B2B are triadic colors.

2 #2B3B6F and #3B6F2B with #6F3B2B are triadic colors.