COLOR #693F4C

HEX: #693F4C RGB: (105,63,76)

Color info

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

RGB color model

#693F4C color RGB value is (105,63,76).

RGB: (105,63,76) (41%, 25%, 30%)

RGB channels and saturation

R 105 of 255 = 41%
G 63 of 255 = 25%
B 76 of 255 = 30%

105
63
76

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

Portions of RGB colors in percentages

R + G + B = 105 + 63 + 76 = 244 (100%)
R 105 of 244 ~ 43.03%
G 63 of 244 ~ 25.82%
B 76 of 244 ~ 31.15'%

%43.03
%25.82
%31.15

CMYK color model

#693F4C color CMYK value is (0,40,28,59).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 27.62%
  • key color value is 58.82%

CMYK: (0,40,28,59)
C0M40Y28K59 (0%, 40%, 28%, 59%)
(0.00 / 0.40 / 0.28 / 0.59)

CMYK percentages

%0
%40
%27.62
%58.82

Codes

Color #693F4C in popluar color models

69 3F 4C
RGB 105 63 76
HSL 341° 25.00% 32.94%
HSB/HSV 341° 40.00% 41.18%
CMYK 0.00% 40.00% 27.62%
58.82%

Color #693F4C in popluar number systems.

HEX 69 3F 4C
Decimal 105 63 76
Binary 1101001 111111 1001100
Octal 151 77 114

Shades and tints

Shades of #693F4C

#693F4C
(105,63,76)
#603A46
(96,58,70)
#573540
(87,53,64)
#4E303A
(78,48,58)
#452B34
(69,43,52)
#3C262E
(60,38,46)
#332128
(51,33,40)
#2A1C22
(42,28,34)
#21171C
(33,23,28)
#181216
(24,18,22)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #693F4C

#693F4C
(105,63,76)
#76505C
(118,80,92)
#83616C
(131,97,108)
#90727C
(144,114,124)
#9D838C
(157,131,140)
#AA949C
(170,148,156)
#B7A5AC
(183,165,172)
#C4B6BC
(196,182,188)
#D1C7CC
(209,199,204)
#DED8DC
(222,216,220)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693F4C color. Also use rgb(105,63,76) instead hex code.

Text Font Color

.myTextColor { color: #693F4C; }

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

This text font color is #693F4C.

Background Color

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

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

This div background color is #693F4C.

Border color

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

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

This div border color is #693F4C.

Opacity

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

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

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

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

This text has shadow with #693F4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #693F4C.

Preview

Color preview on black background

This text has color #693F4C on black background.


Color preview on white background

This text has color #693F4C on white background.


Black color preview on #693F4C background

This text has black color on #693F4C background.


White color preview on #693F4C background

This text has white color on #693F4C background.


Related colors

Complementary color

Complementary color for #hex is #96C0B3.


I love getcolorcode.com

Triadic colors

1 #4C693F and #3F4C69 with #693F4C are triadic colors.

2 #4C3F69 and #3F694C with #693F4C are triadic colors.