COLOR #6A3332

HEX: #6A3332
RGB: (106,51,50)

Color info

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

RGB color model

#6A3332 color RGB value is (106,51,50).

  • red value is 106;
  • green value is 51;
  • blue value is 50.
RGB:
(106,51,50)
(42%,20%,20%)

RGB channels and saturation

R 106 of 255 = 42%
G 51 of 255 = 20%
B 50 of 255 = 20%

106
51
50

R + G + B ~ 27%. #6A3332 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 51 + 50 = 207 (100%)
R 106 of 207 ~ 51.21%
G 51 of 207 ~ 24.64%
B 50 of 207 ~ 24.15%

%51.21
%24.64
%24.15

CMYK color model

#6A3332 color CMYK value is (0,52,53,58).

  • cyan value is 0.00%
  • magenta value is 51.89%
  • yellow value is 52.83%
  • key color value is 58.43%
CMYK:
(0,52,53,58)
C0M52Y53K58 
(0%,52%,53%,58%)
(0.00/0.52/0.53/0.58)	

CMYK percentages

%0
%51.89
%52.83
%58.43

Codes

Color #6A3332 in popluar color models

6A3332
RGB1065150
HSL35.90%30.59%
HSB/HSV52.83%41.57%
CMYK0.00%51.89%52.83%
58.43%

Color #6A3332 in popluar number systems.

HEX6A3332
Decimal1065150
Binary1101010110011110010
Octal1526362

Shades and tints

Shades of #6A3332

#6A3332
(106,51,50)
#612F2E
(97,47,46)
#582B2A
(88,43,42)
#4F2726
(79,39,38)
#462322
(70,35,34)
#3D1F1E
(61,31,30)
#341B1A
(52,27,26)
#2B1716
(43,23,22)
#221312
(34,19,18)
#190F0E
(25,15,14)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #6A3332

#6A3332
(106,51,50)
#774544
(119,69,68)
#845756
(132,87,86)
#916968
(145,105,104)
#9E7B7A
(158,123,122)
#AB8D8C
(171,141,140)
#B89F9E
(184,159,158)
#C5B1B0
(197,177,176)
#D2C3C2
(210,195,194)
#DFD5D4
(223,213,212)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3332 color. Also use rgb(106,51,50) instead hex code.

Text Font Color

.myTextColor { color: #6A3332; }

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

This text font color is #6A3332.


Background Color

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

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

This div background color is #6A3332.


Border color

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

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

This div border color is #6A3332.


Opacity

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

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

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

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

This text has shadow with #6A3332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3332 on black background.


Color preview on white background

This text has color #6A3332 on white background.



Black color preview on #6A3332 background

This text has black color on #6A3332 background.


White color preview on #6A3332 background

This text has white color on #6A3332 background.