COLOR #693747

HEX: #693747
RGB: (105,55,71)

Color info

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

RGB color model

#693747 color RGB value is (105,55,71).

  • red value is 105;
  • green value is 55;
  • blue value is 71.
RGB:
(105,55,71)
(41%,22%,28%)

RGB channels and saturation

R 105 of 255 = 41%
G 55 of 255 = 22%
B 71 of 255 = 28%

105
55
71

R + G + B ~ 30%. #693747 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 55 + 71 = 231 (100%)
R 105 of 231 ~ 45.45%
G 55 of 231 ~ 23.81%
B 71 of 231 ~ 30.74%

%45.45
%23.81
%30.74

CMYK color model

#693747 color CMYK value is (0,48,32,59).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 32.38%
  • key color value is 58.82%
CMYK:
(0,48,32,59)
C0M48Y32K59 
(0%,48%,32%,59%)
(0.00/0.48/0.32/0.59)	

CMYK percentages

%0
%47.62
%32.38
%58.82

Codes

Color #693747 in popluar color models

693747
RGB1055571
HSL341°31.25%31.37%
HSB/HSV341°47.62%41.18%
CMYK0.00%47.62%32.38%
58.82%

Color #693747 in popluar number systems.

HEX693747
Decimal1055571
Binary11010011101111000111
Octal15167107

Shades and tints

Shades of #693747

#693747
(105,55,71)
#603241
(96,50,65)
#572D3B
(87,45,59)
#4E2835
(78,40,53)
#45232F
(69,35,47)
#3C1E29
(60,30,41)
#331923
(51,25,35)
#2A141D
(42,20,29)
#210F17
(33,15,23)
#180A11
(24,10,17)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #693747

#693747
(105,55,71)
#764957
(118,73,87)
#835B67
(131,91,103)
#906D77
(144,109,119)
#9D7F87
(157,127,135)
#AA9197
(170,145,151)
#B7A3A7
(183,163,167)
#C4B5B7
(196,181,183)
#D1C7C7
(209,199,199)
#DED9D7
(222,217,215)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693747 color. Also use rgb(105,55,71) instead hex code.

Text Font Color

.myTextColor { color: #693747; }

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

This text font color is #693747.


Background Color

.myBgColor { background-color: #693747; }

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

This div background color is #693747.


Border color

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

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

This div border color is #693747.


Opacity

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

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

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

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

This text has shadow with #693747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693747 on black background.


Color preview on white background

This text has color #693747 on white background.



Black color preview on #693747 background

This text has black color on #693747 background.


White color preview on #693747 background

This text has white color on #693747 background.