COLOR #693827

HEX: #693827
RGB: (105,56,39)

Color info

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

RGB color model

#693827 color RGB value is (105,56,39).

  • red value is 105;
  • green value is 56;
  • blue value is 39.
RGB:
(105,56,39)
(41%,22%,15%)

RGB channels and saturation

R 105 of 255 = 41%
G 56 of 255 = 22%
B 39 of 255 = 15%

105
56
39

R + G + B ~ 26%. #693827 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 56 + 39 = 200 (100%)
R 105 of 200 ~ 52.5%
G 56 of 200 ~ 28%
B 39 of 200 ~ 19.5%

%52.5
%28
%19.5

CMYK color model

#693827 color CMYK value is (0,47,63,59).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 62.86%
  • key color value is 58.82%
CMYK:
(0,47,63,59)
C0M47Y63K59 
(0%,47%,63%,59%)
(0.00/0.47/0.63/0.59)	

CMYK percentages

%0
%46.67
%62.86
%58.82

Codes

Color #693827 in popluar color models

693827
RGB1055639
HSL15°45.83%28.24%
HSB/HSV15°62.86%41.18%
CMYK0.00%46.67%62.86%
58.82%

Color #693827 in popluar number systems.

HEX693827
Decimal1055639
Binary1101001111000100111
Octal1517047

Shades and tints

Shades of #693827

#693827
(105,56,39)
#603324
(96,51,36)
#572E21
(87,46,33)
#4E291E
(78,41,30)
#45241B
(69,36,27)
#3C1F18
(60,31,24)
#331A15
(51,26,21)
#2A1512
(42,21,18)
#21100F
(33,16,15)
#180B0C
(24,11,12)
#0F0609
(15,6,9)
#000000
(0,0,0)

Tints of #693827

#693827
(105,56,39)
#764A3A
(118,74,58)
#835C4D
(131,92,77)
#906E60
(144,110,96)
#9D8073
(157,128,115)
#AA9286
(170,146,134)
#B7A499
(183,164,153)
#C4B6AC
(196,182,172)
#D1C8BF
(209,200,191)
#DEDAD2
(222,218,210)
#EBECE5
(235,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693827 color. Also use rgb(105,56,39) instead hex code.

Text Font Color

.myTextColor { color: #693827; }

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

This text font color is #693827.


Background Color

.myBgColor { background-color: #693827; }

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

This div background color is #693827.


Border color

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

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

This div border color is #693827.


Opacity

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

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

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

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

This text has shadow with #693827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693827 on black background.


Color preview on white background

This text has color #693827 on white background.



Black color preview on #693827 background

This text has black color on #693827 background.


White color preview on #693827 background

This text has white color on #693827 background.