COLOR #6A3040

HEX: #6A3040
RGB: (106,48,64)

Color info

#6A3040 contains red, green and blue colors in about the same proportion. Web safe color of #6A3040 is #663333 (or #633).

RGB color model

#6A3040 color RGB value is (106,48,64).

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

RGB channels and saturation

R 106 of 255 = 42%
G 48 of 255 = 19%
B 64 of 255 = 25%

106
48
64

R + G + B ~ 29%. #6A3040 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 48 + 64 = 218 (100%)
R 106 of 218 ~ 48.62%
G 48 of 218 ~ 22.02%
B 64 of 218 ~ 29.36%

%48.62
%22.02
%29.36

CMYK color model

#6A3040 color CMYK value is (0,55,40,58).

  • cyan value is 0.00%
  • magenta value is 54.72%
  • yellow value is 39.62%
  • key color value is 58.43%
CMYK:
(0,55,40,58)
C0M55Y40K58 
(0%,55%,40%,58%)
(0.00/0.55/0.40/0.58)	

CMYK percentages

%0
%54.72
%39.62
%58.43

Codes

Color #6A3040 in popluar color models

6A3040
RGB1064864
HSL343°37.66%30.20%
HSB/HSV343°54.72%41.57%
CMYK0.00%54.72%39.62%
58.43%

Color #6A3040 in popluar number systems.

HEX6A3040
Decimal1064864
Binary11010101100001000000
Octal15260100

Shades and tints

Shades of #6A3040

#6A3040
(106,48,64)
#612C3B
(97,44,59)
#582836
(88,40,54)
#4F2431
(79,36,49)
#46202C
(70,32,44)
#3D1C27
(61,28,39)
#341822
(52,24,34)
#2B141D
(43,20,29)
#221018
(34,16,24)
#190C13
(25,12,19)
#10080E
(16,8,14)
#000000
(0,0,0)

Tints of #6A3040

#6A3040
(106,48,64)
#774251
(119,66,81)
#845462
(132,84,98)
#916673
(145,102,115)
#9E7884
(158,120,132)
#AB8A95
(171,138,149)
#B89CA6
(184,156,166)
#C5AEB7
(197,174,183)
#D2C0C8
(210,192,200)
#DFD2D9
(223,210,217)
#ECE4EA
(236,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A3040; }

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

This text font color is #6A3040.


Background Color

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

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

This div background color is #6A3040.


Border color

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

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

This div border color is #6A3040.


Opacity

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

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

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

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

This text has shadow with #6A3040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3040 on black background.


Color preview on white background

This text has color #6A3040 on white background.



Black color preview on #6A3040 background

This text has black color on #6A3040 background.


White color preview on #6A3040 background

This text has white color on #6A3040 background.