COLOR #6F3631

HEX: #6F3631
RGB: (111,54,49)

Color info

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

RGB color model

#6F3631 color RGB value is (111,54,49).

  • red value is 111;
  • green value is 54;
  • blue value is 49.
RGB:
(111,54,49)
(44%,21%,19%)

RGB channels and saturation

R 111 of 255 = 44%
G 54 of 255 = 21%
B 49 of 255 = 19%

111
54
49

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

Portions of RGB colors in percentages

R + G + B =
111 + 54 + 49 = 214 (100%)
R 111 of 214 ~ 51.87%
G 54 of 214 ~ 25.23%
B 49 of 214 ~ 22.9%

%51.87
%25.23
%22.9

CMYK color model

#6F3631 color CMYK value is (0,51,56,56).

  • cyan value is 0.00%
  • magenta value is 51.35%
  • yellow value is 55.86%
  • key color value is 56.47%
CMYK:
(0,51,56,56)
C0M51Y56K56 
(0%,51%,56%,56%)
(0.00/0.51/0.56/0.56)	

CMYK percentages

%0
%51.35
%55.86
%56.47

Codes

Color #6F3631 in popluar color models

6F3631
RGB1115449
HSL38.75%31.37%
HSB/HSV55.86%43.53%
CMYK0.00%51.35%55.86%
56.47%

Color #6F3631 in popluar number systems.

HEX6F3631
Decimal1115449
Binary1101111110110110001
Octal1576661

Shades and tints

Shades of #6F3631

#6F3631
(111,54,49)
#65322D
(101,50,45)
#5B2E29
(91,46,41)
#512A25
(81,42,37)
#472621
(71,38,33)
#3D221D
(61,34,29)
#331E19
(51,30,25)
#291A15
(41,26,21)
#1F1611
(31,22,17)
#15120D
(21,18,13)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #6F3631

#6F3631
(111,54,49)
#7C4843
(124,72,67)
#895A55
(137,90,85)
#966C67
(150,108,103)
#A37E79
(163,126,121)
#B0908B
(176,144,139)
#BDA29D
(189,162,157)
#CAB4AF
(202,180,175)
#D7C6C1
(215,198,193)
#E4D8D3
(228,216,211)
#F1EAE5
(241,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3631 color. Also use rgb(111,54,49) instead hex code.

Text Font Color

.myTextColor { color: #6F3631; }

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

This text font color is #6F3631.


Background Color

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

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

This div background color is #6F3631.


Border color

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

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

This div border color is #6F3631.


Opacity

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

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

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

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

This text has shadow with #6F3631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3631 on black background.


Color preview on white background

This text has color #6F3631 on white background.



Black color preview on #6F3631 background

This text has black color on #6F3631 background.


White color preview on #6F3631 background

This text has white color on #6F3631 background.