COLOR #693353

HEX: #693353
RGB: (105,51,83)

Color info

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

RGB color model

#693353 color RGB value is (105,51,83).

  • red value is 105;
  • green value is 51;
  • blue value is 83.
RGB:
(105,51,83)
(41%,20%,33%)

RGB channels and saturation

R 105 of 255 = 41%
G 51 of 255 = 20%
B 83 of 255 = 33%

105
51
83

R + G + B ~ 31%. #693353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 51 + 83 = 239 (100%)
R 105 of 239 ~ 43.93%
G 51 of 239 ~ 21.34%
B 83 of 239 ~ 34.73%

%43.93
%21.34
%34.73

CMYK color model

#693353 color CMYK value is (0,51,21,59).

  • cyan value is 0.00%
  • magenta value is 51.43%
  • yellow value is 20.95%
  • key color value is 58.82%
CMYK:
(0,51,21,59)
C0M51Y21K59 
(0%,51%,21%,59%)
(0.00/0.51/0.21/0.59)	

CMYK percentages

%0
%51.43
%20.95
%58.82

Codes

Color #693353 in popluar color models

693353
RGB1055183
HSL324°34.62%30.59%
HSB/HSV324°51.43%41.18%
CMYK0.00%51.43%20.95%
58.82%

Color #693353 in popluar number systems.

HEX693353
Decimal1055183
Binary11010011100111010011
Octal15163123

Shades and tints

Shades of #693353

#693353
(105,51,83)
#602F4C
(96,47,76)
#572B45
(87,43,69)
#4E273E
(78,39,62)
#452337
(69,35,55)
#3C1F30
(60,31,48)
#331B29
(51,27,41)
#2A1722
(42,23,34)
#21131B
(33,19,27)
#180F14
(24,15,20)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #693353

#693353
(105,51,83)
#764562
(118,69,98)
#835771
(131,87,113)
#906980
(144,105,128)
#9D7B8F
(157,123,143)
#AA8D9E
(170,141,158)
#B79FAD
(183,159,173)
#C4B1BC
(196,177,188)
#D1C3CB
(209,195,203)
#DED5DA
(222,213,218)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693353 color. Also use rgb(105,51,83) instead hex code.

Text Font Color

.myTextColor { color: #693353; }

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

This text font color is #693353.


Background Color

.myBgColor { background-color: #693353; }

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

This div background color is #693353.


Border color

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

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

This div border color is #693353.


Opacity

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

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

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

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

This text has shadow with #693353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693353 on black background.


Color preview on white background

This text has color #693353 on white background.



Black color preview on #693353 background

This text has black color on #693353 background.


White color preview on #693353 background

This text has white color on #693353 background.