COLOR #705B6C

HEX: #705B6C
RGB: (112,91,108)

Color info

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

RGB color model

#705B6C color RGB value is (112,91,108).

  • red value is 112;
  • green value is 91;
  • blue value is 108.
RGB:
(112,91,108)
(44%,36%,42%)

RGB channels and saturation

R 112 of 255 = 44%
G 91 of 255 = 36%
B 108 of 255 = 42%

112
91
108

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

Portions of RGB colors in percentages

R + G + B =
112 + 91 + 108 = 311 (100%)
R 112 of 311 ~ 36.01%
G 91 of 311 ~ 29.26%
B 108 of 311 ~ 34.73%

%36.01
%29.26
%34.73

CMYK color model

#705B6C color CMYK value is (0,19,4,56).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 3.57%
  • key color value is 56.08%
CMYK:
(0,19,4,56)
C0M19Y4K56 
(0%,19%,4%,56%)
(0.00/0.19/0.04/0.56)	

CMYK percentages

%0
%18.75
%3.57
%56.08

Codes

Color #705B6C in popluar color models

705B6C
RGB11291108
HSL311°10.34%39.80%
HSB/HSV311°18.75%43.92%
CMYK0.00%18.75%3.57%
56.08%

Color #705B6C in popluar number systems.

HEX705B6C
Decimal11291108
Binary111000010110111101100
Octal160133154

Shades and tints

Shades of #705B6C

#705B6C
(112,91,108)
#665363
(102,83,99)
#5C4B5A
(92,75,90)
#524351
(82,67,81)
#483B48
(72,59,72)
#3E333F
(62,51,63)
#342B36
(52,43,54)
#2A232D
(42,35,45)
#201B24
(32,27,36)
#16131B
(22,19,27)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #705B6C

#705B6C
(112,91,108)
#7D6979
(125,105,121)
#8A7786
(138,119,134)
#978593
(151,133,147)
#A493A0
(164,147,160)
#B1A1AD
(177,161,173)
#BEAFBA
(190,175,186)
#CBBDC7
(203,189,199)
#D8CBD4
(216,203,212)
#E5D9E1
(229,217,225)
#F2E7EE
(242,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705B6C color. Also use rgb(112,91,108) instead hex code.

Text Font Color

.myTextColor { color: #705B6C; }

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

This text font color is #705B6C.


Background Color

.myBgColor { background-color: #705B6C; }

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

This div background color is #705B6C.


Border color

.myBorderColor { border: 1px solid #705B6C; }

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

This div border color is #705B6C.


Opacity

.myOpacity80 { color: #705B6C; opacity: 0.8; }

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

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

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

This text has shadow with #705B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705B6C on black background.


Color preview on white background

This text has color #705B6C on white background.



Black color preview on #705B6C background

This text has black color on #705B6C background.


White color preview on #705B6C background

This text has white color on #705B6C background.