COLOR #69494F

HEX: #69494F
RGB: (105,73,79)

Color info

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

RGB color model

#69494F color RGB value is (105,73,79).

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

RGB channels and saturation

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

105
73
79

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

Portions of RGB colors in percentages

R + G + B =
105 + 73 + 79 = 257 (100%)
R 105 of 257 ~ 40.86%
G 73 of 257 ~ 28.4%
B 79 of 257 ~ 30.74%

%40.86
%28.4
%30.74

CMYK color model

#69494F color CMYK value is (0,30,25,59).

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

CMYK percentages

%0
%30.48
%24.76
%58.82

Codes

Color #69494F in popluar color models

69494F
RGB1057379
HSL349°17.98%34.90%
HSB/HSV349°30.48%41.18%
CMYK0.00%30.48%24.76%
58.82%

Color #69494F in popluar number systems.

HEX69494F
Decimal1057379
Binary110100110010011001111
Octal151111117

Shades and tints

Shades of #69494F

#69494F
(105,73,79)
#604348
(96,67,72)
#573D41
(87,61,65)
#4E373A
(78,55,58)
#453133
(69,49,51)
#3C2B2C
(60,43,44)
#332525
(51,37,37)
#2A1F1E
(42,31,30)
#211917
(33,25,23)
#181310
(24,19,16)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #69494F

#69494F
(105,73,79)
#76595F
(118,89,95)
#83696F
(131,105,111)
#90797F
(144,121,127)
#9D898F
(157,137,143)
#AA999F
(170,153,159)
#B7A9AF
(183,169,175)
#C4B9BF
(196,185,191)
#D1C9CF
(209,201,207)
#DED9DF
(222,217,223)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69494F; }

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

This text font color is #69494F.


Background Color

.myBgColor { background-color: #69494F; }

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

This div background color is #69494F.


Border color

.myBorderColor { border: 1px solid #69494F; }

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

This div border color is #69494F.


Opacity

.myOpacity80 { color: #69494F; opacity: 0.8; }

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

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

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

This text has shadow with #69494F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69494F on black background.


Color preview on white background

This text has color #69494F on white background.



Black color preview on #69494F background

This text has black color on #69494F background.


White color preview on #69494F background

This text has white color on #69494F background.