COLOR #707165

HEX: #707165
RGB: (112,113,101)

Color info

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

RGB color model

#707165 color RGB value is (112,113,101).

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

RGB channels and saturation

R 112 of 255 = 44%
G 113 of 255 = 44%
B 101 of 255 = 40%

112
113
101

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

Portions of RGB colors in percentages

R + G + B =
112 + 113 + 101 = 326 (100%)
R 112 of 326 ~ 34.36%
G 113 of 326 ~ 34.66%
B 101 of 326 ~ 30.98%

%34.36
%34.66
%30.98

CMYK color model

#707165 color CMYK value is (1,0,11,56).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 10.62%
  • key color value is 55.69%
CMYK:
(1,0,11,56)
C1M0Y11K56 
(1%,0%,11%,56%)
(0.01/0.00/0.11/0.56)	

CMYK percentages

%0.88
%0
%10.62
%55.69

Codes

Color #707165 in popluar color models

707165
RGB112113101
HSL65°5.61%41.96%
HSB/HSV65°10.62%44.31%
CMYK0.88%0.00%10.62%
55.69%

Color #707165 in popluar number systems.

HEX707165
Decimal112113101
Binary111000011100011100101
Octal160161145

Shades and tints

Shades of #707165

#707165
(112,113,101)
#66675C
(102,103,92)
#5C5D53
(92,93,83)
#52534A
(82,83,74)
#484941
(72,73,65)
#3E3F38
(62,63,56)
#34352F
(52,53,47)
#2A2B26
(42,43,38)
#20211D
(32,33,29)
#161714
(22,23,20)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #707165

#707165
(112,113,101)
#7D7D73
(125,125,115)
#8A8981
(138,137,129)
#97958F
(151,149,143)
#A4A19D
(164,161,157)
#B1ADAB
(177,173,171)
#BEB9B9
(190,185,185)
#CBC5C7
(203,197,199)
#D8D1D5
(216,209,213)
#E5DDE3
(229,221,227)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707165; }

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

This text font color is #707165.


Background Color

.myBgColor { background-color: #707165; }

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

This div background color is #707165.


Border color

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

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

This div border color is #707165.


Opacity

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

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

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

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

This text has shadow with #707165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707165 on black background.


Color preview on white background

This text has color #707165 on white background.



Black color preview on #707165 background

This text has black color on #707165 background.


White color preview on #707165 background

This text has white color on #707165 background.