COLOR #693B5C

HEX: #693B5C RGB: (105,59,92)

Color info

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

RGB color model

#693B5C color RGB value is (105,59,92).

RGB: (105,59,92) (41%, 23%, 36%)

RGB channels and saturation

R 105 of 255 = 41%
G 59 of 255 = 23%
B 92 of 255 = 36%

105
59
92

R + G + B ~ 33%. #693B5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 105 + 59 + 92 = 256 (100%)
R 105 of 256 ~ 41.02%
G 59 of 256 ~ 23.05%
B 92 of 256 ~ 35.94'%

%41.02
%23.05
%35.94

CMYK color model

#693B5C color CMYK value is (0,44,12,59).

  • cyan value is 0.00%
  • magenta value is 43.81%
  • yellow value is 12.38%
  • key color value is 58.82%

CMYK: (0,44,12,59)
C0M44Y12K59 (0%, 44%, 12%, 59%)
(0.00 / 0.44 / 0.12 / 0.59)

CMYK percentages

%0
%43.81
%12.38
%58.82

Codes

Color #693B5C in popluar color models

69 3B 5C
RGB 105 59 92
HSL 317° 28.05% 32.16%
HSB/HSV 317° 43.81% 41.18%
CMYK 0.00% 43.81% 12.38%
58.82%

Color #693B5C in popluar number systems.

HEX 69 3B 5C
Decimal 105 59 92
Binary 1101001 111011 1011100
Octal 151 73 134

Shades and tints

Shades of #693B5C

#693B5C
(105,59,92)
#603654
(96,54,84)
#57314C
(87,49,76)
#4E2C44
(78,44,68)
#45273C
(69,39,60)
#3C2234
(60,34,52)
#331D2C
(51,29,44)
#2A1824
(42,24,36)
#21131C
(33,19,28)
#180E14
(24,14,20)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #693B5C

#693B5C
(105,59,92)
#764C6A
(118,76,106)
#835D78
(131,93,120)
#906E86
(144,110,134)
#9D7F94
(157,127,148)
#AA90A2
(170,144,162)
#B7A1B0
(183,161,176)
#C4B2BE
(196,178,190)
#D1C3CC
(209,195,204)
#DED4DA
(222,212,218)
#EBE5E8
(235,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #693B5C; }

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

This text font color is #693B5C.

Background Color

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

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

This div background color is #693B5C.

Border color

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

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

This div border color is #693B5C.

Opacity

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

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

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

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

This text has shadow with #693B5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #693B5C.

Preview

Color preview on black background

This text has color #693B5C on black background.


Color preview on white background

This text has color #693B5C on white background.


Black color preview on #693B5C background

This text has black color on #693B5C background.


White color preview on #693B5C background

This text has white color on #693B5C background.


Related colors

Complementary color

Complementary color for #hex is #96C4A3.


I love getcolorcode.com

Triadic colors

1 #5C693B and #3B5C69 with #693B5C are triadic colors.

2 #5C3B69 and #3B695C with #693B5C are triadic colors.