COLOR #706266

HEX: #706266
RGB: (112,98,102)

Color info

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

RGB color model

#706266 color RGB value is (112,98,102).

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

RGB channels and saturation

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

112
98
102

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

Portions of RGB colors in percentages

R + G + B =
112 + 98 + 102 = 312 (100%)
R 112 of 312 ~ 35.9%
G 98 of 312 ~ 31.41%
B 102 of 312 ~ 32.69%

%35.9
%31.41
%32.69

CMYK color model

#706266 color CMYK value is (0,13,9,56).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 8.93%
  • key color value is 56.08%
CMYK:
(0,13,9,56)
C0M13Y9K56 
(0%,13%,9%,56%)
(0.00/0.13/0.09/0.56)	

CMYK percentages

%0
%12.5
%8.93
%56.08

Codes

Color #706266 in popluar color models

706266
RGB11298102
HSL343°6.67%41.18%
HSB/HSV343°12.50%43.92%
CMYK0.00%12.50%8.93%
56.08%

Color #706266 in popluar number systems.

HEX706266
Decimal11298102
Binary111000011000101100110
Octal160142146

Shades and tints

Shades of #706266

#706266
(112,98,102)
#665A5D
(102,90,93)
#5C5254
(92,82,84)
#524A4B
(82,74,75)
#484242
(72,66,66)
#3E3A39
(62,58,57)
#343230
(52,50,48)
#2A2A27
(42,42,39)
#20221E
(32,34,30)
#161A15
(22,26,21)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #706266

#706266
(112,98,102)
#7D7073
(125,112,115)
#8A7E80
(138,126,128)
#978C8D
(151,140,141)
#A49A9A
(164,154,154)
#B1A8A7
(177,168,167)
#BEB6B4
(190,182,180)
#CBC4C1
(203,196,193)
#D8D2CE
(216,210,206)
#E5E0DB
(229,224,219)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706266; }

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

This text font color is #706266.


Background Color

.myBgColor { background-color: #706266; }

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

This div background color is #706266.


Border color

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

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

This div border color is #706266.


Opacity

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

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

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

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

This text has shadow with #706266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706266 on black background.


Color preview on white background

This text has color #706266 on white background.



Black color preview on #706266 background

This text has black color on #706266 background.


White color preview on #706266 background

This text has white color on #706266 background.