COLOR #706263

HEX: #706263
RGB: (112,98,99)

Color info

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

RGB color model

#706263 color RGB value is (112,98,99).

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

RGB channels and saturation

R 112 of 255 = 44%
G 98 of 255 = 38%
B 99 of 255 = 39%

112
98
99

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

Portions of RGB colors in percentages

R + G + B =
112 + 98 + 99 = 309 (100%)
R 112 of 309 ~ 36.25%
G 98 of 309 ~ 31.72%
B 99 of 309 ~ 32.04%

%36.25
%31.72
%32.04

CMYK color model

#706263 color CMYK value is (0,13,12,56).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 11.61%
  • key color value is 56.08%
CMYK:
(0,13,12,56)
C0M13Y12K56 
(0%,13%,12%,56%)
(0.00/0.13/0.12/0.56)	

CMYK percentages

%0
%12.5
%11.61
%56.08

Codes

Color #706263 in popluar color models

706263
RGB1129899
HSL356°6.67%41.18%
HSB/HSV356°12.50%43.92%
CMYK0.00%12.50%11.61%
56.08%

Color #706263 in popluar number systems.

HEX706263
Decimal1129899
Binary111000011000101100011
Octal160142143

Shades and tints

Shades of #706263

#706263
(112,98,99)
#665A5A
(102,90,90)
#5C5251
(92,82,81)
#524A48
(82,74,72)
#48423F
(72,66,63)
#3E3A36
(62,58,54)
#34322D
(52,50,45)
#2A2A24
(42,42,36)
#20221B
(32,34,27)
#161A12
(22,26,18)
#0C1209
(12,18,9)
#000000
(0,0,0)

Tints of #706263

#706263
(112,98,99)
#7D7071
(125,112,113)
#8A7E7F
(138,126,127)
#978C8D
(151,140,141)
#A49A9B
(164,154,155)
#B1A8A9
(177,168,169)
#BEB6B7
(190,182,183)
#CBC4C5
(203,196,197)
#D8D2D3
(216,210,211)
#E5E0E1
(229,224,225)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706263; }

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

This text font color is #706263.


Background Color

.myBgColor { background-color: #706263; }

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

This div background color is #706263.


Border color

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

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

This div border color is #706263.


Opacity

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

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

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

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

This text has shadow with #706263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706263 on black background.


Color preview on white background

This text has color #706263 on white background.



Black color preview on #706263 background

This text has black color on #706263 background.


White color preview on #706263 background

This text has white color on #706263 background.