COLOR #6A3C47

HEX: #6A3C47
RGB: (106,60,71)

Color info

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

RGB color model

#6A3C47 color RGB value is (106,60,71).

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

RGB channels and saturation

R 106 of 255 = 42%
G 60 of 255 = 24%
B 71 of 255 = 28%

106
60
71

R + G + B ~ 31%. #6A3C47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 60 + 71 = 237 (100%)
R 106 of 237 ~ 44.73%
G 60 of 237 ~ 25.32%
B 71 of 237 ~ 29.96%

%44.73
%25.32
%29.96

CMYK color model

#6A3C47 color CMYK value is (0,43,33,58).

  • cyan value is 0.00%
  • magenta value is 43.40%
  • yellow value is 33.02%
  • key color value is 58.43%
CMYK:
(0,43,33,58)
C0M43Y33K58 
(0%,43%,33%,58%)
(0.00/0.43/0.33/0.58)	

CMYK percentages

%0
%43.4
%33.02
%58.43

Codes

Color #6A3C47 in popluar color models

6A3C47
RGB1066071
HSL346°27.71%32.55%
HSB/HSV346°43.40%41.57%
CMYK0.00%43.40%33.02%
58.43%

Color #6A3C47 in popluar number systems.

HEX6A3C47
Decimal1066071
Binary11010101111001000111
Octal15274107

Shades and tints

Shades of #6A3C47

#6A3C47
(106,60,71)
#613741
(97,55,65)
#58323B
(88,50,59)
#4F2D35
(79,45,53)
#46282F
(70,40,47)
#3D2329
(61,35,41)
#341E23
(52,30,35)
#2B191D
(43,25,29)
#221417
(34,20,23)
#190F11
(25,15,17)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #6A3C47

#6A3C47
(106,60,71)
#774D57
(119,77,87)
#845E67
(132,94,103)
#916F77
(145,111,119)
#9E8087
(158,128,135)
#AB9197
(171,145,151)
#B8A2A7
(184,162,167)
#C5B3B7
(197,179,183)
#D2C4C7
(210,196,199)
#DFD5D7
(223,213,215)
#ECE6E7
(236,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A3C47; }

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

This text font color is #6A3C47.


Background Color

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

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

This div background color is #6A3C47.


Border color

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

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

This div border color is #6A3C47.


Opacity

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

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

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

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

This text has shadow with #6A3C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3C47 on black background.


Color preview on white background

This text has color #6A3C47 on white background.



Black color preview on #6A3C47 background

This text has black color on #6A3C47 background.


White color preview on #6A3C47 background

This text has white color on #6A3C47 background.