COLOR #693764

HEX: #693764
RGB: (105,55,100)

Color info

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

RGB color model

#693764 color RGB value is (105,55,100).

  • red value is 105;
  • green value is 55;
  • blue value is 100.
RGB:
(105,55,100)
(41%,22%,39%)

RGB channels and saturation

R 105 of 255 = 41%
G 55 of 255 = 22%
B 100 of 255 = 39%

105
55
100

R + G + B ~ 34%. #693764 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 55 + 100 = 260 (100%)
R 105 of 260 ~ 40.38%
G 55 of 260 ~ 21.15%
B 100 of 260 ~ 38.46%

%40.38
%21.15
%38.46

CMYK color model

#693764 color CMYK value is (0,48,5,59).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 4.76%
  • key color value is 58.82%
CMYK:
(0,48,5,59)
C0M48Y5K59 
(0%,48%,5%,59%)
(0.00/0.48/0.05/0.59)	

CMYK percentages

%0
%47.62
%4.76
%58.82

Codes

Color #693764 in popluar color models

693764
RGB10555100
HSL306°31.25%31.37%
HSB/HSV306°47.62%41.18%
CMYK0.00%47.62%4.76%
58.82%

Color #693764 in popluar number systems.

HEX693764
Decimal10555100
Binary11010011101111100100
Octal15167144

Shades and tints

Shades of #693764

#693764
(105,55,100)
#60325B
(96,50,91)
#572D52
(87,45,82)
#4E2849
(78,40,73)
#452340
(69,35,64)
#3C1E37
(60,30,55)
#33192E
(51,25,46)
#2A1425
(42,20,37)
#210F1C
(33,15,28)
#180A13
(24,10,19)
#0F050A
(15,5,10)
#000000
(0,0,0)

Tints of #693764

#693764
(105,55,100)
#764972
(118,73,114)
#835B80
(131,91,128)
#906D8E
(144,109,142)
#9D7F9C
(157,127,156)
#AA91AA
(170,145,170)
#B7A3B8
(183,163,184)
#C4B5C6
(196,181,198)
#D1C7D4
(209,199,212)
#DED9E2
(222,217,226)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693764 color. Also use rgb(105,55,100) instead hex code.

Text Font Color

.myTextColor { color: #693764; }

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

This text font color is #693764.


Background Color

.myBgColor { background-color: #693764; }

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

This div background color is #693764.


Border color

.myBorderColor { border: 1px solid #693764; }

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

This div border color is #693764.


Opacity

.myOpacity80 { color: #693764; opacity: 0.8; }

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

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

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

This text has shadow with #693764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693764 on black background.


Color preview on white background

This text has color #693764 on white background.



Black color preview on #693764 background

This text has black color on #693764 background.


White color preview on #693764 background

This text has white color on #693764 background.