COLOR #693D52

HEX: #693D52
RGB: (105,61,82)

Color info

#693D52 contains red, green and blue colors in about the same proportion. Web safe color of #693D52 is #663366 (or #636).

RGB color model

#693D52 color RGB value is (105,61,82).

  • red value is 105;
  • green value is 61;
  • blue value is 82.
RGB:
(105,61,82)
(41%,24%,32%)

RGB channels and saturation

R 105 of 255 = 41%
G 61 of 255 = 24%
B 82 of 255 = 32%

105
61
82

R + G + B ~ 32%. #693D52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 61 + 82 = 248 (100%)
R 105 of 248 ~ 42.34%
G 61 of 248 ~ 24.6%
B 82 of 248 ~ 33.06%

%42.34
%24.6
%33.06

CMYK color model

#693D52 color CMYK value is (0,42,22,59).

  • cyan value is 0.00%
  • magenta value is 41.90%
  • yellow value is 21.90%
  • key color value is 58.82%
CMYK:
(0,42,22,59)
C0M42Y22K59 
(0%,42%,22%,59%)
(0.00/0.42/0.22/0.59)	

CMYK percentages

%0
%41.9
%21.9
%58.82

Codes

Color #693D52 in popluar color models

693D52
RGB1056182
HSL331°26.51%32.55%
HSB/HSV331°41.90%41.18%
CMYK0.00%41.90%21.90%
58.82%

Color #693D52 in popluar number systems.

HEX693D52
Decimal1056182
Binary11010011111011010010
Octal15175122

Shades and tints

Shades of #693D52

#693D52
(105,61,82)
#60384B
(96,56,75)
#573344
(87,51,68)
#4E2E3D
(78,46,61)
#452936
(69,41,54)
#3C242F
(60,36,47)
#331F28
(51,31,40)
#2A1A21
(42,26,33)
#21151A
(33,21,26)
#181013
(24,16,19)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #693D52

#693D52
(105,61,82)
#764E61
(118,78,97)
#835F70
(131,95,112)
#90707F
(144,112,127)
#9D818E
(157,129,142)
#AA929D
(170,146,157)
#B7A3AC
(183,163,172)
#C4B4BB
(196,180,187)
#D1C5CA
(209,197,202)
#DED6D9
(222,214,217)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693D52 color. Also use rgb(105,61,82) instead hex code.

Text Font Color

.myTextColor { color: #693D52; }

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

This text font color is #693D52.


Background Color

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

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

This div background color is #693D52.


Border color

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

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

This div border color is #693D52.


Opacity

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

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

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

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

This text has shadow with #693D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693D52 on black background.


Color preview on white background

This text has color #693D52 on white background.



Black color preview on #693D52 background

This text has black color on #693D52 background.


White color preview on #693D52 background

This text has white color on #693D52 background.