COLOR #693F55

HEX: #693F55
RGB: (105,63,85)

Color info

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

RGB color model

#693F55 color RGB value is (105,63,85).

  • red value is 105;
  • green value is 63;
  • blue value is 85.
RGB:
(105,63,85)
(41%,25%,33%)

RGB channels and saturation

R 105 of 255 = 41%
G 63 of 255 = 25%
B 85 of 255 = 33%

105
63
85

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

Portions of RGB colors in percentages

R + G + B =
105 + 63 + 85 = 253 (100%)
R 105 of 253 ~ 41.5%
G 63 of 253 ~ 24.9%
B 85 of 253 ~ 33.6%

%41.5
%24.9
%33.6

CMYK color model

#693F55 color CMYK value is (0,40,19,59).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 19.05%
  • key color value is 58.82%
CMYK:
(0,40,19,59)
C0M40Y19K59 
(0%,40%,19%,59%)
(0.00/0.40/0.19/0.59)	

CMYK percentages

%0
%40
%19.05
%58.82

Codes

Color #693F55 in popluar color models

693F55
RGB1056385
HSL329°25.00%32.94%
HSB/HSV329°40.00%41.18%
CMYK0.00%40.00%19.05%
58.82%

Color #693F55 in popluar number systems.

HEX693F55
Decimal1056385
Binary11010011111111010101
Octal15177125

Shades and tints

Shades of #693F55

#693F55
(105,63,85)
#603A4E
(96,58,78)
#573547
(87,53,71)
#4E3040
(78,48,64)
#452B39
(69,43,57)
#3C2632
(60,38,50)
#33212B
(51,33,43)
#2A1C24
(42,28,36)
#21171D
(33,23,29)
#181216
(24,18,22)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #693F55

#693F55
(105,63,85)
#765064
(118,80,100)
#836173
(131,97,115)
#907282
(144,114,130)
#9D8391
(157,131,145)
#AA94A0
(170,148,160)
#B7A5AF
(183,165,175)
#C4B6BE
(196,182,190)
#D1C7CD
(209,199,205)
#DED8DC
(222,216,220)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693F55 color. Also use rgb(105,63,85) instead hex code.

Text Font Color

.myTextColor { color: #693F55; }

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

This text font color is #693F55.


Background Color

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

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

This div background color is #693F55.


Border color

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

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

This div border color is #693F55.


Opacity

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

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

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

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

This text has shadow with #693F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693F55 on black background.


Color preview on white background

This text has color #693F55 on white background.



Black color preview on #693F55 background

This text has black color on #693F55 background.


White color preview on #693F55 background

This text has white color on #693F55 background.