COLOR #6A3C48

HEX: #6A3C48
RGB: (106,60,72)

Color info

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

RGB color model

#6A3C48 color RGB value is (106,60,72).

  • red value is 106;
  • green value is 60;
  • blue value is 72.
RGB:
(106,60,72)
(42%,24%,28%)

RGB channels and saturation

R 106 of 255 = 42%
G 60 of 255 = 24%
B 72 of 255 = 28%

106
60
72

R + G + B ~ 31%. #6A3C48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 60 + 72 = 238 (100%)
R 106 of 238 ~ 44.54%
G 60 of 238 ~ 25.21%
B 72 of 238 ~ 30.25%

%44.54
%25.21
%30.25

CMYK color model

#6A3C48 color CMYK value is (0,43,32,58).

  • cyan value is 0.00%
  • magenta value is 43.40%
  • yellow value is 32.08%
  • key color value is 58.43%
CMYK:
(0,43,32,58)
C0M43Y32K58 
(0%,43%,32%,58%)
(0.00/0.43/0.32/0.58)	

CMYK percentages

%0
%43.4
%32.08
%58.43

Codes

Color #6A3C48 in popluar color models

6A3C48
RGB1066072
HSL344°27.71%32.55%
HSB/HSV344°43.40%41.57%
CMYK0.00%43.40%32.08%
58.43%

Color #6A3C48 in popluar number systems.

HEX6A3C48
Decimal1066072
Binary11010101111001001000
Octal15274110

Shades and tints

Shades of #6A3C48

#6A3C48
(106,60,72)
#613742
(97,55,66)
#58323C
(88,50,60)
#4F2D36
(79,45,54)
#462830
(70,40,48)
#3D232A
(61,35,42)
#341E24
(52,30,36)
#2B191E
(43,25,30)
#221418
(34,20,24)
#190F12
(25,15,18)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #6A3C48

#6A3C48
(106,60,72)
#774D58
(119,77,88)
#845E68
(132,94,104)
#916F78
(145,111,120)
#9E8088
(158,128,136)
#AB9198
(171,145,152)
#B8A2A8
(184,162,168)
#C5B3B8
(197,179,184)
#D2C4C8
(210,196,200)
#DFD5D8
(223,213,216)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3C48 color. Also use rgb(106,60,72) instead hex code.

Text Font Color

.myTextColor { color: #6A3C48; }

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

This text font color is #6A3C48.


Background Color

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

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

This div background color is #6A3C48.


Border color

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

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

This div border color is #6A3C48.


Opacity

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

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

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

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

This text has shadow with #6A3C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3C48 on black background.


Color preview on white background

This text has color #6A3C48 on white background.



Black color preview on #6A3C48 background

This text has black color on #6A3C48 background.


White color preview on #6A3C48 background

This text has white color on #6A3C48 background.