COLOR #6A504D

HEX: #6A504D RGB: (106,80,77)

Color info

#6A504D contains red, green and blue colors in about the same proportion. Web safe color of #6A504D is #666633 (or #663).

RGB color model

#6A504D color RGB value is (106,80,77).

RGB: (106,80,77) (42%, 31%, 30%)

RGB channels and saturation

R 106 of 255 = 42%
G 80 of 255 = 31%
B 77 of 255 = 30%

106
80
77

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

Portions of RGB colors in percentages

R + G + B = 106 + 80 + 77 = 263 (100%)
R 106 of 263 ~ 40.3%
G 80 of 263 ~ 30.42%
B 77 of 263 ~ 29.28'%

%40.3
%30.42
%29.28

CMYK color model

#6A504D color CMYK value is (0,25,27,58).

  • cyan value is 0.00%
  • magenta value is 24.53%
  • yellow value is 27.36%
  • key color value is 58.43%

CMYK: (0,25,27,58)
C0M25Y27K58 (0%, 25%, 27%, 58%)
(0.00 / 0.25 / 0.27 / 0.58)

CMYK percentages

%0
%24.53
%27.36
%58.43

Codes

Color #6A504D in popluar color models

6A 50 4D
RGB 106 80 77
HSL 15.85% 35.88%
HSB/HSV 27.36% 41.57%
CMYK 0.00% 24.53% 27.36%
58.43%

Color #6A504D in popluar number systems.

HEX 6A 50 4D
Decimal 106 80 77
Binary 1101010 1010000 1001101
Octal 152 120 115

Shades and tints

Shades of #6A504D

#6A504D
(106,80,77)
#614946
(97,73,70)
#58423F
(88,66,63)
#4F3B38
(79,59,56)
#463431
(70,52,49)
#3D2D2A
(61,45,42)
#342623
(52,38,35)
#2B1F1C
(43,31,28)
#221815
(34,24,21)
#19110E
(25,17,14)
#100A07
(16,10,7)
#000000
(0,0,0)

Tints of #6A504D

#6A504D
(106,80,77)
#775F5D
(119,95,93)
#846E6D
(132,110,109)
#917D7D
(145,125,125)
#9E8C8D
(158,140,141)
#AB9B9D
(171,155,157)
#B8AAAD
(184,170,173)
#C5B9BD
(197,185,189)
#D2C8CD
(210,200,205)
#DFD7DD
(223,215,221)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A504D; }

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

This text font color is #6A504D.

Background Color

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

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

This div background color is #6A504D.

Border color

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

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

This div border color is #6A504D.

Opacity

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

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

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

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

This text has shadow with #6A504D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A504D.

Preview

Color preview on black background

This text has color #6A504D on black background.


Color preview on white background

This text has color #6A504D on white background.


Black color preview on #6A504D background

This text has black color on #6A504D background.


White color preview on #6A504D background

This text has white color on #6A504D background.


Related colors

Complementary color

Complementary color for #hex is #95AFB2.


I love getcolorcode.com

Triadic colors

1 #4D6A50 and #504D6A with #6A504D are triadic colors.

2 #4D506A and #506A4D with #6A504D are triadic colors.