COLOR #6B002A

HEX: #6B002A
RGB: (107,0,42)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
0
42

R + G + B ~ 19%. #6B002A is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 0 + 42 = 149 (100%)
R 107 of 149 ~ 71.81%
G 0 of 149 ~ 0%
B 42 of 149 ~ 28.19%

%71.81
%28.19

CMYK color model

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

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

CMYK percentages

%0
%100
%60.75
%58.04

Codes

Color #6B002A in popluar color models

6B002A
RGB107042
HSL336°100.00%20.98%
HSB/HSV336°100.00%41.96%
CMYK0.00%100.00%60.75%
58.04%

Color #6B002A in popluar number systems.

HEX6B002A
Decimal107042
Binary11010110101010
Octal153052

Shades and tints

Shades of #6B002A

#6B002A
(107,0,42)
#620027
(98,0,39)
#590024
(89,0,36)
#500021
(80,0,33)
#47001E
(71,0,30)
#3E001B
(62,0,27)
#350018
(53,0,24)
#2C0015
(44,0,21)
#230012
(35,0,18)
#1A000F
(26,0,15)
#11000C
(17,0,12)
#000000
(0,0,0)

Tints of #6B002A

#6B002A
(107,0,42)
#78173D
(120,23,61)
#852E50
(133,46,80)
#924563
(146,69,99)
#9F5C76
(159,92,118)
#AC7389
(172,115,137)
#B98A9C
(185,138,156)
#C6A1AF
(198,161,175)
#D3B8C2
(211,184,194)
#E0CFD5
(224,207,213)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B002A; }

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

This text font color is #6B002A.


Background Color

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

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

This div background color is #6B002A.


Border color

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

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

This div border color is #6B002A.


Opacity

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

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

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

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

This text has shadow with #6B002A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B002A on black background.


Color preview on white background

This text has color #6B002A on white background.



Black color preview on #6B002A background

This text has black color on #6B002A background.


White color preview on #6B002A background

This text has white color on #6B002A background.