COLOR #6F3129

HEX: #6F3129
RGB: (111,49,41)

Color info

#6F3129 contains mainly red color. Web safe color of #6F3129 is #663333 (or #633).

RGB color model

#6F3129 color RGB value is (111,49,41).

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

RGB channels and saturation

R 111 of 255 = 44%
G 49 of 255 = 19%
B 41 of 255 = 16%

111
49
41

R + G + B ~ 26%. #6F3129 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 49 + 41 = 201 (100%)
R 111 of 201 ~ 55.22%
G 49 of 201 ~ 24.38%
B 41 of 201 ~ 20.4%

%55.22
%24.38
%20.4

CMYK color model

#6F3129 color CMYK value is (0,56,63,56).

  • cyan value is 0.00%
  • magenta value is 55.86%
  • yellow value is 63.06%
  • key color value is 56.47%
CMYK:
(0,56,63,56)
C0M56Y63K56 
(0%,56%,63%,56%)
(0.00/0.56/0.63/0.56)	

CMYK percentages

%0
%55.86
%63.06
%56.47

Codes

Color #6F3129 in popluar color models

6F3129
RGB1114941
HSL46.05%29.80%
HSB/HSV63.06%43.53%
CMYK0.00%55.86%63.06%
56.47%

Color #6F3129 in popluar number systems.

HEX6F3129
Decimal1114941
Binary1101111110001101001
Octal1576151

Shades and tints

Shades of #6F3129

#6F3129
(111,49,41)
#652D26
(101,45,38)
#5B2923
(91,41,35)
#512520
(81,37,32)
#47211D
(71,33,29)
#3D1D1A
(61,29,26)
#331917
(51,25,23)
#291514
(41,21,20)
#1F1111
(31,17,17)
#150D0E
(21,13,14)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #6F3129

#6F3129
(111,49,41)
#7C433C
(124,67,60)
#89554F
(137,85,79)
#966762
(150,103,98)
#A37975
(163,121,117)
#B08B88
(176,139,136)
#BD9D9B
(189,157,155)
#CAAFAE
(202,175,174)
#D7C1C1
(215,193,193)
#E4D3D4
(228,211,212)
#F1E5E7
(241,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3129; }

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

This text font color is #6F3129.


Background Color

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

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

This div background color is #6F3129.


Border color

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

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

This div border color is #6F3129.


Opacity

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

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

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

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

This text has shadow with #6F3129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3129 on black background.


Color preview on white background

This text has color #6F3129 on white background.



Black color preview on #6F3129 background

This text has black color on #6F3129 background.


White color preview on #6F3129 background

This text has white color on #6F3129 background.