COLOR #6A1530

HEX: #6A1530
RGB: (106,21,48)

Color info

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

RGB color model

#6A1530 color RGB value is (106,21,48).

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

RGB channels and saturation

R 106 of 255 = 42%
G 21 of 255 = 8%
B 48 of 255 = 19%

106
21
48

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

Portions of RGB colors in percentages

R + G + B =
106 + 21 + 48 = 175 (100%)
R 106 of 175 ~ 60.57%
G 21 of 175 ~ 12%
B 48 of 175 ~ 27.43%

%60.57
%12
%27.43

CMYK color model

#6A1530 color CMYK value is (0,80,55,58).

  • cyan value is 0.00%
  • magenta value is 80.19%
  • yellow value is 54.72%
  • key color value is 58.43%
CMYK:
(0,80,55,58)
C0M80Y55K58 
(0%,80%,55%,58%)
(0.00/0.80/0.55/0.58)	

CMYK percentages

%0
%80.19
%54.72
%58.43

Codes

Color #6A1530 in popluar color models

6A1530
RGB1062148
HSL341°66.93%24.90%
HSB/HSV341°80.19%41.57%
CMYK0.00%80.19%54.72%
58.43%

Color #6A1530 in popluar number systems.

HEX6A1530
Decimal1062148
Binary110101010101110000
Octal1522560

Shades and tints

Shades of #6A1530

#6A1530
(106,21,48)
#61142C
(97,20,44)
#581328
(88,19,40)
#4F1224
(79,18,36)
#461120
(70,17,32)
#3D101C
(61,16,28)
#340F18
(52,15,24)
#2B0E14
(43,14,20)
#220D10
(34,13,16)
#190C0C
(25,12,12)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #6A1530

#6A1530
(106,21,48)
#772A42
(119,42,66)
#843F54
(132,63,84)
#915466
(145,84,102)
#9E6978
(158,105,120)
#AB7E8A
(171,126,138)
#B8939C
(184,147,156)
#C5A8AE
(197,168,174)
#D2BDC0
(210,189,192)
#DFD2D2
(223,210,210)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A1530 color. Also use rgb(106,21,48) instead hex code.

Text Font Color

.myTextColor { color: #6A1530; }

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

This text font color is #6A1530.


Background Color

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

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

This div background color is #6A1530.


Border color

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

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

This div border color is #6A1530.


Opacity

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

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

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

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

This text has shadow with #6A1530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1530 on black background.


Color preview on white background

This text has color #6A1530 on white background.



Black color preview on #6A1530 background

This text has black color on #6A1530 background.


White color preview on #6A1530 background

This text has white color on #6A1530 background.