COLOR #6B1430

HEX: #6B1430
RGB: (107,20,48)

Color info

#6B1430 contains mainly red and blue colors. Web safe color of #6B1430 is #660033 (or #603).

RGB color model

#6B1430 color RGB value is (107,20,48).

  • red value is 107;
  • green value is 20;
  • blue value is 48.
RGB:
(107,20,48)
(42%,8%,19%)

RGB channels and saturation

R 107 of 255 = 42%
G 20 of 255 = 8%
B 48 of 255 = 19%

107
20
48

R + G + B ~ 23%. #6B1430 is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 20 + 48 = 175 (100%)
R 107 of 175 ~ 61.14%
G 20 of 175 ~ 11.43%
B 48 of 175 ~ 27.43%

%61.14
%11.43
%27.43

CMYK color model

#6B1430 color CMYK value is (0,81,55,58).

  • cyan value is 0.00%
  • magenta value is 81.31%
  • yellow value is 55.14%
  • key color value is 58.04%
CMYK:
(0,81,55,58)
C0M81Y55K58 
(0%,81%,55%,58%)
(0.00/0.81/0.55/0.58)	

CMYK percentages

%0
%81.31
%55.14
%58.04

Codes

Color #6B1430 in popluar color models

6B1430
RGB1072048
HSL341°68.50%24.90%
HSB/HSV341°81.31%41.96%
CMYK0.00%81.31%55.14%
58.04%

Color #6B1430 in popluar number systems.

HEX6B1430
Decimal1072048
Binary110101110100110000
Octal1532460

Shades and tints

Shades of #6B1430

#6B1430
(107,20,48)
#62132C
(98,19,44)
#591228
(89,18,40)
#501124
(80,17,36)
#471020
(71,16,32)
#3E0F1C
(62,15,28)
#350E18
(53,14,24)
#2C0D14
(44,13,20)
#230C10
(35,12,16)
#1A0B0C
(26,11,12)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #6B1430

#6B1430
(107,20,48)
#782942
(120,41,66)
#853E54
(133,62,84)
#925366
(146,83,102)
#9F6878
(159,104,120)
#AC7D8A
(172,125,138)
#B9929C
(185,146,156)
#C6A7AE
(198,167,174)
#D3BCC0
(211,188,192)
#E0D1D2
(224,209,210)
#EDE6E4
(237,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B1430; }

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

This text font color is #6B1430.


Background Color

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

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

This div background color is #6B1430.


Border color

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

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

This div border color is #6B1430.


Opacity

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

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

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

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

This text has shadow with #6B1430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1430 on black background.


Color preview on white background

This text has color #6B1430 on white background.



Black color preview on #6B1430 background

This text has black color on #6B1430 background.


White color preview on #6B1430 background

This text has white color on #6B1430 background.