COLOR #693D4F

HEX: #693D4F
RGB: (105,61,79)

Color info

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

RGB color model

#693D4F color RGB value is (105,61,79).

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

RGB channels and saturation

R 105 of 255 = 41%
G 61 of 255 = 24%
B 79 of 255 = 31%

105
61
79

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

Portions of RGB colors in percentages

R + G + B =
105 + 61 + 79 = 245 (100%)
R 105 of 245 ~ 42.86%
G 61 of 245 ~ 24.9%
B 79 of 245 ~ 32.24%

%42.86
%24.9
%32.24

CMYK color model

#693D4F color CMYK value is (0,42,25,59).

  • cyan value is 0.00%
  • magenta value is 41.90%
  • yellow value is 24.76%
  • key color value is 58.82%
CMYK:
(0,42,25,59)
C0M42Y25K59 
(0%,42%,25%,59%)
(0.00/0.42/0.25/0.59)	

CMYK percentages

%0
%41.9
%24.76
%58.82

Codes

Color #693D4F in popluar color models

693D4F
RGB1056179
HSL335°26.51%32.55%
HSB/HSV335°41.90%41.18%
CMYK0.00%41.90%24.76%
58.82%

Color #693D4F in popluar number systems.

HEX693D4F
Decimal1056179
Binary11010011111011001111
Octal15175117

Shades and tints

Shades of #693D4F

#693D4F
(105,61,79)
#603848
(96,56,72)
#573341
(87,51,65)
#4E2E3A
(78,46,58)
#452933
(69,41,51)
#3C242C
(60,36,44)
#331F25
(51,31,37)
#2A1A1E
(42,26,30)
#211517
(33,21,23)
#181010
(24,16,16)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #693D4F

#693D4F
(105,61,79)
#764E5F
(118,78,95)
#835F6F
(131,95,111)
#90707F
(144,112,127)
#9D818F
(157,129,143)
#AA929F
(170,146,159)
#B7A3AF
(183,163,175)
#C4B4BF
(196,180,191)
#D1C5CF
(209,197,207)
#DED6DF
(222,214,223)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #693D4F; }

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

This text font color is #693D4F.


Background Color

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

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

This div background color is #693D4F.


Border color

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

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

This div border color is #693D4F.


Opacity

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

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

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

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

This text has shadow with #693D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693D4F on black background.


Color preview on white background

This text has color #693D4F on white background.



Black color preview on #693D4F background

This text has black color on #693D4F background.


White color preview on #693D4F background

This text has white color on #693D4F background.