COLOR #693221

HEX: #693221
RGB: (105,50,33)

Color info

#693221 contains mainly red and green colors. Web safe color of #693221 is #663333 (or #633).

RGB color model

#693221 color RGB value is (105,50,33).

  • red value is 105;
  • green value is 50;
  • blue value is 33.
RGB:
(105,50,33)
(41%,20%,13%)

RGB channels and saturation

R 105 of 255 = 41%
G 50 of 255 = 20%
B 33 of 255 = 13%

105
50
33

R + G + B ~ 25%. #693221 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 50 + 33 = 188 (100%)
R 105 of 188 ~ 55.85%
G 50 of 188 ~ 26.6%
B 33 of 188 ~ 17.55%

%55.85
%26.6
%17.55

CMYK color model

#693221 color CMYK value is (0,52,69,59).

  • cyan value is 0.00%
  • magenta value is 52.38%
  • yellow value is 68.57%
  • key color value is 58.82%
CMYK:
(0,52,69,59)
C0M52Y69K59 
(0%,52%,69%,59%)
(0.00/0.52/0.69/0.59)	

CMYK percentages

%0
%52.38
%68.57
%58.82

Codes

Color #693221 in popluar color models

693221
RGB1055033
HSL14°52.17%27.06%
HSB/HSV14°68.57%41.18%
CMYK0.00%52.38%68.57%
58.82%

Color #693221 in popluar number systems.

HEX693221
Decimal1055033
Binary1101001110010100001
Octal1516241

Shades and tints

Shades of #693221

#693221
(105,50,33)
#602E1E
(96,46,30)
#572A1B
(87,42,27)
#4E2618
(78,38,24)
#452215
(69,34,21)
#3C1E12
(60,30,18)
#331A0F
(51,26,15)
#2A160C
(42,22,12)
#211209
(33,18,9)
#180E06
(24,14,6)
#0F0A03
(15,10,3)
#000000
(0,0,0)

Tints of #693221

#693221
(105,50,33)
#764435
(118,68,53)
#835649
(131,86,73)
#90685D
(144,104,93)
#9D7A71
(157,122,113)
#AA8C85
(170,140,133)
#B79E99
(183,158,153)
#C4B0AD
(196,176,173)
#D1C2C1
(209,194,193)
#DED4D5
(222,212,213)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693221 color. Also use rgb(105,50,33) instead hex code.

Text Font Color

.myTextColor { color: #693221; }

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

This text font color is #693221.


Background Color

.myBgColor { background-color: #693221; }

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

This div background color is #693221.


Border color

.myBorderColor { border: 1px solid #693221; }

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

This div border color is #693221.


Opacity

.myOpacity80 { color: #693221; opacity: 0.8; }

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

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

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

This text has shadow with #693221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693221 on black background.


Color preview on white background

This text has color #693221 on white background.



Black color preview on #693221 background

This text has black color on #693221 background.


White color preview on #693221 background

This text has white color on #693221 background.