COLOR #706476

HEX: #706476
RGB: (112,100,118)

Color info

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

RGB color model

#706476 color RGB value is (112,100,118).

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

RGB channels and saturation

R 112 of 255 = 44%
G 100 of 255 = 39%
B 118 of 255 = 46%

112
100
118

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

Portions of RGB colors in percentages

R + G + B =
112 + 100 + 118 = 330 (100%)
R 112 of 330 ~ 33.94%
G 100 of 330 ~ 30.3%
B 118 of 330 ~ 35.76%

%33.94
%30.3
%35.76

CMYK color model

#706476 color CMYK value is (5,15,0,54).

  • cyan value is 5.08%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(5,15,0,54)
C5M15Y0K54 
(5%,15%,0%,54%)
(0.05/0.15/0.00/0.54)	

CMYK percentages

%5.08
%15.25
%0
%53.73

Codes

Color #706476 in popluar color models

706476
RGB112100118
HSL280°8.26%42.75%
HSB/HSV280°15.25%46.27%
CMYK5.08%15.25%0.00%
53.73%

Color #706476 in popluar number systems.

HEX706476
Decimal112100118
Binary111000011001001110110
Octal160144166

Shades and tints

Shades of #706476

#706476
(112,100,118)
#665B6C
(102,91,108)
#5C5262
(92,82,98)
#524958
(82,73,88)
#48404E
(72,64,78)
#3E3744
(62,55,68)
#342E3A
(52,46,58)
#2A2530
(42,37,48)
#201C26
(32,28,38)
#16131C
(22,19,28)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #706476

#706476
(112,100,118)
#7D7282
(125,114,130)
#8A808E
(138,128,142)
#978E9A
(151,142,154)
#A49CA6
(164,156,166)
#B1AAB2
(177,170,178)
#BEB8BE
(190,184,190)
#CBC6CA
(203,198,202)
#D8D4D6
(216,212,214)
#E5E2E2
(229,226,226)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706476; }

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

This text font color is #706476.


Background Color

.myBgColor { background-color: #706476; }

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

This div background color is #706476.


Border color

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

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

This div border color is #706476.


Opacity

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

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

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

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

This text has shadow with #706476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706476 on black background.


Color preview on white background

This text has color #706476 on white background.



Black color preview on #706476 background

This text has black color on #706476 background.


White color preview on #706476 background

This text has white color on #706476 background.