COLOR #6A1533

HEX: #6A1533
RGB: (106,21,51)

Color info

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

RGB color model

#6A1533 color RGB value is (106,21,51).

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

RGB channels and saturation

R 106 of 255 = 42%
G 21 of 255 = 8%
B 51 of 255 = 20%

106
21
51

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

Portions of RGB colors in percentages

R + G + B =
106 + 21 + 51 = 178 (100%)
R 106 of 178 ~ 59.55%
G 21 of 178 ~ 11.8%
B 51 of 178 ~ 28.65%

%59.55
%11.8
%28.65

CMYK color model

#6A1533 color CMYK value is (0,80,52,58).

  • cyan value is 0.00%
  • magenta value is 80.19%
  • yellow value is 51.89%
  • key color value is 58.43%
CMYK:
(0,80,52,58)
C0M80Y52K58 
(0%,80%,52%,58%)
(0.00/0.80/0.52/0.58)	

CMYK percentages

%0
%80.19
%51.89
%58.43

Codes

Color #6A1533 in popluar color models

6A1533
RGB1062151
HSL339°66.93%24.90%
HSB/HSV339°80.19%41.57%
CMYK0.00%80.19%51.89%
58.43%

Color #6A1533 in popluar number systems.

HEX6A1533
Decimal1062151
Binary110101010101110011
Octal1522563

Shades and tints

Shades of #6A1533

#6A1533
(106,21,51)
#61142F
(97,20,47)
#58132B
(88,19,43)
#4F1227
(79,18,39)
#461123
(70,17,35)
#3D101F
(61,16,31)
#340F1B
(52,15,27)
#2B0E17
(43,14,23)
#220D13
(34,13,19)
#190C0F
(25,12,15)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #6A1533

#6A1533
(106,21,51)
#772A45
(119,42,69)
#843F57
(132,63,87)
#915469
(145,84,105)
#9E697B
(158,105,123)
#AB7E8D
(171,126,141)
#B8939F
(184,147,159)
#C5A8B1
(197,168,177)
#D2BDC3
(210,189,195)
#DFD2D5
(223,210,213)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A1533; }

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

This text font color is #6A1533.


Background Color

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

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

This div background color is #6A1533.


Border color

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

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

This div border color is #6A1533.


Opacity

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

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

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

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

This text has shadow with #6A1533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1533 on black background.


Color preview on white background

This text has color #6A1533 on white background.



Black color preview on #6A1533 background

This text has black color on #6A1533 background.


White color preview on #6A1533 background

This text has white color on #6A1533 background.