COLOR #6B2F29

HEX: #6B2F29
RGB: (107,47,41)

Color info

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

RGB color model

#6B2F29 color RGB value is (107,47,41).

  • red value is 107;
  • green value is 47;
  • blue value is 41.
RGB:
(107,47,41)
(42%,18%,16%)

RGB channels and saturation

R 107 of 255 = 42%
G 47 of 255 = 18%
B 41 of 255 = 16%

107
47
41

R + G + B ~ 25%. #6B2F29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 47 + 41 = 195 (100%)
R 107 of 195 ~ 54.87%
G 47 of 195 ~ 24.1%
B 41 of 195 ~ 21.03%

%54.87
%24.1
%21.03

CMYK color model

#6B2F29 color CMYK value is (0,56,62,58).

  • cyan value is 0.00%
  • magenta value is 56.07%
  • yellow value is 61.68%
  • key color value is 58.04%
CMYK:
(0,56,62,58)
C0M56Y62K58 
(0%,56%,62%,58%)
(0.00/0.56/0.62/0.58)	

CMYK percentages

%0
%56.07
%61.68
%58.04

Codes

Color #6B2F29 in popluar color models

6B2F29
RGB1074741
HSL44.59%29.02%
HSB/HSV61.68%41.96%
CMYK0.00%56.07%61.68%
58.04%

Color #6B2F29 in popluar number systems.

HEX6B2F29
Decimal1074741
Binary1101011101111101001
Octal1535751

Shades and tints

Shades of #6B2F29

#6B2F29
(107,47,41)
#622B26
(98,43,38)
#592723
(89,39,35)
#502320
(80,35,32)
#471F1D
(71,31,29)
#3E1B1A
(62,27,26)
#351717
(53,23,23)
#2C1314
(44,19,20)
#230F11
(35,15,17)
#1A0B0E
(26,11,14)
#11070B
(17,7,11)
#000000
(0,0,0)

Tints of #6B2F29

#6B2F29
(107,47,41)
#78413C
(120,65,60)
#85534F
(133,83,79)
#926562
(146,101,98)
#9F7775
(159,119,117)
#AC8988
(172,137,136)
#B99B9B
(185,155,155)
#C6ADAE
(198,173,174)
#D3BFC1
(211,191,193)
#E0D1D4
(224,209,212)
#EDE3E7
(237,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B2F29 color. Also use rgb(107,47,41) instead hex code.

Text Font Color

.myTextColor { color: #6B2F29; }

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

This text font color is #6B2F29.


Background Color

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

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

This div background color is #6B2F29.


Border color

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

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

This div border color is #6B2F29.


Opacity

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

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

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

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

This text has shadow with #6B2F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2F29 on black background.


Color preview on white background

This text has color #6B2F29 on white background.



Black color preview on #6B2F29 background

This text has black color on #6B2F29 background.


White color preview on #6B2F29 background

This text has white color on #6B2F29 background.