COLOR #693E4F

HEX: #693E4F
RGB: (105,62,79)

Color info

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

RGB color model

#693E4F color RGB value is (105,62,79).

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

RGB channels and saturation

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

105
62
79

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

Portions of RGB colors in percentages

R + G + B =
105 + 62 + 79 = 246 (100%)
R 105 of 246 ~ 42.68%
G 62 of 246 ~ 25.2%
B 79 of 246 ~ 32.11%

%42.68
%25.2
%32.11

CMYK color model

#693E4F color CMYK value is (0,41,25,59).

  • cyan value is 0.00%
  • magenta value is 40.95%
  • yellow value is 24.76%
  • key color value is 58.82%
CMYK:
(0,41,25,59)
C0M41Y25K59 
(0%,41%,25%,59%)
(0.00/0.41/0.25/0.59)	

CMYK percentages

%0
%40.95
%24.76
%58.82

Codes

Color #693E4F in popluar color models

693E4F
RGB1056279
HSL336°25.75%32.75%
HSB/HSV336°40.95%41.18%
CMYK0.00%40.95%24.76%
58.82%

Color #693E4F in popluar number systems.

HEX693E4F
Decimal1056279
Binary11010011111101001111
Octal15176117

Shades and tints

Shades of #693E4F

#693E4F
(105,62,79)
#603948
(96,57,72)
#573441
(87,52,65)
#4E2F3A
(78,47,58)
#452A33
(69,42,51)
#3C252C
(60,37,44)
#332025
(51,32,37)
#2A1B1E
(42,27,30)
#211617
(33,22,23)
#181110
(24,17,16)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #693E4F

#693E4F
(105,62,79)
#764F5F
(118,79,95)
#83606F
(131,96,111)
#90717F
(144,113,127)
#9D828F
(157,130,143)
#AA939F
(170,147,159)
#B7A4AF
(183,164,175)
#C4B5BF
(196,181,191)
#D1C6CF
(209,198,207)
#DED7DF
(222,215,223)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #693E4F; }

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

This text font color is #693E4F.


Background Color

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

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

This div background color is #693E4F.


Border color

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

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

This div border color is #693E4F.


Opacity

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

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

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

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

This text has shadow with #693E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693E4F on black background.


Color preview on white background

This text has color #693E4F on white background.



Black color preview on #693E4F background

This text has black color on #693E4F background.


White color preview on #693E4F background

This text has white color on #693E4F background.