COLOR #6A5152

HEX: #6A5152
RGB: (106,81,82)

Color info

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

RGB color model

#6A5152 color RGB value is (106,81,82).

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

RGB channels and saturation

R 106 of 255 = 42%
G 81 of 255 = 32%
B 82 of 255 = 32%

106
81
82

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

Portions of RGB colors in percentages

R + G + B =
106 + 81 + 82 = 269 (100%)
R 106 of 269 ~ 39.41%
G 81 of 269 ~ 30.11%
B 82 of 269 ~ 30.48%

%39.41
%30.11
%30.48

CMYK color model

#6A5152 color CMYK value is (0,24,23,58).

  • cyan value is 0.00%
  • magenta value is 23.58%
  • yellow value is 22.64%
  • key color value is 58.43%
CMYK:
(0,24,23,58)
C0M24Y23K58 
(0%,24%,23%,58%)
(0.00/0.24/0.23/0.58)	

CMYK percentages

%0
%23.58
%22.64
%58.43

Codes

Color #6A5152 in popluar color models

6A5152
RGB1068182
HSL358°13.37%36.67%
HSB/HSV358°23.58%41.57%
CMYK0.00%23.58%22.64%
58.43%

Color #6A5152 in popluar number systems.

HEX6A5152
Decimal1068182
Binary110101010100011010010
Octal152121122

Shades and tints

Shades of #6A5152

#6A5152
(106,81,82)
#614A4B
(97,74,75)
#584344
(88,67,68)
#4F3C3D
(79,60,61)
#463536
(70,53,54)
#3D2E2F
(61,46,47)
#342728
(52,39,40)
#2B2021
(43,32,33)
#22191A
(34,25,26)
#191213
(25,18,19)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #6A5152

#6A5152
(106,81,82)
#776061
(119,96,97)
#846F70
(132,111,112)
#917E7F
(145,126,127)
#9E8D8E
(158,141,142)
#AB9C9D
(171,156,157)
#B8ABAC
(184,171,172)
#C5BABB
(197,186,187)
#D2C9CA
(210,201,202)
#DFD8D9
(223,216,217)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5152; }

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

This text font color is #6A5152.


Background Color

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

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

This div background color is #6A5152.


Border color

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

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

This div border color is #6A5152.


Opacity

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

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

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

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

This text has shadow with #6A5152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5152 on black background.


Color preview on white background

This text has color #6A5152 on white background.



Black color preview on #6A5152 background

This text has black color on #6A5152 background.


White color preview on #6A5152 background

This text has white color on #6A5152 background.