COLOR #707567

HEX: #707567
RGB: (112,117,103)

Color info

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

RGB color model

#707567 color RGB value is (112,117,103).

  • red value is 112;
  • green value is 117;
  • blue value is 103.
RGB:
(112,117,103)
(44%,46%,40%)

RGB channels and saturation

R 112 of 255 = 44%
G 117 of 255 = 46%
B 103 of 255 = 40%

112
117
103

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

Portions of RGB colors in percentages

R + G + B =
112 + 117 + 103 = 332 (100%)
R 112 of 332 ~ 33.73%
G 117 of 332 ~ 35.24%
B 103 of 332 ~ 31.02%

%33.73
%35.24
%31.02

CMYK color model

#707567 color CMYK value is (4,0,12,54).

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 11.97%
  • key color value is 54.12%
CMYK:
(4,0,12,54)
C4M0Y12K54 
(4%,0%,12%,54%)
(0.04/0.00/0.12/0.54)	

CMYK percentages

%4.27
%0
%11.97
%54.12

Codes

Color #707567 in popluar color models

707567
RGB112117103
HSL81°6.36%43.14%
HSB/HSV81°11.97%45.88%
CMYK4.27%0.00%11.97%
54.12%

Color #707567 in popluar number systems.

HEX707567
Decimal112117103
Binary111000011101011100111
Octal160165147

Shades and tints

Shades of #707567

#707567
(112,117,103)
#666B5E
(102,107,94)
#5C6155
(92,97,85)
#52574C
(82,87,76)
#484D43
(72,77,67)
#3E433A
(62,67,58)
#343931
(52,57,49)
#2A2F28
(42,47,40)
#20251F
(32,37,31)
#161B16
(22,27,22)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #707567

#707567
(112,117,103)
#7D8174
(125,129,116)
#8A8D81
(138,141,129)
#97998E
(151,153,142)
#A4A59B
(164,165,155)
#B1B1A8
(177,177,168)
#BEBDB5
(190,189,181)
#CBC9C2
(203,201,194)
#D8D5CF
(216,213,207)
#E5E1DC
(229,225,220)
#F2EDE9
(242,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707567 color. Also use rgb(112,117,103) instead hex code.

Text Font Color

.myTextColor { color: #707567; }

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

This text font color is #707567.


Background Color

.myBgColor { background-color: #707567; }

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

This div background color is #707567.


Border color

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

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

This div border color is #707567.


Opacity

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

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

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

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

This text has shadow with #707567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707567 on black background.


Color preview on white background

This text has color #707567 on white background.



Black color preview on #707567 background

This text has black color on #707567 background.


White color preview on #707567 background

This text has white color on #707567 background.