COLOR #693A5A

HEX: #693A5A
RGB: (105,58,90)

Color info

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

RGB color model

#693A5A color RGB value is (105,58,90).

  • red value is 105;
  • green value is 58;
  • blue value is 90.
RGB:
(105,58,90)
(41%,23%,35%)

RGB channels and saturation

R 105 of 255 = 41%
G 58 of 255 = 23%
B 90 of 255 = 35%

105
58
90

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

Portions of RGB colors in percentages

R + G + B =
105 + 58 + 90 = 253 (100%)
R 105 of 253 ~ 41.5%
G 58 of 253 ~ 22.92%
B 90 of 253 ~ 35.57%

%41.5
%22.92
%35.57

CMYK color model

#693A5A color CMYK value is (0,45,14,59).

  • cyan value is 0.00%
  • magenta value is 44.76%
  • yellow value is 14.29%
  • key color value is 58.82%
CMYK:
(0,45,14,59)
C0M45Y14K59 
(0%,45%,14%,59%)
(0.00/0.45/0.14/0.59)	

CMYK percentages

%0
%44.76
%14.29
%58.82

Codes

Color #693A5A in popluar color models

693A5A
RGB1055890
HSL319°28.83%31.96%
HSB/HSV319°44.76%41.18%
CMYK0.00%44.76%14.29%
58.82%

Color #693A5A in popluar number systems.

HEX693A5A
Decimal1055890
Binary11010011110101011010
Octal15172132

Shades and tints

Shades of #693A5A

#693A5A
(105,58,90)
#603552
(96,53,82)
#57304A
(87,48,74)
#4E2B42
(78,43,66)
#45263A
(69,38,58)
#3C2132
(60,33,50)
#331C2A
(51,28,42)
#2A1722
(42,23,34)
#21121A
(33,18,26)
#180D12
(24,13,18)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #693A5A

#693A5A
(105,58,90)
#764B69
(118,75,105)
#835C78
(131,92,120)
#906D87
(144,109,135)
#9D7E96
(157,126,150)
#AA8FA5
(170,143,165)
#B7A0B4
(183,160,180)
#C4B1C3
(196,177,195)
#D1C2D2
(209,194,210)
#DED3E1
(222,211,225)
#EBE4F0
(235,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693A5A color. Also use rgb(105,58,90) instead hex code.

Text Font Color

.myTextColor { color: #693A5A; }

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

This text font color is #693A5A.


Background Color

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

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

This div background color is #693A5A.


Border color

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

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

This div border color is #693A5A.


Opacity

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

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

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

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

This text has shadow with #693A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693A5A on black background.


Color preview on white background

This text has color #693A5A on white background.



Black color preview on #693A5A background

This text has black color on #693A5A background.


White color preview on #693A5A background

This text has white color on #693A5A background.