COLOR #6A4E52

HEX: #6A4E52
RGB: (106,78,82)

Color info

#6A4E52 contains red, green and blue colors in about the same proportion. Web safe color of #6A4E52 is #666666 (or #666).

RGB color model

#6A4E52 color RGB value is (106,78,82).

  • red value is 106;
  • green value is 78;
  • blue value is 82.
RGB:
(106,78,82)
(42%,31%,32%)

RGB channels and saturation

R 106 of 255 = 42%
G 78 of 255 = 31%
B 82 of 255 = 32%

106
78
82

R + G + B ~ 35%. #6A4E52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 78 + 82 = 266 (100%)
R 106 of 266 ~ 39.85%
G 78 of 266 ~ 29.32%
B 82 of 266 ~ 30.83%

%39.85
%29.32
%30.83

CMYK color model

#6A4E52 color CMYK value is (0,26,23,58).

  • cyan value is 0.00%
  • magenta value is 26.42%
  • yellow value is 22.64%
  • key color value is 58.43%
CMYK:
(0,26,23,58)
C0M26Y23K58 
(0%,26%,23%,58%)
(0.00/0.26/0.23/0.58)	

CMYK percentages

%0
%26.42
%22.64
%58.43

Codes

Color #6A4E52 in popluar color models

6A4E52
RGB1067882
HSL351°15.22%36.08%
HSB/HSV351°26.42%41.57%
CMYK0.00%26.42%22.64%
58.43%

Color #6A4E52 in popluar number systems.

HEX6A4E52
Decimal1067882
Binary110101010011101010010
Octal152116122

Shades and tints

Shades of #6A4E52

#6A4E52
(106,78,82)
#61474B
(97,71,75)
#584044
(88,64,68)
#4F393D
(79,57,61)
#463236
(70,50,54)
#3D2B2F
(61,43,47)
#342428
(52,36,40)
#2B1D21
(43,29,33)
#22161A
(34,22,26)
#190F13
(25,15,19)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #6A4E52

#6A4E52
(106,78,82)
#775E61
(119,94,97)
#846E70
(132,110,112)
#917E7F
(145,126,127)
#9E8E8E
(158,142,142)
#AB9E9D
(171,158,157)
#B8AEAC
(184,174,172)
#C5BEBB
(197,190,187)
#D2CECA
(210,206,202)
#DFDED9
(223,222,217)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4E52; }

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

This text font color is #6A4E52.


Background Color

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

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

This div background color is #6A4E52.


Border color

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

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

This div border color is #6A4E52.


Opacity

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

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

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

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

This text has shadow with #6A4E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4E52 on black background.


Color preview on white background

This text has color #6A4E52 on white background.



Black color preview on #6A4E52 background

This text has black color on #6A4E52 background.


White color preview on #6A4E52 background

This text has white color on #6A4E52 background.