COLOR #693B40

HEX: #693B40
RGB: (105,59,64)

Color info

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

RGB color model

#693B40 color RGB value is (105,59,64).

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

RGB channels and saturation

R 105 of 255 = 41%
G 59 of 255 = 23%
B 64 of 255 = 25%

105
59
64

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

Portions of RGB colors in percentages

R + G + B =
105 + 59 + 64 = 228 (100%)
R 105 of 228 ~ 46.05%
G 59 of 228 ~ 25.88%
B 64 of 228 ~ 28.07%

%46.05
%25.88
%28.07

CMYK color model

#693B40 color CMYK value is (0,44,39,59).

  • cyan value is 0.00%
  • magenta value is 43.81%
  • yellow value is 39.05%
  • key color value is 58.82%
CMYK:
(0,44,39,59)
C0M44Y39K59 
(0%,44%,39%,59%)
(0.00/0.44/0.39/0.59)	

CMYK percentages

%0
%43.81
%39.05
%58.82

Codes

Color #693B40 in popluar color models

693B40
RGB1055964
HSL353°28.05%32.16%
HSB/HSV353°43.81%41.18%
CMYK0.00%43.81%39.05%
58.82%

Color #693B40 in popluar number systems.

HEX693B40
Decimal1055964
Binary11010011110111000000
Octal15173100

Shades and tints

Shades of #693B40

#693B40
(105,59,64)
#60363B
(96,54,59)
#573136
(87,49,54)
#4E2C31
(78,44,49)
#45272C
(69,39,44)
#3C2227
(60,34,39)
#331D22
(51,29,34)
#2A181D
(42,24,29)
#211318
(33,19,24)
#180E13
(24,14,19)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #693B40

#693B40
(105,59,64)
#764C51
(118,76,81)
#835D62
(131,93,98)
#906E73
(144,110,115)
#9D7F84
(157,127,132)
#AA9095
(170,144,149)
#B7A1A6
(183,161,166)
#C4B2B7
(196,178,183)
#D1C3C8
(209,195,200)
#DED4D9
(222,212,217)
#EBE5EA
(235,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #693B40; }

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

This text font color is #693B40.


Background Color

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

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

This div background color is #693B40.


Border color

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

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

This div border color is #693B40.


Opacity

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

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

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

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

This text has shadow with #693B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693B40 on black background.


Color preview on white background

This text has color #693B40 on white background.



Black color preview on #693B40 background

This text has black color on #693B40 background.


White color preview on #693B40 background

This text has white color on #693B40 background.