COLOR #706275

HEX: #706275
RGB: (112,98,117)

Color info

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

RGB color model

#706275 color RGB value is (112,98,117).

  • red value is 112;
  • green value is 98;
  • blue value is 117.
RGB:
(112,98,117)
(44%,38%,46%)

RGB channels and saturation

R 112 of 255 = 44%
G 98 of 255 = 38%
B 117 of 255 = 46%

112
98
117

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

Portions of RGB colors in percentages

R + G + B =
112 + 98 + 117 = 327 (100%)
R 112 of 327 ~ 34.25%
G 98 of 327 ~ 29.97%
B 117 of 327 ~ 35.78%

%34.25
%29.97
%35.78

CMYK color model

#706275 color CMYK value is (4,16,0,54).

  • cyan value is 4.27%
  • magenta value is 16.24%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(4,16,0,54)
C4M16Y0K54 
(4%,16%,0%,54%)
(0.04/0.16/0.00/0.54)	

CMYK percentages

%4.27
%16.24
%0
%54.12

Codes

Color #706275 in popluar color models

706275
RGB11298117
HSL284°8.84%42.16%
HSB/HSV284°16.24%45.88%
CMYK4.27%16.24%0.00%
54.12%

Color #706275 in popluar number systems.

HEX706275
Decimal11298117
Binary111000011000101110101
Octal160142165

Shades and tints

Shades of #706275

#706275
(112,98,117)
#665A6B
(102,90,107)
#5C5261
(92,82,97)
#524A57
(82,74,87)
#48424D
(72,66,77)
#3E3A43
(62,58,67)
#343239
(52,50,57)
#2A2A2F
(42,42,47)
#202225
(32,34,37)
#161A1B
(22,26,27)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #706275

#706275
(112,98,117)
#7D7081
(125,112,129)
#8A7E8D
(138,126,141)
#978C99
(151,140,153)
#A49AA5
(164,154,165)
#B1A8B1
(177,168,177)
#BEB6BD
(190,182,189)
#CBC4C9
(203,196,201)
#D8D2D5
(216,210,213)
#E5E0E1
(229,224,225)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706275 color. Also use rgb(112,98,117) instead hex code.

Text Font Color

.myTextColor { color: #706275; }

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

This text font color is #706275.


Background Color

.myBgColor { background-color: #706275; }

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

This div background color is #706275.


Border color

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

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

This div border color is #706275.


Opacity

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

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

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

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

This text has shadow with #706275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706275 on black background.


Color preview on white background

This text has color #706275 on white background.



Black color preview on #706275 background

This text has black color on #706275 background.


White color preview on #706275 background

This text has white color on #706275 background.