COLOR #707366

HEX: #707366
RGB: (112,115,102)

Color info

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

RGB color model

#707366 color RGB value is (112,115,102).

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

RGB channels and saturation

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

112
115
102

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

Portions of RGB colors in percentages

R + G + B =
112 + 115 + 102 = 329 (100%)
R 112 of 329 ~ 34.04%
G 115 of 329 ~ 34.95%
B 102 of 329 ~ 31%

%34.04
%34.95
%31

CMYK color model

#707366 color CMYK value is (3,0,11,55).

  • cyan value is 2.61%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 54.90%
CMYK:
(3,0,11,55)
C3M0Y11K55 
(3%,0%,11%,55%)
(0.03/0.00/0.11/0.55)	

CMYK percentages

%2.61
%0
%11.3
%54.9

Codes

Color #707366 in popluar color models

707366
RGB112115102
HSL74°5.99%42.55%
HSB/HSV74°11.30%45.10%
CMYK2.61%0.00%11.30%
54.90%

Color #707366 in popluar number systems.

HEX707366
Decimal112115102
Binary111000011100111100110
Octal160163146

Shades and tints

Shades of #707366

#707366
(112,115,102)
#66695D
(102,105,93)
#5C5F54
(92,95,84)
#52554B
(82,85,75)
#484B42
(72,75,66)
#3E4139
(62,65,57)
#343730
(52,55,48)
#2A2D27
(42,45,39)
#20231E
(32,35,30)
#161915
(22,25,21)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #707366

#707366
(112,115,102)
#7D7F73
(125,127,115)
#8A8B80
(138,139,128)
#97978D
(151,151,141)
#A4A39A
(164,163,154)
#B1AFA7
(177,175,167)
#BEBBB4
(190,187,180)
#CBC7C1
(203,199,193)
#D8D3CE
(216,211,206)
#E5DFDB
(229,223,219)
#F2EBE8
(242,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707366; }

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

This text font color is #707366.


Background Color

.myBgColor { background-color: #707366; }

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

This div background color is #707366.


Border color

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

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

This div border color is #707366.


Opacity

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

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

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

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

This text has shadow with #707366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707366 on black background.


Color preview on white background

This text has color #707366 on white background.



Black color preview on #707366 background

This text has black color on #707366 background.


White color preview on #707366 background

This text has white color on #707366 background.