COLOR #693F54

HEX: #693F54
RGB: (105,63,84)

Color info

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

RGB color model

#693F54 color RGB value is (105,63,84).

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

RGB channels and saturation

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

105
63
84

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

Portions of RGB colors in percentages

R + G + B =
105 + 63 + 84 = 252 (100%)
R 105 of 252 ~ 41.67%
G 63 of 252 ~ 25%
B 84 of 252 ~ 33.33%

%41.67
%25
%33.33

CMYK color model

#693F54 color CMYK value is (0,40,20,59).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 20.00%
  • key color value is 58.82%
CMYK:
(0,40,20,59)
C0M40Y20K59 
(0%,40%,20%,59%)
(0.00/0.40/0.20/0.59)	

CMYK percentages

%0
%40
%20
%58.82

Codes

Color #693F54 in popluar color models

693F54
RGB1056384
HSL330°25.00%32.94%
HSB/HSV330°40.00%41.18%
CMYK0.00%40.00%20.00%
58.82%

Color #693F54 in popluar number systems.

HEX693F54
Decimal1056384
Binary11010011111111010100
Octal15177124

Shades and tints

Shades of #693F54

#693F54
(105,63,84)
#603A4D
(96,58,77)
#573546
(87,53,70)
#4E303F
(78,48,63)
#452B38
(69,43,56)
#3C2631
(60,38,49)
#33212A
(51,33,42)
#2A1C23
(42,28,35)
#21171C
(33,23,28)
#181215
(24,18,21)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #693F54

#693F54
(105,63,84)
#765063
(118,80,99)
#836172
(131,97,114)
#907281
(144,114,129)
#9D8390
(157,131,144)
#AA949F
(170,148,159)
#B7A5AE
(183,165,174)
#C4B6BD
(196,182,189)
#D1C7CC
(209,199,204)
#DED8DB
(222,216,219)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #693F54; }

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

This text font color is #693F54.


Background Color

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

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

This div background color is #693F54.


Border color

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

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

This div border color is #693F54.


Opacity

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

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

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

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

This text has shadow with #693F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693F54 on black background.


Color preview on white background

This text has color #693F54 on white background.



Black color preview on #693F54 background

This text has black color on #693F54 background.


White color preview on #693F54 background

This text has white color on #693F54 background.