COLOR #693A4B

HEX: #693A4B
RGB: (105,58,75)

Color info

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

RGB color model

#693A4B color RGB value is (105,58,75).

  • red value is 105;
  • green value is 58;
  • blue value is 75.
RGB:
(105,58,75)
(41%,23%,29%)

RGB channels and saturation

R 105 of 255 = 41%
G 58 of 255 = 23%
B 75 of 255 = 29%

105
58
75

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

Portions of RGB colors in percentages

R + G + B =
105 + 58 + 75 = 238 (100%)
R 105 of 238 ~ 44.12%
G 58 of 238 ~ 24.37%
B 75 of 238 ~ 31.51%

%44.12
%24.37
%31.51

CMYK color model

#693A4B color CMYK value is (0,45,29,59).

  • cyan value is 0.00%
  • magenta value is 44.76%
  • yellow value is 28.57%
  • key color value is 58.82%
CMYK:
(0,45,29,59)
C0M45Y29K59 
(0%,45%,29%,59%)
(0.00/0.45/0.29/0.59)	

CMYK percentages

%0
%44.76
%28.57
%58.82

Codes

Color #693A4B in popluar color models

693A4B
RGB1055875
HSL338°28.83%31.96%
HSB/HSV338°44.76%41.18%
CMYK0.00%44.76%28.57%
58.82%

Color #693A4B in popluar number systems.

HEX693A4B
Decimal1055875
Binary11010011110101001011
Octal15172113

Shades and tints

Shades of #693A4B

#693A4B
(105,58,75)
#603545
(96,53,69)
#57303F
(87,48,63)
#4E2B39
(78,43,57)
#452633
(69,38,51)
#3C212D
(60,33,45)
#331C27
(51,28,39)
#2A1721
(42,23,33)
#21121B
(33,18,27)
#180D15
(24,13,21)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #693A4B

#693A4B
(105,58,75)
#764B5B
(118,75,91)
#835C6B
(131,92,107)
#906D7B
(144,109,123)
#9D7E8B
(157,126,139)
#AA8F9B
(170,143,155)
#B7A0AB
(183,160,171)
#C4B1BB
(196,177,187)
#D1C2CB
(209,194,203)
#DED3DB
(222,211,219)
#EBE4EB
(235,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693A4B color. Also use rgb(105,58,75) instead hex code.

Text Font Color

.myTextColor { color: #693A4B; }

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

This text font color is #693A4B.


Background Color

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

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

This div background color is #693A4B.


Border color

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

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

This div border color is #693A4B.


Opacity

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

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

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

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

This text has shadow with #693A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693A4B on black background.


Color preview on white background

This text has color #693A4B on white background.



Black color preview on #693A4B background

This text has black color on #693A4B background.


White color preview on #693A4B background

This text has white color on #693A4B background.