COLOR #6B2A17

HEX: #6B2A17
RGB: (107,42,23)

Color info

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

RGB color model

#6B2A17 color RGB value is (107,42,23).

  • red value is 107;
  • green value is 42;
  • blue value is 23.
RGB:
(107,42,23)
(42%,16%,9%)

RGB channels and saturation

R 107 of 255 = 42%
G 42 of 255 = 16%
B 23 of 255 = 9%

107
42
23

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

Portions of RGB colors in percentages

R + G + B =
107 + 42 + 23 = 172 (100%)
R 107 of 172 ~ 62.21%
G 42 of 172 ~ 24.42%
B 23 of 172 ~ 13.37%

%62.21
%24.42
%13.37

CMYK color model

#6B2A17 color CMYK value is (0,61,79,58).

  • cyan value is 0.00%
  • magenta value is 60.75%
  • yellow value is 78.50%
  • key color value is 58.04%
CMYK:
(0,61,79,58)
C0M61Y79K58 
(0%,61%,79%,58%)
(0.00/0.61/0.79/0.58)	

CMYK percentages

%0
%60.75
%78.5
%58.04

Codes

Color #6B2A17 in popluar color models

6B2A17
RGB1074223
HSL14°64.62%25.49%
HSB/HSV14°78.50%41.96%
CMYK0.00%60.75%78.50%
58.04%

Color #6B2A17 in popluar number systems.

HEX6B2A17
Decimal1074223
Binary110101110101010111
Octal1535227

Shades and tints

Shades of #6B2A17

#6B2A17
(107,42,23)
#622715
(98,39,21)
#592413
(89,36,19)
#502111
(80,33,17)
#471E0F
(71,30,15)
#3E1B0D
(62,27,13)
#35180B
(53,24,11)
#2C1509
(44,21,9)
#231207
(35,18,7)
#1A0F05
(26,15,5)
#110C03
(17,12,3)
#000000
(0,0,0)

Tints of #6B2A17

#6B2A17
(107,42,23)
#783D2C
(120,61,44)
#855041
(133,80,65)
#926356
(146,99,86)
#9F766B
(159,118,107)
#AC8980
(172,137,128)
#B99C95
(185,156,149)
#C6AFAA
(198,175,170)
#D3C2BF
(211,194,191)
#E0D5D4
(224,213,212)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B2A17 color. Also use rgb(107,42,23) instead hex code.

Text Font Color

.myTextColor { color: #6B2A17; }

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

This text font color is #6B2A17.


Background Color

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

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

This div background color is #6B2A17.


Border color

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

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

This div border color is #6B2A17.


Opacity

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

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

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

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

This text has shadow with #6B2A17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2A17 on black background.


Color preview on white background

This text has color #6B2A17 on white background.



Black color preview on #6B2A17 background

This text has black color on #6B2A17 background.


White color preview on #6B2A17 background

This text has white color on #6B2A17 background.