COLOR #693240

HEX: #693240
RGB: (105,50,64)

Color info

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

RGB color model

#693240 color RGB value is (105,50,64).

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

RGB channels and saturation

R 105 of 255 = 41%
G 50 of 255 = 20%
B 64 of 255 = 25%

105
50
64

R + G + B ~ 29%. #693240 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 50 + 64 = 219 (100%)
R 105 of 219 ~ 47.95%
G 50 of 219 ~ 22.83%
B 64 of 219 ~ 29.22%

%47.95
%22.83
%29.22

CMYK color model

#693240 color CMYK value is (0,52,39,59).

  • cyan value is 0.00%
  • magenta value is 52.38%
  • yellow value is 39.05%
  • key color value is 58.82%
CMYK:
(0,52,39,59)
C0M52Y39K59 
(0%,52%,39%,59%)
(0.00/0.52/0.39/0.59)	

CMYK percentages

%0
%52.38
%39.05
%58.82

Codes

Color #693240 in popluar color models

693240
RGB1055064
HSL345°35.48%30.39%
HSB/HSV345°52.38%41.18%
CMYK0.00%52.38%39.05%
58.82%

Color #693240 in popluar number systems.

HEX693240
Decimal1055064
Binary11010011100101000000
Octal15162100

Shades and tints

Shades of #693240

#693240
(105,50,64)
#602E3B
(96,46,59)
#572A36
(87,42,54)
#4E2631
(78,38,49)
#45222C
(69,34,44)
#3C1E27
(60,30,39)
#331A22
(51,26,34)
#2A161D
(42,22,29)
#211218
(33,18,24)
#180E13
(24,14,19)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #693240

#693240
(105,50,64)
#764451
(118,68,81)
#835662
(131,86,98)
#906873
(144,104,115)
#9D7A84
(157,122,132)
#AA8C95
(170,140,149)
#B79EA6
(183,158,166)
#C4B0B7
(196,176,183)
#D1C2C8
(209,194,200)
#DED4D9
(222,212,217)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #693240; }

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

This text font color is #693240.


Background Color

.myBgColor { background-color: #693240; }

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

This div background color is #693240.


Border color

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

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

This div border color is #693240.


Opacity

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

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

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

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

This text has shadow with #693240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693240 on black background.


Color preview on white background

This text has color #693240 on white background.



Black color preview on #693240 background

This text has black color on #693240 background.


White color preview on #693240 background

This text has white color on #693240 background.