COLOR #706469

HEX: #706469
RGB: (112,100,105)

Color info

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

RGB color model

#706469 color RGB value is (112,100,105).

  • red value is 112;
  • green value is 100;
  • blue value is 105.
RGB:
(112,100,105)
(44%,39%,41%)

RGB channels and saturation

R 112 of 255 = 44%
G 100 of 255 = 39%
B 105 of 255 = 41%

112
100
105

R + G + B ~ 41%. #706469 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 100 + 105 = 317 (100%)
R 112 of 317 ~ 35.33%
G 100 of 317 ~ 31.55%
B 105 of 317 ~ 33.12%

%35.33
%31.55
%33.12

CMYK color model

#706469 color CMYK value is (0,11,6,56).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 6.25%
  • key color value is 56.08%
CMYK:
(0,11,6,56)
C0M11Y6K56 
(0%,11%,6%,56%)
(0.00/0.11/0.06/0.56)	

CMYK percentages

%0
%10.71
%6.25
%56.08

Codes

Color #706469 in popluar color models

706469
RGB112100105
HSL335°5.66%41.57%
HSB/HSV335°10.71%43.92%
CMYK0.00%10.71%6.25%
56.08%

Color #706469 in popluar number systems.

HEX706469
Decimal112100105
Binary111000011001001101001
Octal160144151

Shades and tints

Shades of #706469

#706469
(112,100,105)
#665B60
(102,91,96)
#5C5257
(92,82,87)
#52494E
(82,73,78)
#484045
(72,64,69)
#3E373C
(62,55,60)
#342E33
(52,46,51)
#2A252A
(42,37,42)
#201C21
(32,28,33)
#161318
(22,19,24)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #706469

#706469
(112,100,105)
#7D7276
(125,114,118)
#8A8083
(138,128,131)
#978E90
(151,142,144)
#A49C9D
(164,156,157)
#B1AAAA
(177,170,170)
#BEB8B7
(190,184,183)
#CBC6C4
(203,198,196)
#D8D4D1
(216,212,209)
#E5E2DE
(229,226,222)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706469; }

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

This text font color is #706469.


Background Color

.myBgColor { background-color: #706469; }

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

This div background color is #706469.


Border color

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

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

This div border color is #706469.


Opacity

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

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

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

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

This text has shadow with #706469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706469 on black background.


Color preview on white background

This text has color #706469 on white background.



Black color preview on #706469 background

This text has black color on #706469 background.


White color preview on #706469 background

This text has white color on #706469 background.