COLOR #6A464C

HEX: #6A464C RGB: (106,70,76)

Color info

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

RGB color model

#6A464C color RGB value is (106,70,76).

RGB: (106,70,76) (42%, 27%, 30%)

RGB channels and saturation

R 106 of 255 = 42%
G 70 of 255 = 27%
B 76 of 255 = 30%

106
70
76

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

Portions of RGB colors in percentages

R + G + B = 106 + 70 + 76 = 252 (100%)
R 106 of 252 ~ 42.06%
G 70 of 252 ~ 27.78%
B 76 of 252 ~ 30.16'%

%42.06
%27.78
%30.16

CMYK color model

#6A464C color CMYK value is (0,34,28,58).

  • cyan value is 0.00%
  • magenta value is 33.96%
  • yellow value is 28.30%
  • key color value is 58.43%

CMYK: (0,34,28,58)
C0M34Y28K58 (0%, 34%, 28%, 58%)
(0.00 / 0.34 / 0.28 / 0.58)

CMYK percentages

%0
%33.96
%28.3
%58.43

Codes

Color #6A464C in popluar color models

6A 46 4C
RGB 106 70 76
HSL 350° 20.45% 34.51%
HSB/HSV 350° 33.96% 41.57%
CMYK 0.00% 33.96% 28.30%
58.43%

Color #6A464C in popluar number systems.

HEX 6A 46 4C
Decimal 106 70 76
Binary 1101010 1000110 1001100
Octal 152 106 114

Shades and tints

Shades of #6A464C

#6A464C
(106,70,76)
#614046
(97,64,70)
#583A40
(88,58,64)
#4F343A
(79,52,58)
#462E34
(70,46,52)
#3D282E
(61,40,46)
#342228
(52,34,40)
#2B1C22
(43,28,34)
#22161C
(34,22,28)
#191016
(25,16,22)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #6A464C

#6A464C
(106,70,76)
#77565C
(119,86,92)
#84666C
(132,102,108)
#91767C
(145,118,124)
#9E868C
(158,134,140)
#AB969C
(171,150,156)
#B8A6AC
(184,166,172)
#C5B6BC
(197,182,188)
#D2C6CC
(210,198,204)
#DFD6DC
(223,214,220)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A464C color. Also use rgb(106,70,76) instead hex code.

Text Font Color

.myTextColor { color: #6A464C; }

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

This text font color is #6A464C.

Background Color

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

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

This div background color is #6A464C.

Border color

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

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

This div border color is #6A464C.

Opacity

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

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

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

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

This text has shadow with #6A464C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A464C.

Preview

Color preview on black background

This text has color #6A464C on black background.


Color preview on white background

This text has color #6A464C on white background.


Black color preview on #6A464C background

This text has black color on #6A464C background.


White color preview on #6A464C background

This text has white color on #6A464C background.


Related colors

Complementary color

Complementary color for #6A464C is #95B9B3.


I love getcolorcode.com

Triadic colors

1 #4C6A46 and #464C6A with #6A464C are triadic colors.

2 #4C466A and #466A4C with #6A464C are triadic colors.