COLOR #706565

HEX: #706565 RGB: (112,101,101)

Color info

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

RGB color model

#706565 color RGB value is (112,101,101).

RGB: (112,101,101) (44%, 40%, 40%)

RGB channels and saturation

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

112
101
101

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

Portions of RGB colors in percentages

R + G + B = 112 + 101 + 101 = 314 (100%)
R 112 of 314 ~ 35.67%
G 101 of 314 ~ 32.17%
B 101 of 314 ~ 32.17'%

%35.67
%32.17
%32.17

CMYK color model

#706565 color CMYK value is (0,10,10,56).

  • cyan value is 0.00%
  • magenta value is 9.82%
  • yellow value is 9.82%
  • key color value is 56.08%

CMYK: (0,10,10,56)
C0M10Y10K56 (0%, 10%, 10%, 56%)
(0.00 / 0.10 / 0.10 / 0.56)

CMYK percentages

%0
%9.82
%9.82
%56.08

Codes

Color #706565 in popluar color models

70 65 65
RGB 112 101 101
HSL 5.16% 41.76%
HSB/HSV 9.82% 43.92%
CMYK 0.00% 9.82% 9.82%
56.08%

Color #706565 in popluar number systems.

HEX 70 65 65
Decimal 112 101 101
Binary 1110000 1100101 1100101
Octal 160 145 145

Shades and tints

Shades of #706565

#706565
(112,101,101)
#665C5C
(102,92,92)
#5C5353
(92,83,83)
#524A4A
(82,74,74)
#484141
(72,65,65)
#3E3838
(62,56,56)
#342F2F
(52,47,47)
#2A2626
(42,38,38)
#201D1D
(32,29,29)
#161414
(22,20,20)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #706565

#706565
(112,101,101)
#7D7373
(125,115,115)
#8A8181
(138,129,129)
#978F8F
(151,143,143)
#A49D9D
(164,157,157)
#B1ABAB
(177,171,171)
#BEB9B9
(190,185,185)
#CBC7C7
(203,199,199)
#D8D5D5
(216,213,213)
#E5E3E3
(229,227,227)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706565; }

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

This text font color is #706565.

Background Color

.myBgColor { background-color: #706565; }

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

This div background color is #706565.

Border color

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

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

This div border color is #706565.

Opacity

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

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

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

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

This text has shadow with #706565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706565.

Preview

Color preview on black background

This text has color #706565 on black background.


Color preview on white background

This text has color #706565 on white background.


Black color preview on #706565 background

This text has black color on #706565 background.


White color preview on #706565 background

This text has white color on #706565 background.


Related colors

Complementary color

Complementary color for #hex is #8F9A9A.


I love getcolorcode.com