COLOR #693E50

HEX: #693E50
RGB: (105,62,80)

Color info

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

RGB color model

#693E50 color RGB value is (105,62,80).

  • red value is 105;
  • green value is 62;
  • blue value is 80.
RGB:
(105,62,80)
(41%,24%,31%)

RGB channels and saturation

R 105 of 255 = 41%
G 62 of 255 = 24%
B 80 of 255 = 31%

105
62
80

R + G + B ~ 32%. #693E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 62 + 80 = 247 (100%)
R 105 of 247 ~ 42.51%
G 62 of 247 ~ 25.1%
B 80 of 247 ~ 32.39%

%42.51
%25.1
%32.39

CMYK color model

#693E50 color CMYK value is (0,41,24,59).

  • cyan value is 0.00%
  • magenta value is 40.95%
  • yellow value is 23.81%
  • key color value is 58.82%
CMYK:
(0,41,24,59)
C0M41Y24K59 
(0%,41%,24%,59%)
(0.00/0.41/0.24/0.59)	

CMYK percentages

%0
%40.95
%23.81
%58.82

Codes

Color #693E50 in popluar color models

693E50
RGB1056280
HSL335°25.75%32.75%
HSB/HSV335°40.95%41.18%
CMYK0.00%40.95%23.81%
58.82%

Color #693E50 in popluar number systems.

HEX693E50
Decimal1056280
Binary11010011111101010000
Octal15176120

Shades and tints

Shades of #693E50

#693E50
(105,62,80)
#603949
(96,57,73)
#573442
(87,52,66)
#4E2F3B
(78,47,59)
#452A34
(69,42,52)
#3C252D
(60,37,45)
#332026
(51,32,38)
#2A1B1F
(42,27,31)
#211618
(33,22,24)
#181111
(24,17,17)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #693E50

#693E50
(105,62,80)
#764F5F
(118,79,95)
#83606E
(131,96,110)
#90717D
(144,113,125)
#9D828C
(157,130,140)
#AA939B
(170,147,155)
#B7A4AA
(183,164,170)
#C4B5B9
(196,181,185)
#D1C6C8
(209,198,200)
#DED7D7
(222,215,215)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693E50 color. Also use rgb(105,62,80) instead hex code.

Text Font Color

.myTextColor { color: #693E50; }

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

This text font color is #693E50.


Background Color

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

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

This div background color is #693E50.


Border color

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

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

This div border color is #693E50.


Opacity

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

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

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

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

This text has shadow with #693E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693E50 on black background.


Color preview on white background

This text has color #693E50 on white background.



Black color preview on #693E50 background

This text has black color on #693E50 background.


White color preview on #693E50 background

This text has white color on #693E50 background.