COLOR #6A4550

HEX: #6A4550
RGB: (106,69,80)

Color info

#6A4550 contains red, green and blue colors in about the same proportion. Web safe color of #6A4550 is #663366 (or #636).

RGB color model

#6A4550 color RGB value is (106,69,80).

  • red value is 106;
  • green value is 69;
  • blue value is 80.
RGB:
(106,69,80)
(42%,27%,31%)

RGB channels and saturation

R 106 of 255 = 42%
G 69 of 255 = 27%
B 80 of 255 = 31%

106
69
80

R + G + B ~ 33%. #6A4550 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 69 + 80 = 255 (100%)
R 106 of 255 ~ 41.57%
G 69 of 255 ~ 27.06%
B 80 of 255 ~ 31.37%

%41.57
%27.06
%31.37

CMYK color model

#6A4550 color CMYK value is (0,35,25,58).

  • cyan value is 0.00%
  • magenta value is 34.91%
  • yellow value is 24.53%
  • key color value is 58.43%
CMYK:
(0,35,25,58)
C0M35Y25K58 
(0%,35%,25%,58%)
(0.00/0.35/0.25/0.58)	

CMYK percentages

%0
%34.91
%24.53
%58.43

Codes

Color #6A4550 in popluar color models

6A4550
RGB1066980
HSL342°21.14%34.31%
HSB/HSV342°34.91%41.57%
CMYK0.00%34.91%24.53%
58.43%

Color #6A4550 in popluar number systems.

HEX6A4550
Decimal1066980
Binary110101010001011010000
Octal152105120

Shades and tints

Shades of #6A4550

#6A4550
(106,69,80)
#613F49
(97,63,73)
#583942
(88,57,66)
#4F333B
(79,51,59)
#462D34
(70,45,52)
#3D272D
(61,39,45)
#342126
(52,33,38)
#2B1B1F
(43,27,31)
#221518
(34,21,24)
#190F11
(25,15,17)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #6A4550

#6A4550
(106,69,80)
#77555F
(119,85,95)
#84656E
(132,101,110)
#91757D
(145,117,125)
#9E858C
(158,133,140)
#AB959B
(171,149,155)
#B8A5AA
(184,165,170)
#C5B5B9
(197,181,185)
#D2C5C8
(210,197,200)
#DFD5D7
(223,213,215)
#ECE5E6
(236,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4550 color. Also use rgb(106,69,80) instead hex code.

Text Font Color

.myTextColor { color: #6A4550; }

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

This text font color is #6A4550.


Background Color

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

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

This div background color is #6A4550.


Border color

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

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

This div border color is #6A4550.


Opacity

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

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

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

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

This text has shadow with #6A4550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4550 on black background.


Color preview on white background

This text has color #6A4550 on white background.



Black color preview on #6A4550 background

This text has black color on #6A4550 background.


White color preview on #6A4550 background

This text has white color on #6A4550 background.