COLOR #693C4D

HEX: #693C4D RGB: (105,60,77)

Color info

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

RGB color model

#693C4D color RGB value is (105,60,77).

RGB: (105,60,77) (41%, 24%, 30%)

RGB channels and saturation

R 105 of 255 = 41%
G 60 of 255 = 24%
B 77 of 255 = 30%

105
60
77

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

Portions of RGB colors in percentages

R + G + B = 105 + 60 + 77 = 242 (100%)
R 105 of 242 ~ 43.39%
G 60 of 242 ~ 24.79%
B 77 of 242 ~ 31.82'%

%43.39
%24.79
%31.82

CMYK color model

#693C4D color CMYK value is (0,43,27,59).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 26.67%
  • key color value is 58.82%

CMYK: (0,43,27,59)
C0M43Y27K59 (0%, 43%, 27%, 59%)
(0.00 / 0.43 / 0.27 / 0.59)

CMYK percentages

%0
%42.86
%26.67
%58.82

Codes

Color #693C4D in popluar color models

69 3C 4D
RGB 105 60 77
HSL 337° 27.27% 32.35%
HSB/HSV 337° 42.86% 41.18%
CMYK 0.00% 42.86% 26.67%
58.82%

Color #693C4D in popluar number systems.

HEX 69 3C 4D
Decimal 105 60 77
Binary 1101001 111100 1001101
Octal 151 74 115

Shades and tints

Shades of #693C4D

#693C4D
(105,60,77)
#603746
(96,55,70)
#57323F
(87,50,63)
#4E2D38
(78,45,56)
#452831
(69,40,49)
#3C232A
(60,35,42)
#331E23
(51,30,35)
#2A191C
(42,25,28)
#211415
(33,20,21)
#180F0E
(24,15,14)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #693C4D

#693C4D
(105,60,77)
#764D5D
(118,77,93)
#835E6D
(131,94,109)
#906F7D
(144,111,125)
#9D808D
(157,128,141)
#AA919D
(170,145,157)
#B7A2AD
(183,162,173)
#C4B3BD
(196,179,189)
#D1C4CD
(209,196,205)
#DED5DD
(222,213,221)
#EBE6ED
(235,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693C4D color. Also use rgb(105,60,77) instead hex code.

Text Font Color

.myTextColor { color: #693C4D; }

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

This text font color is #693C4D.

Background Color

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

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

This div background color is #693C4D.

Border color

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

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

This div border color is #693C4D.

Opacity

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

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

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

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

This text has shadow with #693C4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #693C4D.

Preview

Color preview on black background

This text has color #693C4D on black background.


Color preview on white background

This text has color #693C4D on white background.


Black color preview on #693C4D background

This text has black color on #693C4D background.


White color preview on #693C4D background

This text has white color on #693C4D background.


Related colors

Complementary color

Complementary color for #hex is #96C3B2.


I love getcolorcode.com

Triadic colors

1 #4D693C and #3C4D69 with #693C4D are triadic colors.

2 #4D3C69 and #3C694D with #693C4D are triadic colors.