COLOR #693040

HEX: #693040
RGB: (105,48,64)

Color info

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

RGB color model

#693040 color RGB value is (105,48,64).

  • red value is 105;
  • green value is 48;
  • blue value is 64.
RGB:
(105,48,64)
(41%,19%,25%)

RGB channels and saturation

R 105 of 255 = 41%
G 48 of 255 = 19%
B 64 of 255 = 25%

105
48
64

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

Portions of RGB colors in percentages

R + G + B =
105 + 48 + 64 = 217 (100%)
R 105 of 217 ~ 48.39%
G 48 of 217 ~ 22.12%
B 64 of 217 ~ 29.49%

%48.39
%22.12
%29.49

CMYK color model

#693040 color CMYK value is (0,54,39,59).

  • cyan value is 0.00%
  • magenta value is 54.29%
  • yellow value is 39.05%
  • key color value is 58.82%
CMYK:
(0,54,39,59)
C0M54Y39K59 
(0%,54%,39%,59%)
(0.00/0.54/0.39/0.59)	

CMYK percentages

%0
%54.29
%39.05
%58.82

Codes

Color #693040 in popluar color models

693040
RGB1054864
HSL343°37.25%30.00%
HSB/HSV343°54.29%41.18%
CMYK0.00%54.29%39.05%
58.82%

Color #693040 in popluar number systems.

HEX693040
Decimal1054864
Binary11010011100001000000
Octal15160100

Shades and tints

Shades of #693040

#693040
(105,48,64)
#602C3B
(96,44,59)
#572836
(87,40,54)
#4E2431
(78,36,49)
#45202C
(69,32,44)
#3C1C27
(60,28,39)
#331822
(51,24,34)
#2A141D
(42,20,29)
#211018
(33,16,24)
#180C13
(24,12,19)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #693040

#693040
(105,48,64)
#764251
(118,66,81)
#835462
(131,84,98)
#906673
(144,102,115)
#9D7884
(157,120,132)
#AA8A95
(170,138,149)
#B79CA6
(183,156,166)
#C4AEB7
(196,174,183)
#D1C0C8
(209,192,200)
#DED2D9
(222,210,217)
#EBE4EA
(235,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693040 color. Also use rgb(105,48,64) instead hex code.

Text Font Color

.myTextColor { color: #693040; }

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

This text font color is #693040.


Background Color

.myBgColor { background-color: #693040; }

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

This div background color is #693040.


Border color

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

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

This div border color is #693040.


Opacity

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

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

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

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

This text has shadow with #693040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693040 on black background.


Color preview on white background

This text has color #693040 on white background.



Black color preview on #693040 background

This text has black color on #693040 background.


White color preview on #693040 background

This text has white color on #693040 background.