COLOR #6A404A

HEX: #6A404A
RGB: (106,64,74)

Color info

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

RGB color model

#6A404A color RGB value is (106,64,74).

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

RGB channels and saturation

R 106 of 255 = 42%
G 64 of 255 = 25%
B 74 of 255 = 29%

106
64
74

R + G + B ~ 32%. #6A404A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 64 + 74 = 244 (100%)
R 106 of 244 ~ 43.44%
G 64 of 244 ~ 26.23%
B 74 of 244 ~ 30.33%

%43.44
%26.23
%30.33

CMYK color model

#6A404A color CMYK value is (0,40,30,58).

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 30.19%
  • key color value is 58.43%
CMYK:
(0,40,30,58)
C0M40Y30K58 
(0%,40%,30%,58%)
(0.00/0.40/0.30/0.58)	

CMYK percentages

%0
%39.62
%30.19
%58.43

Codes

Color #6A404A in popluar color models

6A404A
RGB1066474
HSL346°24.71%33.33%
HSB/HSV346°39.62%41.57%
CMYK0.00%39.62%30.19%
58.43%

Color #6A404A in popluar number systems.

HEX6A404A
Decimal1066474
Binary110101010000001001010
Octal152100112

Shades and tints

Shades of #6A404A

#6A404A
(106,64,74)
#613B44
(97,59,68)
#58363E
(88,54,62)
#4F3138
(79,49,56)
#462C32
(70,44,50)
#3D272C
(61,39,44)
#342226
(52,34,38)
#2B1D20
(43,29,32)
#22181A
(34,24,26)
#191314
(25,19,20)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #6A404A

#6A404A
(106,64,74)
#77515A
(119,81,90)
#84626A
(132,98,106)
#91737A
(145,115,122)
#9E848A
(158,132,138)
#AB959A
(171,149,154)
#B8A6AA
(184,166,170)
#C5B7BA
(197,183,186)
#D2C8CA
(210,200,202)
#DFD9DA
(223,217,218)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A404A; }

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

This text font color is #6A404A.


Background Color

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

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

This div background color is #6A404A.


Border color

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

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

This div border color is #6A404A.


Opacity

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

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

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

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

This text has shadow with #6A404A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A404A on black background.


Color preview on white background

This text has color #6A404A on white background.



Black color preview on #6A404A background

This text has black color on #6A404A background.


White color preview on #6A404A background

This text has white color on #6A404A background.