COLOR #6A4D4D

HEX: #6A4D4D
RGB: (106,77,77)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

106
77
77

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

Portions of RGB colors in percentages

R + G + B =
106 + 77 + 77 = 260 (100%)
R 106 of 260 ~ 40.77%
G 77 of 260 ~ 29.62%
B 77 of 260 ~ 29.62%

%40.77
%29.62
%29.62

CMYK color model

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

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

CMYK percentages

%0
%27.36
%27.36
%58.43

Codes

Color #6A4D4D in popluar color models

6A4D4D
RGB1067777
HSL15.85%35.88%
HSB/HSV27.36%41.57%
CMYK0.00%27.36%27.36%
58.43%

Color #6A4D4D in popluar number systems.

HEX6A4D4D
Decimal1067777
Binary110101010011011001101
Octal152115115

Shades and tints

Shades of #6A4D4D

#6A4D4D
(106,77,77)
#614646
(97,70,70)
#583F3F
(88,63,63)
#4F3838
(79,56,56)
#463131
(70,49,49)
#3D2A2A
(61,42,42)
#342323
(52,35,35)
#2B1C1C
(43,28,28)
#221515
(34,21,21)
#190E0E
(25,14,14)
#100707
(16,7,7)
#000000
(0,0,0)

Tints of #6A4D4D

#6A4D4D
(106,77,77)
#775D5D
(119,93,93)
#846D6D
(132,109,109)
#917D7D
(145,125,125)
#9E8D8D
(158,141,141)
#AB9D9D
(171,157,157)
#B8ADAD
(184,173,173)
#C5BDBD
(197,189,189)
#D2CDCD
(210,205,205)
#DFDDDD
(223,221,221)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4D4D; }

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

This text font color is #6A4D4D.


Background Color

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

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

This div background color is #6A4D4D.


Border color

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

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

This div border color is #6A4D4D.


Opacity

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

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

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

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

This text has shadow with #6A4D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4D4D on black background.


Color preview on white background

This text has color #6A4D4D on white background.



Black color preview on #6A4D4D background

This text has black color on #6A4D4D background.


White color preview on #6A4D4D background

This text has white color on #6A4D4D background.