COLOR #6B2F0F

HEX: #6B2F0F
RGB: (107,47,15)

Color info

#6B2F0F contains mainly red color. Web safe color of #6B2F0F is #663300 (or #630).

RGB color model

#6B2F0F color RGB value is (107,47,15).

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

RGB channels and saturation

R 107 of 255 = 42%
G 47 of 255 = 18%
B 15 of 255 = 6%

107
47
15

R + G + B ~ 22%. #6B2F0F is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 47 + 15 = 169 (100%)
R 107 of 169 ~ 63.31%
G 47 of 169 ~ 27.81%
B 15 of 169 ~ 8.88%

%63.31
%27.81

CMYK color model

#6B2F0F color CMYK value is (0,56,86,58).

  • cyan value is 0.00%
  • magenta value is 56.07%
  • yellow value is 85.98%
  • key color value is 58.04%
CMYK:
(0,56,86,58)
C0M56Y86K58 
(0%,56%,86%,58%)
(0.00/0.56/0.86/0.58)	

CMYK percentages

%0
%56.07
%85.98
%58.04

Codes

Color #6B2F0F in popluar color models

6B2F0F
RGB1074715
HSL21°75.41%23.92%
HSB/HSV21°85.98%41.96%
CMYK0.00%56.07%85.98%
58.04%

Color #6B2F0F in popluar number systems.

HEX6B2F0F
Decimal1074715
Binary11010111011111111
Octal1535717

Shades and tints

Shades of #6B2F0F

#6B2F0F
(107,47,15)
#622B0E
(98,43,14)
#59270D
(89,39,13)
#50230C
(80,35,12)
#471F0B
(71,31,11)
#3E1B0A
(62,27,10)
#351709
(53,23,9)
#2C1308
(44,19,8)
#230F07
(35,15,7)
#1A0B06
(26,11,6)
#110705
(17,7,5)
#000000
(0,0,0)

Tints of #6B2F0F

#6B2F0F
(107,47,15)
#784124
(120,65,36)
#855339
(133,83,57)
#92654E
(146,101,78)
#9F7763
(159,119,99)
#AC8978
(172,137,120)
#B99B8D
(185,155,141)
#C6ADA2
(198,173,162)
#D3BFB7
(211,191,183)
#E0D1CC
(224,209,204)
#EDE3E1
(237,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B2F0F; }

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

This text font color is #6B2F0F.


Background Color

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

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

This div background color is #6B2F0F.


Border color

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

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

This div border color is #6B2F0F.


Opacity

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

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

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

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

This text has shadow with #6B2F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2F0F on black background.


Color preview on white background

This text has color #6B2F0F on white background.



Black color preview on #6B2F0F background

This text has black color on #6B2F0F background.


White color preview on #6B2F0F background

This text has white color on #6B2F0F background.