COLOR #694963

HEX: #694963
RGB: (105,73,99)

Color info

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

RGB color model

#694963 color RGB value is (105,73,99).

  • red value is 105;
  • green value is 73;
  • blue value is 99.
RGB:
(105,73,99)
(41%,29%,39%)

RGB channels and saturation

R 105 of 255 = 41%
G 73 of 255 = 29%
B 99 of 255 = 39%

105
73
99

R + G + B ~ 36%. #694963 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 73 + 99 = 277 (100%)
R 105 of 277 ~ 37.91%
G 73 of 277 ~ 26.35%
B 99 of 277 ~ 35.74%

%37.91
%26.35
%35.74

CMYK color model

#694963 color CMYK value is (0,30,6,59).

  • cyan value is 0.00%
  • magenta value is 30.48%
  • yellow value is 5.71%
  • key color value is 58.82%
CMYK:
(0,30,6,59)
C0M30Y6K59 
(0%,30%,6%,59%)
(0.00/0.30/0.06/0.59)	

CMYK percentages

%0
%30.48
%5.71
%58.82

Codes

Color #694963 in popluar color models

694963
RGB1057399
HSL311°17.98%34.90%
HSB/HSV311°30.48%41.18%
CMYK0.00%30.48%5.71%
58.82%

Color #694963 in popluar number systems.

HEX694963
Decimal1057399
Binary110100110010011100011
Octal151111143

Shades and tints

Shades of #694963

#694963
(105,73,99)
#60435A
(96,67,90)
#573D51
(87,61,81)
#4E3748
(78,55,72)
#45313F
(69,49,63)
#3C2B36
(60,43,54)
#33252D
(51,37,45)
#2A1F24
(42,31,36)
#21191B
(33,25,27)
#181312
(24,19,18)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #694963

#694963
(105,73,99)
#765971
(118,89,113)
#83697F
(131,105,127)
#90798D
(144,121,141)
#9D899B
(157,137,155)
#AA99A9
(170,153,169)
#B7A9B7
(183,169,183)
#C4B9C5
(196,185,197)
#D1C9D3
(209,201,211)
#DED9E1
(222,217,225)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #694963 color. Also use rgb(105,73,99) instead hex code.

Text Font Color

.myTextColor { color: #694963; }

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

This text font color is #694963.


Background Color

.myBgColor { background-color: #694963; }

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

This div background color is #694963.


Border color

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

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

This div border color is #694963.


Opacity

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

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

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

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

This text has shadow with #694963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #694963 on black background.


Color preview on white background

This text has color #694963 on white background.



Black color preview on #694963 background

This text has black color on #694963 background.


White color preview on #694963 background

This text has white color on #694963 background.