COLOR #6A2E40

HEX: #6A2E40
RGB: (106,46,64)

Color info

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

RGB color model

#6A2E40 color RGB value is (106,46,64).

  • red value is 106;
  • green value is 46;
  • blue value is 64.
RGB:
(106,46,64)
(42%,18%,25%)

RGB channels and saturation

R 106 of 255 = 42%
G 46 of 255 = 18%
B 64 of 255 = 25%

106
46
64

R + G + B ~ 28%. #6A2E40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 46 + 64 = 216 (100%)
R 106 of 216 ~ 49.07%
G 46 of 216 ~ 21.3%
B 64 of 216 ~ 29.63%

%49.07
%21.3
%29.63

CMYK color model

#6A2E40 color CMYK value is (0,57,40,58).

  • cyan value is 0.00%
  • magenta value is 56.60%
  • yellow value is 39.62%
  • key color value is 58.43%
CMYK:
(0,57,40,58)
C0M57Y40K58 
(0%,57%,40%,58%)
(0.00/0.57/0.40/0.58)	

CMYK percentages

%0
%56.6
%39.62
%58.43

Codes

Color #6A2E40 in popluar color models

6A2E40
RGB1064664
HSL342°39.47%29.80%
HSB/HSV342°56.60%41.57%
CMYK0.00%56.60%39.62%
58.43%

Color #6A2E40 in popluar number systems.

HEX6A2E40
Decimal1064664
Binary11010101011101000000
Octal15256100

Shades and tints

Shades of #6A2E40

#6A2E40
(106,46,64)
#612A3B
(97,42,59)
#582636
(88,38,54)
#4F2231
(79,34,49)
#461E2C
(70,30,44)
#3D1A27
(61,26,39)
#341622
(52,22,34)
#2B121D
(43,18,29)
#220E18
(34,14,24)
#190A13
(25,10,19)
#10060E
(16,6,14)
#000000
(0,0,0)

Tints of #6A2E40

#6A2E40
(106,46,64)
#774151
(119,65,81)
#845462
(132,84,98)
#916773
(145,103,115)
#9E7A84
(158,122,132)
#AB8D95
(171,141,149)
#B8A0A6
(184,160,166)
#C5B3B7
(197,179,183)
#D2C6C8
(210,198,200)
#DFD9D9
(223,217,217)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A2E40 color. Also use rgb(106,46,64) instead hex code.

Text Font Color

.myTextColor { color: #6A2E40; }

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

This text font color is #6A2E40.


Background Color

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

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

This div background color is #6A2E40.


Border color

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

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

This div border color is #6A2E40.


Opacity

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

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

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

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

This text has shadow with #6A2E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A2E40 on black background.


Color preview on white background

This text has color #6A2E40 on white background.



Black color preview on #6A2E40 background

This text has black color on #6A2E40 background.


White color preview on #6A2E40 background

This text has white color on #6A2E40 background.