COLOR #707263

HEX: #707263
RGB: (112,114,99)

Color info

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

RGB color model

#707263 color RGB value is (112,114,99).

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

RGB channels and saturation

R 112 of 255 = 44%
G 114 of 255 = 45%
B 99 of 255 = 39%

112
114
99

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

Portions of RGB colors in percentages

R + G + B =
112 + 114 + 99 = 325 (100%)
R 112 of 325 ~ 34.46%
G 114 of 325 ~ 35.08%
B 99 of 325 ~ 30.46%

%34.46
%35.08
%30.46

CMYK color model

#707263 color CMYK value is (2,0,13,55).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 55.29%
CMYK:
(2,0,13,55)
C2M0Y13K55 
(2%,0%,13%,55%)
(0.02/0.00/0.13/0.55)	

CMYK percentages

%1.75
%0
%13.16
%55.29

Codes

Color #707263 in popluar color models

707263
RGB11211499
HSL68°7.04%41.76%
HSB/HSV68°13.16%44.71%
CMYK1.75%0.00%13.16%
55.29%

Color #707263 in popluar number systems.

HEX707263
Decimal11211499
Binary111000011100101100011
Octal160162143

Shades and tints

Shades of #707263

#707263
(112,114,99)
#66685A
(102,104,90)
#5C5E51
(92,94,81)
#525448
(82,84,72)
#484A3F
(72,74,63)
#3E4036
(62,64,54)
#34362D
(52,54,45)
#2A2C24
(42,44,36)
#20221B
(32,34,27)
#161812
(22,24,18)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #707263

#707263
(112,114,99)
#7D7E71
(125,126,113)
#8A8A7F
(138,138,127)
#97968D
(151,150,141)
#A4A29B
(164,162,155)
#B1AEA9
(177,174,169)
#BEBAB7
(190,186,183)
#CBC6C5
(203,198,197)
#D8D2D3
(216,210,211)
#E5DEE1
(229,222,225)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707263; }

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

This text font color is #707263.


Background Color

.myBgColor { background-color: #707263; }

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

This div background color is #707263.


Border color

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

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

This div border color is #707263.


Opacity

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

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

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

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

This text has shadow with #707263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707263 on black background.


Color preview on white background

This text has color #707263 on white background.



Black color preview on #707263 background

This text has black color on #707263 background.


White color preview on #707263 background

This text has white color on #707263 background.