COLOR #694950

HEX: #694950
RGB: (105,73,80)

Color info

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

RGB color model

#694950 color RGB value is (105,73,80).

  • red value is 105;
  • green value is 73;
  • blue value is 80.
RGB:
(105,73,80)
(41%,29%,31%)

RGB channels and saturation

R 105 of 255 = 41%
G 73 of 255 = 29%
B 80 of 255 = 31%

105
73
80

R + G + B ~ 34%. #694950 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 73 + 80 = 258 (100%)
R 105 of 258 ~ 40.7%
G 73 of 258 ~ 28.29%
B 80 of 258 ~ 31.01%

%40.7
%28.29
%31.01

CMYK color model

#694950 color CMYK value is (0,30,24,59).

  • cyan value is 0.00%
  • magenta value is 30.48%
  • yellow value is 23.81%
  • key color value is 58.82%
CMYK:
(0,30,24,59)
C0M30Y24K59 
(0%,30%,24%,59%)
(0.00/0.30/0.24/0.59)	

CMYK percentages

%0
%30.48
%23.81
%58.82

Codes

Color #694950 in popluar color models

694950
RGB1057380
HSL347°17.98%34.90%
HSB/HSV347°30.48%41.18%
CMYK0.00%30.48%23.81%
58.82%

Color #694950 in popluar number systems.

HEX694950
Decimal1057380
Binary110100110010011010000
Octal151111120

Shades and tints

Shades of #694950

#694950
(105,73,80)
#604349
(96,67,73)
#573D42
(87,61,66)
#4E373B
(78,55,59)
#453134
(69,49,52)
#3C2B2D
(60,43,45)
#332526
(51,37,38)
#2A1F1F
(42,31,31)
#211918
(33,25,24)
#181311
(24,19,17)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #694950

#694950
(105,73,80)
#76595F
(118,89,95)
#83696E
(131,105,110)
#90797D
(144,121,125)
#9D898C
(157,137,140)
#AA999B
(170,153,155)
#B7A9AA
(183,169,170)
#C4B9B9
(196,185,185)
#D1C9C8
(209,201,200)
#DED9D7
(222,217,215)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #694950 color. Also use rgb(105,73,80) instead hex code.

Text Font Color

.myTextColor { color: #694950; }

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

This text font color is #694950.


Background Color

.myBgColor { background-color: #694950; }

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

This div background color is #694950.


Border color

.myBorderColor { border: 1px solid #694950; }

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

This div border color is #694950.


Opacity

.myOpacity80 { color: #694950; opacity: 0.8; }

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

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

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

This text has shadow with #694950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #694950 on black background.


Color preview on white background

This text has color #694950 on white background.



Black color preview on #694950 background

This text has black color on #694950 background.


White color preview on #694950 background

This text has white color on #694950 background.