COLOR #706265

HEX: #706265
RGB: (112,98,101)

Color info

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

RGB color model

#706265 color RGB value is (112,98,101).

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

RGB channels and saturation

R 112 of 255 = 44%
G 98 of 255 = 38%
B 101 of 255 = 40%

112
98
101

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

Portions of RGB colors in percentages

R + G + B =
112 + 98 + 101 = 311 (100%)
R 112 of 311 ~ 36.01%
G 98 of 311 ~ 31.51%
B 101 of 311 ~ 32.48%

%36.01
%31.51
%32.48

CMYK color model

#706265 color CMYK value is (0,13,10,56).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 9.82%
  • key color value is 56.08%
CMYK:
(0,13,10,56)
C0M13Y10K56 
(0%,13%,10%,56%)
(0.00/0.13/0.10/0.56)	

CMYK percentages

%0
%12.5
%9.82
%56.08

Codes

Color #706265 in popluar color models

706265
RGB11298101
HSL347°6.67%41.18%
HSB/HSV347°12.50%43.92%
CMYK0.00%12.50%9.82%
56.08%

Color #706265 in popluar number systems.

HEX706265
Decimal11298101
Binary111000011000101100101
Octal160142145

Shades and tints

Shades of #706265

#706265
(112,98,101)
#665A5C
(102,90,92)
#5C5253
(92,82,83)
#524A4A
(82,74,74)
#484241
(72,66,65)
#3E3A38
(62,58,56)
#34322F
(52,50,47)
#2A2A26
(42,42,38)
#20221D
(32,34,29)
#161A14
(22,26,20)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #706265

#706265
(112,98,101)
#7D7073
(125,112,115)
#8A7E81
(138,126,129)
#978C8F
(151,140,143)
#A49A9D
(164,154,157)
#B1A8AB
(177,168,171)
#BEB6B9
(190,182,185)
#CBC4C7
(203,196,199)
#D8D2D5
(216,210,213)
#E5E0E3
(229,224,227)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706265; }

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

This text font color is #706265.


Background Color

.myBgColor { background-color: #706265; }

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

This div background color is #706265.


Border color

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

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

This div border color is #706265.


Opacity

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

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

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

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

This text has shadow with #706265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706265 on black background.


Color preview on white background

This text has color #706265 on white background.



Black color preview on #706265 background

This text has black color on #706265 background.


White color preview on #706265 background

This text has white color on #706265 background.