COLOR #6B2B3B

HEX: #6B2B3B
RGB: (107,43,59)

Color info

#6B2B3B contains mainly red and blue colors. Web safe color of #6B2B3B is #663333 (or #633).

RGB color model

#6B2B3B color RGB value is (107,43,59).

  • red value is 107;
  • green value is 43;
  • blue value is 59.
RGB:
(107,43,59)
(42%,17%,23%)

RGB channels and saturation

R 107 of 255 = 42%
G 43 of 255 = 17%
B 59 of 255 = 23%

107
43
59

R + G + B ~ 27%. #6B2B3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 43 + 59 = 209 (100%)
R 107 of 209 ~ 51.2%
G 43 of 209 ~ 20.57%
B 59 of 209 ~ 28.23%

%51.2
%20.57
%28.23

CMYK color model

#6B2B3B color CMYK value is (0,60,45,58).

  • cyan value is 0.00%
  • magenta value is 59.81%
  • yellow value is 44.86%
  • key color value is 58.04%
CMYK:
(0,60,45,58)
C0M60Y45K58 
(0%,60%,45%,58%)
(0.00/0.60/0.45/0.58)	

CMYK percentages

%0
%59.81
%44.86
%58.04

Codes

Color #6B2B3B in popluar color models

6B2B3B
RGB1074359
HSL345°42.67%29.41%
HSB/HSV345°59.81%41.96%
CMYK0.00%59.81%44.86%
58.04%

Color #6B2B3B in popluar number systems.

HEX6B2B3B
Decimal1074359
Binary1101011101011111011
Octal1535373

Shades and tints

Shades of #6B2B3B

#6B2B3B
(107,43,59)
#622836
(98,40,54)
#592531
(89,37,49)
#50222C
(80,34,44)
#471F27
(71,31,39)
#3E1C22
(62,28,34)
#35191D
(53,25,29)
#2C1618
(44,22,24)
#231313
(35,19,19)
#1A100E
(26,16,14)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #6B2B3B

#6B2B3B
(107,43,59)
#783E4C
(120,62,76)
#85515D
(133,81,93)
#92646E
(146,100,110)
#9F777F
(159,119,127)
#AC8A90
(172,138,144)
#B99DA1
(185,157,161)
#C6B0B2
(198,176,178)
#D3C3C3
(211,195,195)
#E0D6D4
(224,214,212)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B2B3B; }

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

This text font color is #6B2B3B.


Background Color

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

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

This div background color is #6B2B3B.


Border color

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

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

This div border color is #6B2B3B.


Opacity

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

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

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

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

This text has shadow with #6B2B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2B3B on black background.


Color preview on white background

This text has color #6B2B3B on white background.



Black color preview on #6B2B3B background

This text has black color on #6B2B3B background.


White color preview on #6B2B3B background

This text has white color on #6B2B3B background.