COLOR #694949

HEX: #694949
RGB: (105,73,73)

Color info

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

RGB color model

#694949 color RGB value is (105,73,73).

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

RGB channels and saturation

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

105
73
73

R + G + B ~ 33%. #694949 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 73 + 73 = 251 (100%)
R 105 of 251 ~ 41.83%
G 73 of 251 ~ 29.08%
B 73 of 251 ~ 29.08%

%41.83
%29.08
%29.08

CMYK color model

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

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

CMYK percentages

%0
%30.48
%30.48
%58.82

Codes

Color #694949 in popluar color models

694949
RGB1057373
HSL17.98%34.90%
HSB/HSV30.48%41.18%
CMYK0.00%30.48%30.48%
58.82%

Color #694949 in popluar number systems.

HEX694949
Decimal1057373
Binary110100110010011001001
Octal151111111

Shades and tints

Shades of #694949

#694949
(105,73,73)
#604343
(96,67,67)
#573D3D
(87,61,61)
#4E3737
(78,55,55)
#453131
(69,49,49)
#3C2B2B
(60,43,43)
#332525
(51,37,37)
#2A1F1F
(42,31,31)
#211919
(33,25,25)
#181313
(24,19,19)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #694949

#694949
(105,73,73)
#765959
(118,89,89)
#836969
(131,105,105)
#907979
(144,121,121)
#9D8989
(157,137,137)
#AA9999
(170,153,153)
#B7A9A9
(183,169,169)
#C4B9B9
(196,185,185)
#D1C9C9
(209,201,201)
#DED9D9
(222,217,217)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #694949; }

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

This text font color is #694949.


Background Color

.myBgColor { background-color: #694949; }

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

This div background color is #694949.


Border color

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

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

This div border color is #694949.


Opacity

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

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

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

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

This text has shadow with #694949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #694949 on black background.


Color preview on white background

This text has color #694949 on white background.



Black color preview on #694949 background

This text has black color on #694949 background.


White color preview on #694949 background

This text has white color on #694949 background.