COLOR #693E59

HEX: #693E59
RGB: (105,62,89)

Color info

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

RGB color model

#693E59 color RGB value is (105,62,89).

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

RGB channels and saturation

R 105 of 255 = 41%
G 62 of 255 = 24%
B 89 of 255 = 35%

105
62
89

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

Portions of RGB colors in percentages

R + G + B =
105 + 62 + 89 = 256 (100%)
R 105 of 256 ~ 41.02%
G 62 of 256 ~ 24.22%
B 89 of 256 ~ 34.77%

%41.02
%24.22
%34.77

CMYK color model

#693E59 color CMYK value is (0,41,15,59).

  • cyan value is 0.00%
  • magenta value is 40.95%
  • yellow value is 15.24%
  • key color value is 58.82%
CMYK:
(0,41,15,59)
C0M41Y15K59 
(0%,41%,15%,59%)
(0.00/0.41/0.15/0.59)	

CMYK percentages

%0
%40.95
%15.24
%58.82

Codes

Color #693E59 in popluar color models

693E59
RGB1056289
HSL322°25.75%32.75%
HSB/HSV322°40.95%41.18%
CMYK0.00%40.95%15.24%
58.82%

Color #693E59 in popluar number systems.

HEX693E59
Decimal1056289
Binary11010011111101011001
Octal15176131

Shades and tints

Shades of #693E59

#693E59
(105,62,89)
#603951
(96,57,81)
#573449
(87,52,73)
#4E2F41
(78,47,65)
#452A39
(69,42,57)
#3C2531
(60,37,49)
#332029
(51,32,41)
#2A1B21
(42,27,33)
#211619
(33,22,25)
#181111
(24,17,17)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #693E59

#693E59
(105,62,89)
#764F68
(118,79,104)
#836077
(131,96,119)
#907186
(144,113,134)
#9D8295
(157,130,149)
#AA93A4
(170,147,164)
#B7A4B3
(183,164,179)
#C4B5C2
(196,181,194)
#D1C6D1
(209,198,209)
#DED7E0
(222,215,224)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #693E59; }

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

This text font color is #693E59.


Background Color

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

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

This div background color is #693E59.


Border color

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

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

This div border color is #693E59.


Opacity

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

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

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

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

This text has shadow with #693E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693E59 on black background.


Color preview on white background

This text has color #693E59 on white background.



Black color preview on #693E59 background

This text has black color on #693E59 background.


White color preview on #693E59 background

This text has white color on #693E59 background.