COLOR #6A494D

HEX: #6A494D
RGB: (106,73,77)

Color info

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

RGB color model

#6A494D color RGB value is (106,73,77).

  • red value is 106;
  • green value is 73;
  • blue value is 77.
RGB:
(106,73,77)
(42%,29%,30%)

RGB channels and saturation

R 106 of 255 = 42%
G 73 of 255 = 29%
B 77 of 255 = 30%

106
73
77

R + G + B ~ 34%. #6A494D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 73 + 77 = 256 (100%)
R 106 of 256 ~ 41.41%
G 73 of 256 ~ 28.52%
B 77 of 256 ~ 30.08%

%41.41
%28.52
%30.08

CMYK color model

#6A494D color CMYK value is (0,31,27,58).

  • cyan value is 0.00%
  • magenta value is 31.13%
  • yellow value is 27.36%
  • key color value is 58.43%
CMYK:
(0,31,27,58)
C0M31Y27K58 
(0%,31%,27%,58%)
(0.00/0.31/0.27/0.58)	

CMYK percentages

%0
%31.13
%27.36
%58.43

Codes

Color #6A494D in popluar color models

6A494D
RGB1067377
HSL353°18.44%35.10%
HSB/HSV353°31.13%41.57%
CMYK0.00%31.13%27.36%
58.43%

Color #6A494D in popluar number systems.

HEX6A494D
Decimal1067377
Binary110101010010011001101
Octal152111115

Shades and tints

Shades of #6A494D

#6A494D
(106,73,77)
#614346
(97,67,70)
#583D3F
(88,61,63)
#4F3738
(79,55,56)
#463131
(70,49,49)
#3D2B2A
(61,43,42)
#342523
(52,37,35)
#2B1F1C
(43,31,28)
#221915
(34,25,21)
#19130E
(25,19,14)
#100D07
(16,13,7)
#000000
(0,0,0)

Tints of #6A494D

#6A494D
(106,73,77)
#77595D
(119,89,93)
#84696D
(132,105,109)
#91797D
(145,121,125)
#9E898D
(158,137,141)
#AB999D
(171,153,157)
#B8A9AD
(184,169,173)
#C5B9BD
(197,185,189)
#D2C9CD
(210,201,205)
#DFD9DD
(223,217,221)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A494D color. Also use rgb(106,73,77) instead hex code.

Text Font Color

.myTextColor { color: #6A494D; }

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

This text font color is #6A494D.


Background Color

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

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

This div background color is #6A494D.


Border color

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

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

This div border color is #6A494D.


Opacity

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

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

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

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

This text has shadow with #6A494D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A494D on black background.


Color preview on white background

This text has color #6A494D on white background.



Black color preview on #6A494D background

This text has black color on #6A494D background.


White color preview on #6A494D background

This text has white color on #6A494D background.