COLOR #694C5B

HEX: #694C5B
RGB: (105,76,91)

Color info

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

RGB color model

#694C5B color RGB value is (105,76,91).

  • red value is 105;
  • green value is 76;
  • blue value is 91.
RGB:
(105,76,91)
(41%,30%,36%)

RGB channels and saturation

R 105 of 255 = 41%
G 76 of 255 = 30%
B 91 of 255 = 36%

105
76
91

R + G + B ~ 36%. #694C5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 76 + 91 = 272 (100%)
R 105 of 272 ~ 38.6%
G 76 of 272 ~ 27.94%
B 91 of 272 ~ 33.46%

%38.6
%27.94
%33.46

CMYK color model

#694C5B color CMYK value is (0,28,13,59).

  • cyan value is 0.00%
  • magenta value is 27.62%
  • yellow value is 13.33%
  • key color value is 58.82%
CMYK:
(0,28,13,59)
C0M28Y13K59 
(0%,28%,13%,59%)
(0.00/0.28/0.13/0.59)	

CMYK percentages

%0
%27.62
%13.33
%58.82

Codes

Color #694C5B in popluar color models

694C5B
RGB1057691
HSL329°16.02%35.49%
HSB/HSV329°27.62%41.18%
CMYK0.00%27.62%13.33%
58.82%

Color #694C5B in popluar number systems.

HEX694C5B
Decimal1057691
Binary110100110011001011011
Octal151114133

Shades and tints

Shades of #694C5B

#694C5B
(105,76,91)
#604653
(96,70,83)
#57404B
(87,64,75)
#4E3A43
(78,58,67)
#45343B
(69,52,59)
#3C2E33
(60,46,51)
#33282B
(51,40,43)
#2A2223
(42,34,35)
#211C1B
(33,28,27)
#181613
(24,22,19)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #694C5B

#694C5B
(105,76,91)
#765C69
(118,92,105)
#836C77
(131,108,119)
#907C85
(144,124,133)
#9D8C93
(157,140,147)
#AA9CA1
(170,156,161)
#B7ACAF
(183,172,175)
#C4BCBD
(196,188,189)
#D1CCCB
(209,204,203)
#DEDCD9
(222,220,217)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #694C5B color. Also use rgb(105,76,91) instead hex code.

Text Font Color

.myTextColor { color: #694C5B; }

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

This text font color is #694C5B.


Background Color

.myBgColor { background-color: #694C5B; }

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

This div background color is #694C5B.


Border color

.myBorderColor { border: 1px solid #694C5B; }

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

This div border color is #694C5B.


Opacity

.myOpacity80 { color: #694C5B; opacity: 0.8; }

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

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

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

This text has shadow with #694C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #694C5B on black background.


Color preview on white background

This text has color #694C5B on white background.



Black color preview on #694C5B background

This text has black color on #694C5B background.


White color preview on #694C5B background

This text has white color on #694C5B background.