COLOR #693B31

HEX: #693B31
RGB: (105,59,49)

Color info

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

RGB color model

#693B31 color RGB value is (105,59,49).

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

RGB channels and saturation

R 105 of 255 = 41%
G 59 of 255 = 23%
B 49 of 255 = 19%

105
59
49

R + G + B ~ 28%. #693B31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 59 + 49 = 213 (100%)
R 105 of 213 ~ 49.3%
G 59 of 213 ~ 27.7%
B 49 of 213 ~ 23%

%49.3
%27.7
%23

CMYK color model

#693B31 color CMYK value is (0,44,53,59).

  • cyan value is 0.00%
  • magenta value is 43.81%
  • yellow value is 53.33%
  • key color value is 58.82%
CMYK:
(0,44,53,59)
C0M44Y53K59 
(0%,44%,53%,59%)
(0.00/0.44/0.53/0.59)	

CMYK percentages

%0
%43.81
%53.33
%58.82

Codes

Color #693B31 in popluar color models

693B31
RGB1055949
HSL11°36.36%30.20%
HSB/HSV11°53.33%41.18%
CMYK0.00%43.81%53.33%
58.82%

Color #693B31 in popluar number systems.

HEX693B31
Decimal1055949
Binary1101001111011110001
Octal1517361

Shades and tints

Shades of #693B31

#693B31
(105,59,49)
#60362D
(96,54,45)
#573129
(87,49,41)
#4E2C25
(78,44,37)
#452721
(69,39,33)
#3C221D
(60,34,29)
#331D19
(51,29,25)
#2A1815
(42,24,21)
#211311
(33,19,17)
#180E0D
(24,14,13)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #693B31

#693B31
(105,59,49)
#764C43
(118,76,67)
#835D55
(131,93,85)
#906E67
(144,110,103)
#9D7F79
(157,127,121)
#AA908B
(170,144,139)
#B7A19D
(183,161,157)
#C4B2AF
(196,178,175)
#D1C3C1
(209,195,193)
#DED4D3
(222,212,211)
#EBE5E5
(235,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #693B31; }

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

This text font color is #693B31.


Background Color

.myBgColor { background-color: #693B31; }

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

This div background color is #693B31.


Border color

.myBorderColor { border: 1px solid #693B31; }

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

This div border color is #693B31.


Opacity

.myOpacity80 { color: #693B31; opacity: 0.8; }

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

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

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

This text has shadow with #693B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693B31 on black background.


Color preview on white background

This text has color #693B31 on white background.



Black color preview on #693B31 background

This text has black color on #693B31 background.


White color preview on #693B31 background

This text has white color on #693B31 background.