COLOR #693041

HEX: #693041
RGB: (105,48,65)

Color info

#693041 contains red, green and blue colors in about the same proportion. Web safe color of #693041 is #663333 (or #633).

RGB color model

#693041 color RGB value is (105,48,65).

  • red value is 105;
  • green value is 48;
  • blue value is 65.
RGB:
(105,48,65)
(41%,19%,25%)

RGB channels and saturation

R 105 of 255 = 41%
G 48 of 255 = 19%
B 65 of 255 = 25%

105
48
65

R + G + B ~ 28%. #693041 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 48 + 65 = 218 (100%)
R 105 of 218 ~ 48.17%
G 48 of 218 ~ 22.02%
B 65 of 218 ~ 29.82%

%48.17
%22.02
%29.82

CMYK color model

#693041 color CMYK value is (0,54,38,59).

  • cyan value is 0.00%
  • magenta value is 54.29%
  • yellow value is 38.10%
  • key color value is 58.82%
CMYK:
(0,54,38,59)
C0M54Y38K59 
(0%,54%,38%,59%)
(0.00/0.54/0.38/0.59)	

CMYK percentages

%0
%54.29
%38.1
%58.82

Codes

Color #693041 in popluar color models

693041
RGB1054865
HSL342°37.25%30.00%
HSB/HSV342°54.29%41.18%
CMYK0.00%54.29%38.10%
58.82%

Color #693041 in popluar number systems.

HEX693041
Decimal1054865
Binary11010011100001000001
Octal15160101

Shades and tints

Shades of #693041

#693041
(105,48,65)
#602C3C
(96,44,60)
#572837
(87,40,55)
#4E2432
(78,36,50)
#45202D
(69,32,45)
#3C1C28
(60,28,40)
#331823
(51,24,35)
#2A141E
(42,20,30)
#211019
(33,16,25)
#180C14
(24,12,20)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #693041

#693041
(105,48,65)
#764252
(118,66,82)
#835463
(131,84,99)
#906674
(144,102,116)
#9D7885
(157,120,133)
#AA8A96
(170,138,150)
#B79CA7
(183,156,167)
#C4AEB8
(196,174,184)
#D1C0C9
(209,192,201)
#DED2DA
(222,210,218)
#EBE4EB
(235,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693041 color. Also use rgb(105,48,65) instead hex code.

Text Font Color

.myTextColor { color: #693041; }

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

This text font color is #693041.


Background Color

.myBgColor { background-color: #693041; }

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

This div background color is #693041.


Border color

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

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

This div border color is #693041.


Opacity

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

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

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

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

This text has shadow with #693041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693041 on black background.


Color preview on white background

This text has color #693041 on white background.



Black color preview on #693041 background

This text has black color on #693041 background.


White color preview on #693041 background

This text has white color on #693041 background.