COLOR #6A3847

HEX: #6A3847
RGB: (106,56,71)

Color info

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

RGB color model

#6A3847 color RGB value is (106,56,71).

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

RGB channels and saturation

R 106 of 255 = 42%
G 56 of 255 = 22%
B 71 of 255 = 28%

106
56
71

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

Portions of RGB colors in percentages

R + G + B =
106 + 56 + 71 = 233 (100%)
R 106 of 233 ~ 45.49%
G 56 of 233 ~ 24.03%
B 71 of 233 ~ 30.47%

%45.49
%24.03
%30.47

CMYK color model

#6A3847 color CMYK value is (0,47,33,58).

  • cyan value is 0.00%
  • magenta value is 47.17%
  • yellow value is 33.02%
  • key color value is 58.43%
CMYK:
(0,47,33,58)
C0M47Y33K58 
(0%,47%,33%,58%)
(0.00/0.47/0.33/0.58)	

CMYK percentages

%0
%47.17
%33.02
%58.43

Codes

Color #6A3847 in popluar color models

6A3847
RGB1065671
HSL342°30.86%31.76%
HSB/HSV342°47.17%41.57%
CMYK0.00%47.17%33.02%
58.43%

Color #6A3847 in popluar number systems.

HEX6A3847
Decimal1065671
Binary11010101110001000111
Octal15270107

Shades and tints

Shades of #6A3847

#6A3847
(106,56,71)
#613341
(97,51,65)
#582E3B
(88,46,59)
#4F2935
(79,41,53)
#46242F
(70,36,47)
#3D1F29
(61,31,41)
#341A23
(52,26,35)
#2B151D
(43,21,29)
#221017
(34,16,23)
#190B11
(25,11,17)
#10060B
(16,6,11)
#000000
(0,0,0)

Tints of #6A3847

#6A3847
(106,56,71)
#774A57
(119,74,87)
#845C67
(132,92,103)
#916E77
(145,110,119)
#9E8087
(158,128,135)
#AB9297
(171,146,151)
#B8A4A7
(184,164,167)
#C5B6B7
(197,182,183)
#D2C8C7
(210,200,199)
#DFDAD7
(223,218,215)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A3847; }

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

This text font color is #6A3847.


Background Color

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

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

This div background color is #6A3847.


Border color

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

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

This div border color is #6A3847.


Opacity

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

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

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

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

This text has shadow with #6A3847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3847 on black background.


Color preview on white background

This text has color #6A3847 on white background.



Black color preview on #6A3847 background

This text has black color on #6A3847 background.


White color preview on #6A3847 background

This text has white color on #6A3847 background.