COLOR #705052

HEX: #705052
RGB: (112,80,82)

Color info

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

RGB color model

#705052 color RGB value is (112,80,82).

  • red value is 112;
  • green value is 80;
  • blue value is 82.
RGB:
(112,80,82)
(44%,31%,32%)

RGB channels and saturation

R 112 of 255 = 44%
G 80 of 255 = 31%
B 82 of 255 = 32%

112
80
82

R + G + B ~ 36%. #705052 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 80 + 82 = 274 (100%)
R 112 of 274 ~ 40.88%
G 80 of 274 ~ 29.2%
B 82 of 274 ~ 29.93%

%40.88
%29.2
%29.93

CMYK color model

#705052 color CMYK value is (0,29,27,56).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 26.79%
  • key color value is 56.08%
CMYK:
(0,29,27,56)
C0M29Y27K56 
(0%,29%,27%,56%)
(0.00/0.29/0.27/0.56)	

CMYK percentages

%0
%28.57
%26.79
%56.08

Codes

Color #705052 in popluar color models

705052
RGB1128082
HSL356°16.67%37.65%
HSB/HSV356°28.57%43.92%
CMYK0.00%28.57%26.79%
56.08%

Color #705052 in popluar number systems.

HEX705052
Decimal1128082
Binary111000010100001010010
Octal160120122

Shades and tints

Shades of #705052

#705052
(112,80,82)
#66494B
(102,73,75)
#5C4244
(92,66,68)
#523B3D
(82,59,61)
#483436
(72,52,54)
#3E2D2F
(62,45,47)
#342628
(52,38,40)
#2A1F21
(42,31,33)
#20181A
(32,24,26)
#161113
(22,17,19)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #705052

#705052
(112,80,82)
#7D5F61
(125,95,97)
#8A6E70
(138,110,112)
#977D7F
(151,125,127)
#A48C8E
(164,140,142)
#B19B9D
(177,155,157)
#BEAAAC
(190,170,172)
#CBB9BB
(203,185,187)
#D8C8CA
(216,200,202)
#E5D7D9
(229,215,217)
#F2E6E8
(242,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705052; }

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

This text font color is #705052.


Background Color

.myBgColor { background-color: #705052; }

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

This div background color is #705052.


Border color

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

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

This div border color is #705052.


Opacity

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

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

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

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

This text has shadow with #705052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705052 on black background.


Color preview on white background

This text has color #705052 on white background.



Black color preview on #705052 background

This text has black color on #705052 background.


White color preview on #705052 background

This text has white color on #705052 background.