COLOR #6A3236

HEX: #6A3236
RGB: (106,50,54)

Color info

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

RGB color model

#6A3236 color RGB value is (106,50,54).

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

RGB channels and saturation

R 106 of 255 = 42%
G 50 of 255 = 20%
B 54 of 255 = 21%

106
50
54

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

Portions of RGB colors in percentages

R + G + B =
106 + 50 + 54 = 210 (100%)
R 106 of 210 ~ 50.48%
G 50 of 210 ~ 23.81%
B 54 of 210 ~ 25.71%

%50.48
%23.81
%25.71

CMYK color model

#6A3236 color CMYK value is (0,53,49,58).

  • cyan value is 0.00%
  • magenta value is 52.83%
  • yellow value is 49.06%
  • key color value is 58.43%
CMYK:
(0,53,49,58)
C0M53Y49K58 
(0%,53%,49%,58%)
(0.00/0.53/0.49/0.58)	

CMYK percentages

%0
%52.83
%49.06
%58.43

Codes

Color #6A3236 in popluar color models

6A3236
RGB1065054
HSL356°35.90%30.59%
HSB/HSV356°52.83%41.57%
CMYK0.00%52.83%49.06%
58.43%

Color #6A3236 in popluar number systems.

HEX6A3236
Decimal1065054
Binary1101010110010110110
Octal1526266

Shades and tints

Shades of #6A3236

#6A3236
(106,50,54)
#612E32
(97,46,50)
#582A2E
(88,42,46)
#4F262A
(79,38,42)
#462226
(70,34,38)
#3D1E22
(61,30,34)
#341A1E
(52,26,30)
#2B161A
(43,22,26)
#221216
(34,18,22)
#190E12
(25,14,18)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #6A3236

#6A3236
(106,50,54)
#774448
(119,68,72)
#84565A
(132,86,90)
#91686C
(145,104,108)
#9E7A7E
(158,122,126)
#AB8C90
(171,140,144)
#B89EA2
(184,158,162)
#C5B0B4
(197,176,180)
#D2C2C6
(210,194,198)
#DFD4D8
(223,212,216)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A3236; }

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

This text font color is #6A3236.


Background Color

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

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

This div background color is #6A3236.


Border color

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

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

This div border color is #6A3236.


Opacity

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

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

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

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

This text has shadow with #6A3236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3236 on black background.


Color preview on white background

This text has color #6A3236 on white background.



Black color preview on #6A3236 background

This text has black color on #6A3236 background.


White color preview on #6A3236 background

This text has white color on #6A3236 background.