COLOR #6B2A2A

HEX: #6B2A2A
RGB: (107,42,42)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
42
42

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

Portions of RGB colors in percentages

R + G + B =
107 + 42 + 42 = 191 (100%)
R 107 of 191 ~ 56.02%
G 42 of 191 ~ 21.99%
B 42 of 191 ~ 21.99%

%56.02
%21.99
%21.99

CMYK color model

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

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

CMYK percentages

%0
%60.75
%60.75
%58.04

Codes

Color #6B2A2A in popluar color models

6B2A2A
RGB1074242
HSL43.62%29.22%
HSB/HSV60.75%41.96%
CMYK0.00%60.75%60.75%
58.04%

Color #6B2A2A in popluar number systems.

HEX6B2A2A
Decimal1074242
Binary1101011101010101010
Octal1535252

Shades and tints

Shades of #6B2A2A

#6B2A2A
(107,42,42)
#622727
(98,39,39)
#592424
(89,36,36)
#502121
(80,33,33)
#471E1E
(71,30,30)
#3E1B1B
(62,27,27)
#351818
(53,24,24)
#2C1515
(44,21,21)
#231212
(35,18,18)
#1A0F0F
(26,15,15)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #6B2A2A

#6B2A2A
(107,42,42)
#783D3D
(120,61,61)
#855050
(133,80,80)
#926363
(146,99,99)
#9F7676
(159,118,118)
#AC8989
(172,137,137)
#B99C9C
(185,156,156)
#C6AFAF
(198,175,175)
#D3C2C2
(211,194,194)
#E0D5D5
(224,213,213)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B2A2A; }

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

This text font color is #6B2A2A.


Background Color

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

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

This div background color is #6B2A2A.


Border color

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

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

This div border color is #6B2A2A.


Opacity

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

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

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

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

This text has shadow with #6B2A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2A2A on black background.


Color preview on white background

This text has color #6B2A2A on white background.



Black color preview on #6B2A2A background

This text has black color on #6B2A2A background.


White color preview on #6B2A2A background

This text has white color on #6B2A2A background.