COLOR #693C59

HEX: #693C59 RGB: (105,60,89)

Color info

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

RGB color model

#693C59 color RGB value is (105,60,89).

RGB: (105,60,89) (41%, 24%, 35%)

RGB channels and saturation

R 105 of 255 = 41%
G 60 of 255 = 24%
B 89 of 255 = 35%

105
60
89

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

Portions of RGB colors in percentages

R + G + B = 105 + 60 + 89 = 254 (100%)
R 105 of 254 ~ 41.34%
G 60 of 254 ~ 23.62%
B 89 of 254 ~ 35.04'%

%41.34
%23.62
%35.04

CMYK color model

#693C59 color CMYK value is (0,43,15,59).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 15.24%
  • key color value is 58.82%

CMYK: (0,43,15,59)
C0M43Y15K59 (0%, 43%, 15%, 59%)
(0.00 / 0.43 / 0.15 / 0.59)

CMYK percentages

%0
%42.86
%15.24
%58.82

Codes

Color #693C59 in popluar color models

69 3C 59
RGB 105 60 89
HSL 321° 27.27% 32.35%
HSB/HSV 321° 42.86% 41.18%
CMYK 0.00% 42.86% 15.24%
58.82%

Color #693C59 in popluar number systems.

HEX 69 3C 59
Decimal 105 60 89
Binary 1101001 111100 1011001
Octal 151 74 131

Shades and tints

Shades of #693C59

#693C59
(105,60,89)
#603751
(96,55,81)
#573249
(87,50,73)
#4E2D41
(78,45,65)
#452839
(69,40,57)
#3C2331
(60,35,49)
#331E29
(51,30,41)
#2A1921
(42,25,33)
#211419
(33,20,25)
#180F11
(24,15,17)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #693C59

#693C59
(105,60,89)
#764D68
(118,77,104)
#835E77
(131,94,119)
#906F86
(144,111,134)
#9D8095
(157,128,149)
#AA91A4
(170,145,164)
#B7A2B3
(183,162,179)
#C4B3C2
(196,179,194)
#D1C4D1
(209,196,209)
#DED5E0
(222,213,224)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693C59 color. Also use rgb(105,60,89) instead hex code.

Text Font Color

.myTextColor { color: #693C59; }

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

This text font color is #693C59.

Background Color

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

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

This div background color is #693C59.

Border color

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

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

This div border color is #693C59.

Opacity

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

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

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

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

This text has shadow with #693C59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #693C59.

Preview

Color preview on black background

This text has color #693C59 on black background.


Color preview on white background

This text has color #693C59 on white background.


Black color preview on #693C59 background

This text has black color on #693C59 background.


White color preview on #693C59 background

This text has white color on #693C59 background.


Related colors

Complementary color

Complementary color for #hex is #96C3A6.


I love getcolorcode.com

Triadic colors

1 #59693C and #3C5969 with #693C59 are triadic colors.

2 #593C69 and #3C6959 with #693C59 are triadic colors.