COLOR #6A3A33

HEX: #6A3A33
RGB: (106,58,51)

Color info

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

RGB color model

#6A3A33 color RGB value is (106,58,51).

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

RGB channels and saturation

R 106 of 255 = 42%
G 58 of 255 = 23%
B 51 of 255 = 20%

106
58
51

R + G + B ~ 28%. #6A3A33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 58 + 51 = 215 (100%)
R 106 of 215 ~ 49.3%
G 58 of 215 ~ 26.98%
B 51 of 215 ~ 23.72%

%49.3
%26.98
%23.72

CMYK color model

#6A3A33 color CMYK value is (0,45,52,58).

  • cyan value is 0.00%
  • magenta value is 45.28%
  • yellow value is 51.89%
  • key color value is 58.43%
CMYK:
(0,45,52,58)
C0M45Y52K58 
(0%,45%,52%,58%)
(0.00/0.45/0.52/0.58)	

CMYK percentages

%0
%45.28
%51.89
%58.43

Codes

Color #6A3A33 in popluar color models

6A3A33
RGB1065851
HSL35.03%30.78%
HSB/HSV51.89%41.57%
CMYK0.00%45.28%51.89%
58.43%

Color #6A3A33 in popluar number systems.

HEX6A3A33
Decimal1065851
Binary1101010111010110011
Octal1527263

Shades and tints

Shades of #6A3A33

#6A3A33
(106,58,51)
#61352F
(97,53,47)
#58302B
(88,48,43)
#4F2B27
(79,43,39)
#462623
(70,38,35)
#3D211F
(61,33,31)
#341C1B
(52,28,27)
#2B1717
(43,23,23)
#221213
(34,18,19)
#190D0F
(25,13,15)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #6A3A33

#6A3A33
(106,58,51)
#774B45
(119,75,69)
#845C57
(132,92,87)
#916D69
(145,109,105)
#9E7E7B
(158,126,123)
#AB8F8D
(171,143,141)
#B8A09F
(184,160,159)
#C5B1B1
(197,177,177)
#D2C2C3
(210,194,195)
#DFD3D5
(223,211,213)
#ECE4E7
(236,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A3A33; }

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

This text font color is #6A3A33.


Background Color

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

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

This div background color is #6A3A33.


Border color

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

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

This div border color is #6A3A33.


Opacity

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

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

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

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

This text has shadow with #6A3A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3A33 on black background.


Color preview on white background

This text has color #6A3A33 on white background.



Black color preview on #6A3A33 background

This text has black color on #6A3A33 background.


White color preview on #6A3A33 background

This text has white color on #6A3A33 background.