COLOR #694A59

HEX: #694A59
RGB: (105,74,89)

Color info

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

RGB color model

#694A59 color RGB value is (105,74,89).

  • red value is 105;
  • green value is 74;
  • blue value is 89.
RGB:
(105,74,89)
(41%,29%,35%)

RGB channels and saturation

R 105 of 255 = 41%
G 74 of 255 = 29%
B 89 of 255 = 35%

105
74
89

R + G + B ~ 35%. #694A59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 74 + 89 = 268 (100%)
R 105 of 268 ~ 39.18%
G 74 of 268 ~ 27.61%
B 89 of 268 ~ 33.21%

%39.18
%27.61
%33.21

CMYK color model

#694A59 color CMYK value is (0,30,15,59).

  • cyan value is 0.00%
  • magenta value is 29.52%
  • yellow value is 15.24%
  • key color value is 58.82%
CMYK:
(0,30,15,59)
C0M30Y15K59 
(0%,30%,15%,59%)
(0.00/0.30/0.15/0.59)	

CMYK percentages

%0
%29.52
%15.24
%58.82

Codes

Color #694A59 in popluar color models

694A59
RGB1057489
HSL331°17.32%35.10%
HSB/HSV331°29.52%41.18%
CMYK0.00%29.52%15.24%
58.82%

Color #694A59 in popluar number systems.

HEX694A59
Decimal1057489
Binary110100110010101011001
Octal151112131

Shades and tints

Shades of #694A59

#694A59
(105,74,89)
#604451
(96,68,81)
#573E49
(87,62,73)
#4E3841
(78,56,65)
#453239
(69,50,57)
#3C2C31
(60,44,49)
#332629
(51,38,41)
#2A2021
(42,32,33)
#211A19
(33,26,25)
#181411
(24,20,17)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #694A59

#694A59
(105,74,89)
#765A68
(118,90,104)
#836A77
(131,106,119)
#907A86
(144,122,134)
#9D8A95
(157,138,149)
#AA9AA4
(170,154,164)
#B7AAB3
(183,170,179)
#C4BAC2
(196,186,194)
#D1CAD1
(209,202,209)
#DEDAE0
(222,218,224)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #694A59 color. Also use rgb(105,74,89) instead hex code.

Text Font Color

.myTextColor { color: #694A59; }

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

This text font color is #694A59.


Background Color

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

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

This div background color is #694A59.


Border color

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

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

This div border color is #694A59.


Opacity

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

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

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

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

This text has shadow with #694A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #694A59 on black background.


Color preview on white background

This text has color #694A59 on white background.



Black color preview on #694A59 background

This text has black color on #694A59 background.


White color preview on #694A59 background

This text has white color on #694A59 background.