COLOR #6B052B

HEX: #6B052B
RGB: (107,5,43)

Color info

#6B052B contains mainly red color. Web safe color of #6B052B is #660033 (or #603).

RGB color model

#6B052B color RGB value is (107,5,43).

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

RGB channels and saturation

R 107 of 255 = 42%
G 5 of 255 = 2%
B 43 of 255 = 17%

107
5
43

R + G + B ~ 20%. #6B052B is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 5 + 43 = 155 (100%)
R 107 of 155 ~ 69.03%
G 5 of 155 ~ 3.23%
B 43 of 155 ~ 27.74%

%69.03
%27.74

CMYK color model

#6B052B color CMYK value is (0,95,60,58).

  • cyan value is 0.00%
  • magenta value is 95.33%
  • yellow value is 59.81%
  • key color value is 58.04%
CMYK:
(0,95,60,58)
C0M95Y60K58 
(0%,95%,60%,58%)
(0.00/0.95/0.60/0.58)	

CMYK percentages

%0
%95.33
%59.81
%58.04

Codes

Color #6B052B in popluar color models

6B052B
RGB107543
HSL338°91.07%21.96%
HSB/HSV338°95.33%41.96%
CMYK0.00%95.33%59.81%
58.04%

Color #6B052B in popluar number systems.

HEX6B052B
Decimal107543
Binary1101011101101011
Octal153553

Shades and tints

Shades of #6B052B

#6B052B
(107,5,43)
#620528
(98,5,40)
#590525
(89,5,37)
#500522
(80,5,34)
#47051F
(71,5,31)
#3E051C
(62,5,28)
#350519
(53,5,25)
#2C0516
(44,5,22)
#230513
(35,5,19)
#1A0510
(26,5,16)
#11050D
(17,5,13)
#000000
(0,0,0)

Tints of #6B052B

#6B052B
(107,5,43)
#781B3E
(120,27,62)
#853151
(133,49,81)
#924764
(146,71,100)
#9F5D77
(159,93,119)
#AC738A
(172,115,138)
#B9899D
(185,137,157)
#C69FB0
(198,159,176)
#D3B5C3
(211,181,195)
#E0CBD6
(224,203,214)
#EDE1E9
(237,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B052B; }

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

This text font color is #6B052B.


Background Color

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

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

This div background color is #6B052B.


Border color

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

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

This div border color is #6B052B.


Opacity

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

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

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

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

This text has shadow with #6B052B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B052B on black background.


Color preview on white background

This text has color #6B052B on white background.



Black color preview on #6B052B background

This text has black color on #6B052B background.


White color preview on #6B052B background

This text has white color on #6B052B background.