COLOR #6A2A30

HEX: #6A2A30
RGB: (106,42,48)

Color info

#6A2A30 contains mainly red and blue colors. Web safe color of #6A2A30 is #663333 (or #633).

RGB color model

#6A2A30 color RGB value is (106,42,48).

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

RGB channels and saturation

R 106 of 255 = 42%
G 42 of 255 = 16%
B 48 of 255 = 19%

106
42
48

R + G + B ~ 26%. #6A2A30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 42 + 48 = 196 (100%)
R 106 of 196 ~ 54.08%
G 42 of 196 ~ 21.43%
B 48 of 196 ~ 24.49%

%54.08
%21.43
%24.49

CMYK color model

#6A2A30 color CMYK value is (0,60,55,58).

  • cyan value is 0.00%
  • magenta value is 60.38%
  • yellow value is 54.72%
  • key color value is 58.43%
CMYK:
(0,60,55,58)
C0M60Y55K58 
(0%,60%,55%,58%)
(0.00/0.60/0.55/0.58)	

CMYK percentages

%0
%60.38
%54.72
%58.43

Codes

Color #6A2A30 in popluar color models

6A2A30
RGB1064248
HSL354°43.24%29.02%
HSB/HSV354°60.38%41.57%
CMYK0.00%60.38%54.72%
58.43%

Color #6A2A30 in popluar number systems.

HEX6A2A30
Decimal1064248
Binary1101010101010110000
Octal1525260

Shades and tints

Shades of #6A2A30

#6A2A30
(106,42,48)
#61272C
(97,39,44)
#582428
(88,36,40)
#4F2124
(79,33,36)
#461E20
(70,30,32)
#3D1B1C
(61,27,28)
#341818
(52,24,24)
#2B1514
(43,21,20)
#221210
(34,18,16)
#190F0C
(25,15,12)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #6A2A30

#6A2A30
(106,42,48)
#773D42
(119,61,66)
#845054
(132,80,84)
#916366
(145,99,102)
#9E7678
(158,118,120)
#AB898A
(171,137,138)
#B89C9C
(184,156,156)
#C5AFAE
(197,175,174)
#D2C2C0
(210,194,192)
#DFD5D2
(223,213,210)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A2A30; }

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

This text font color is #6A2A30.


Background Color

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

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

This div background color is #6A2A30.


Border color

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

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

This div border color is #6A2A30.


Opacity

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

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

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

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

This text has shadow with #6A2A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A2A30 on black background.


Color preview on white background

This text has color #6A2A30 on white background.



Black color preview on #6A2A30 background

This text has black color on #6A2A30 background.


White color preview on #6A2A30 background

This text has white color on #6A2A30 background.