COLOR #6A475E

HEX: #6A475E
RGB: (106,71,94)

Color info

#6A475E contains red, green and blue colors in about the same proportion. Web safe color of #6A475E is #663366 (or #636).

RGB color model

#6A475E color RGB value is (106,71,94).

  • red value is 106;
  • green value is 71;
  • blue value is 94.
RGB:
(106,71,94)
(42%,28%,37%)

RGB channels and saturation

R 106 of 255 = 42%
G 71 of 255 = 28%
B 94 of 255 = 37%

106
71
94

R + G + B ~ 36%. #6A475E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 71 + 94 = 271 (100%)
R 106 of 271 ~ 39.11%
G 71 of 271 ~ 26.2%
B 94 of 271 ~ 34.69%

%39.11
%26.2
%34.69

CMYK color model

#6A475E color CMYK value is (0,33,11,58).

  • cyan value is 0.00%
  • magenta value is 33.02%
  • yellow value is 11.32%
  • key color value is 58.43%
CMYK:
(0,33,11,58)
C0M33Y11K58 
(0%,33%,11%,58%)
(0.00/0.33/0.11/0.58)	

CMYK percentages

%0
%33.02
%11.32
%58.43

Codes

Color #6A475E in popluar color models

6A475E
RGB1067194
HSL321°19.77%34.71%
HSB/HSV321°33.02%41.57%
CMYK0.00%33.02%11.32%
58.43%

Color #6A475E in popluar number systems.

HEX6A475E
Decimal1067194
Binary110101010001111011110
Octal152107136

Shades and tints

Shades of #6A475E

#6A475E
(106,71,94)
#614156
(97,65,86)
#583B4E
(88,59,78)
#4F3546
(79,53,70)
#462F3E
(70,47,62)
#3D2936
(61,41,54)
#34232E
(52,35,46)
#2B1D26
(43,29,38)
#22171E
(34,23,30)
#191116
(25,17,22)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #6A475E

#6A475E
(106,71,94)
#77576C
(119,87,108)
#84677A
(132,103,122)
#917788
(145,119,136)
#9E8796
(158,135,150)
#AB97A4
(171,151,164)
#B8A7B2
(184,167,178)
#C5B7C0
(197,183,192)
#D2C7CE
(210,199,206)
#DFD7DC
(223,215,220)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A475E; }

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

This text font color is #6A475E.


Background Color

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

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

This div background color is #6A475E.


Border color

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

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

This div border color is #6A475E.


Opacity

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

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

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

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

This text has shadow with #6A475E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A475E on black background.


Color preview on white background

This text has color #6A475E on white background.



Black color preview on #6A475E background

This text has black color on #6A475E background.


White color preview on #6A475E background

This text has white color on #6A475E background.