COLOR #6A2A35

HEX: #6A2A35
RGB: (106,42,53)

Color info

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

RGB color model

#6A2A35 color RGB value is (106,42,53).

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

RGB channels and saturation

R 106 of 255 = 42%
G 42 of 255 = 16%
B 53 of 255 = 21%

106
42
53

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

Portions of RGB colors in percentages

R + G + B =
106 + 42 + 53 = 201 (100%)
R 106 of 201 ~ 52.74%
G 42 of 201 ~ 20.9%
B 53 of 201 ~ 26.37%

%52.74
%20.9
%26.37

CMYK color model

#6A2A35 color CMYK value is (0,60,50,58).

  • cyan value is 0.00%
  • magenta value is 60.38%
  • yellow value is 50.00%
  • key color value is 58.43%
CMYK:
(0,60,50,58)
C0M60Y50K58 
(0%,60%,50%,58%)
(0.00/0.60/0.50/0.58)	

CMYK percentages

%0
%60.38
%50
%58.43

Codes

Color #6A2A35 in popluar color models

6A2A35
RGB1064253
HSL350°43.24%29.02%
HSB/HSV350°60.38%41.57%
CMYK0.00%60.38%50.00%
58.43%

Color #6A2A35 in popluar number systems.

HEX6A2A35
Decimal1064253
Binary1101010101010110101
Octal1525265

Shades and tints

Shades of #6A2A35

#6A2A35
(106,42,53)
#612731
(97,39,49)
#58242D
(88,36,45)
#4F2129
(79,33,41)
#461E25
(70,30,37)
#3D1B21
(61,27,33)
#34181D
(52,24,29)
#2B1519
(43,21,25)
#221215
(34,18,21)
#190F11
(25,15,17)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #6A2A35

#6A2A35
(106,42,53)
#773D47
(119,61,71)
#845059
(132,80,89)
#91636B
(145,99,107)
#9E767D
(158,118,125)
#AB898F
(171,137,143)
#B89CA1
(184,156,161)
#C5AFB3
(197,175,179)
#D2C2C5
(210,194,197)
#DFD5D7
(223,213,215)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A2A35; }

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

This text font color is #6A2A35.


Background Color

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

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

This div background color is #6A2A35.


Border color

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

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

This div border color is #6A2A35.


Opacity

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

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

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

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

This text has shadow with #6A2A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A2A35 on black background.


Color preview on white background

This text has color #6A2A35 on white background.



Black color preview on #6A2A35 background

This text has black color on #6A2A35 background.


White color preview on #6A2A35 background

This text has white color on #6A2A35 background.