COLOR #6A504A

HEX: #6A504A
RGB: (106,80,74)

Color info

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

RGB color model

#6A504A color RGB value is (106,80,74).

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

RGB channels and saturation

R 106 of 255 = 42%
G 80 of 255 = 31%
B 74 of 255 = 29%

106
80
74

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

Portions of RGB colors in percentages

R + G + B =
106 + 80 + 74 = 260 (100%)
R 106 of 260 ~ 40.77%
G 80 of 260 ~ 30.77%
B 74 of 260 ~ 28.46%

%40.77
%30.77
%28.46

CMYK color model

#6A504A color CMYK value is (0,25,30,58).

  • cyan value is 0.00%
  • magenta value is 24.53%
  • yellow value is 30.19%
  • key color value is 58.43%
CMYK:
(0,25,30,58)
C0M25Y30K58 
(0%,25%,30%,58%)
(0.00/0.25/0.30/0.58)	

CMYK percentages

%0
%24.53
%30.19
%58.43

Codes

Color #6A504A in popluar color models

6A504A
RGB1068074
HSL11°17.78%35.29%
HSB/HSV11°30.19%41.57%
CMYK0.00%24.53%30.19%
58.43%

Color #6A504A in popluar number systems.

HEX6A504A
Decimal1068074
Binary110101010100001001010
Octal152120112

Shades and tints

Shades of #6A504A

#6A504A
(106,80,74)
#614944
(97,73,68)
#58423E
(88,66,62)
#4F3B38
(79,59,56)
#463432
(70,52,50)
#3D2D2C
(61,45,44)
#342626
(52,38,38)
#2B1F20
(43,31,32)
#22181A
(34,24,26)
#191114
(25,17,20)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #6A504A

#6A504A
(106,80,74)
#775F5A
(119,95,90)
#846E6A
(132,110,106)
#917D7A
(145,125,122)
#9E8C8A
(158,140,138)
#AB9B9A
(171,155,154)
#B8AAAA
(184,170,170)
#C5B9BA
(197,185,186)
#D2C8CA
(210,200,202)
#DFD7DA
(223,215,218)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A504A; }

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

This text font color is #6A504A.


Background Color

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

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

This div background color is #6A504A.


Border color

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

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

This div border color is #6A504A.


Opacity

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

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

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

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

This text has shadow with #6A504A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A504A on black background.


Color preview on white background

This text has color #6A504A on white background.



Black color preview on #6A504A background

This text has black color on #6A504A background.


White color preview on #6A504A background

This text has white color on #6A504A background.