COLOR #694F51

HEX: #694F51
RGB: (105,79,81)

Color info

#694F51 contains red, green and blue colors in about the same proportion. Web safe color of #694F51 is #666666 (or #666).

RGB color model

#694F51 color RGB value is (105,79,81).

  • red value is 105;
  • green value is 79;
  • blue value is 81.
RGB:
(105,79,81)
(41%,31%,32%)

RGB channels and saturation

R 105 of 255 = 41%
G 79 of 255 = 31%
B 81 of 255 = 32%

105
79
81

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

Portions of RGB colors in percentages

R + G + B =
105 + 79 + 81 = 265 (100%)
R 105 of 265 ~ 39.62%
G 79 of 265 ~ 29.81%
B 81 of 265 ~ 30.57%

%39.62
%29.81
%30.57

CMYK color model

#694F51 color CMYK value is (0,25,23,59).

  • cyan value is 0.00%
  • magenta value is 24.76%
  • yellow value is 22.86%
  • key color value is 58.82%
CMYK:
(0,25,23,59)
C0M25Y23K59 
(0%,25%,23%,59%)
(0.00/0.25/0.23/0.59)	

CMYK percentages

%0
%24.76
%22.86
%58.82

Codes

Color #694F51 in popluar color models

694F51
RGB1057981
HSL355°14.13%36.08%
HSB/HSV355°24.76%41.18%
CMYK0.00%24.76%22.86%
58.82%

Color #694F51 in popluar number systems.

HEX694F51
Decimal1057981
Binary110100110011111010001
Octal151117121

Shades and tints

Shades of #694F51

#694F51
(105,79,81)
#60484A
(96,72,74)
#574143
(87,65,67)
#4E3A3C
(78,58,60)
#453335
(69,51,53)
#3C2C2E
(60,44,46)
#332527
(51,37,39)
#2A1E20
(42,30,32)
#211719
(33,23,25)
#181012
(24,16,18)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #694F51

#694F51
(105,79,81)
#765F60
(118,95,96)
#836F6F
(131,111,111)
#907F7E
(144,127,126)
#9D8F8D
(157,143,141)
#AA9F9C
(170,159,156)
#B7AFAB
(183,175,171)
#C4BFBA
(196,191,186)
#D1CFC9
(209,207,201)
#DEDFD8
(222,223,216)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #694F51 color. Also use rgb(105,79,81) instead hex code.

Text Font Color

.myTextColor { color: #694F51; }

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

This text font color is #694F51.


Background Color

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

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

This div background color is #694F51.


Border color

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

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

This div border color is #694F51.


Opacity

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

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

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

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

This text has shadow with #694F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #694F51 on black background.


Color preview on white background

This text has color #694F51 on white background.



Black color preview on #694F51 background

This text has black color on #694F51 background.


White color preview on #694F51 background

This text has white color on #694F51 background.