COLOR #693121

HEX: #693121
RGB: (105,49,33)

Color info

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

RGB color model

#693121 color RGB value is (105,49,33).

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

RGB channels and saturation

R 105 of 255 = 41%
G 49 of 255 = 19%
B 33 of 255 = 13%

105
49
33

R + G + B ~ 24%. #693121 is dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 49 + 33 = 187 (100%)
R 105 of 187 ~ 56.15%
G 49 of 187 ~ 26.2%
B 33 of 187 ~ 17.65%

%56.15
%26.2
%17.65

CMYK color model

#693121 color CMYK value is (0,53,69,59).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 68.57%
  • key color value is 58.82%
CMYK:
(0,53,69,59)
C0M53Y69K59 
(0%,53%,69%,59%)
(0.00/0.53/0.69/0.59)	

CMYK percentages

%0
%53.33
%68.57
%58.82

Codes

Color #693121 in popluar color models

693121
RGB1054933
HSL13°52.17%27.06%
HSB/HSV13°68.57%41.18%
CMYK0.00%53.33%68.57%
58.82%

Color #693121 in popluar number systems.

HEX693121
Decimal1054933
Binary1101001110001100001
Octal1516141

Shades and tints

Shades of #693121

#693121
(105,49,33)
#602D1E
(96,45,30)
#57291B
(87,41,27)
#4E2518
(78,37,24)
#452115
(69,33,21)
#3C1D12
(60,29,18)
#33190F
(51,25,15)
#2A150C
(42,21,12)
#211109
(33,17,9)
#180D06
(24,13,6)
#0F0903
(15,9,3)
#000000
(0,0,0)

Tints of #693121

#693121
(105,49,33)
#764335
(118,67,53)
#835549
(131,85,73)
#90675D
(144,103,93)
#9D7971
(157,121,113)
#AA8B85
(170,139,133)
#B79D99
(183,157,153)
#C4AFAD
(196,175,173)
#D1C1C1
(209,193,193)
#DED3D5
(222,211,213)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #693121; }

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

This text font color is #693121.


Background Color

.myBgColor { background-color: #693121; }

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

This div background color is #693121.


Border color

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

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

This div border color is #693121.


Opacity

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

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

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

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

This text has shadow with #693121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693121 on black background.


Color preview on white background

This text has color #693121 on white background.



Black color preview on #693121 background

This text has black color on #693121 background.


White color preview on #693121 background

This text has white color on #693121 background.