COLOR #707466

HEX: #707466
RGB: (112,116,102)

Color info

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

RGB color model

#707466 color RGB value is (112,116,102).

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

RGB channels and saturation

R 112 of 255 = 44%
G 116 of 255 = 45%
B 102 of 255 = 40%

112
116
102

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

Portions of RGB colors in percentages

R + G + B =
112 + 116 + 102 = 330 (100%)
R 112 of 330 ~ 33.94%
G 116 of 330 ~ 35.15%
B 102 of 330 ~ 30.91%

%33.94
%35.15
%30.91

CMYK color model

#707466 color CMYK value is (3,0,12,55).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 54.51%
CMYK:
(3,0,12,55)
C3M0Y12K55 
(3%,0%,12%,55%)
(0.03/0.00/0.12/0.55)	

CMYK percentages

%3.45
%0
%12.07
%54.51

Codes

Color #707466 in popluar color models

707466
RGB112116102
HSL77°6.42%42.75%
HSB/HSV77°12.07%45.49%
CMYK3.45%0.00%12.07%
54.51%

Color #707466 in popluar number systems.

HEX707466
Decimal112116102
Binary111000011101001100110
Octal160164146

Shades and tints

Shades of #707466

#707466
(112,116,102)
#666A5D
(102,106,93)
#5C6054
(92,96,84)
#52564B
(82,86,75)
#484C42
(72,76,66)
#3E4239
(62,66,57)
#343830
(52,56,48)
#2A2E27
(42,46,39)
#20241E
(32,36,30)
#161A15
(22,26,21)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #707466

#707466
(112,116,102)
#7D8073
(125,128,115)
#8A8C80
(138,140,128)
#97988D
(151,152,141)
#A4A49A
(164,164,154)
#B1B0A7
(177,176,167)
#BEBCB4
(190,188,180)
#CBC8C1
(203,200,193)
#D8D4CE
(216,212,206)
#E5E0DB
(229,224,219)
#F2ECE8
(242,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707466; }

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

This text font color is #707466.


Background Color

.myBgColor { background-color: #707466; }

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

This div background color is #707466.


Border color

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

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

This div border color is #707466.


Opacity

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

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

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

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

This text has shadow with #707466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707466 on black background.


Color preview on white background

This text has color #707466 on white background.



Black color preview on #707466 background

This text has black color on #707466 background.


White color preview on #707466 background

This text has white color on #707466 background.