COLOR #705269

HEX: #705269
RGB: (112,82,105)

Color info

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

RGB color model

#705269 color RGB value is (112,82,105).

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

RGB channels and saturation

R 112 of 255 = 44%
G 82 of 255 = 32%
B 105 of 255 = 41%

112
82
105

R + G + B ~ 39%. #705269 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 82 + 105 = 299 (100%)
R 112 of 299 ~ 37.46%
G 82 of 299 ~ 27.42%
B 105 of 299 ~ 35.12%

%37.46
%27.42
%35.12

CMYK color model

#705269 color CMYK value is (0,27,6,56).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 6.25%
  • key color value is 56.08%
CMYK:
(0,27,6,56)
C0M27Y6K56 
(0%,27%,6%,56%)
(0.00/0.27/0.06/0.56)	

CMYK percentages

%0
%26.79
%6.25
%56.08

Codes

Color #705269 in popluar color models

705269
RGB11282105
HSL314°15.46%38.04%
HSB/HSV314°26.79%43.92%
CMYK0.00%26.79%6.25%
56.08%

Color #705269 in popluar number systems.

HEX705269
Decimal11282105
Binary111000010100101101001
Octal160122151

Shades and tints

Shades of #705269

#705269
(112,82,105)
#664B60
(102,75,96)
#5C4457
(92,68,87)
#523D4E
(82,61,78)
#483645
(72,54,69)
#3E2F3C
(62,47,60)
#342833
(52,40,51)
#2A212A
(42,33,42)
#201A21
(32,26,33)
#161318
(22,19,24)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #705269

#705269
(112,82,105)
#7D6176
(125,97,118)
#8A7083
(138,112,131)
#977F90
(151,127,144)
#A48E9D
(164,142,157)
#B19DAA
(177,157,170)
#BEACB7
(190,172,183)
#CBBBC4
(203,187,196)
#D8CAD1
(216,202,209)
#E5D9DE
(229,217,222)
#F2E8EB
(242,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705269; }

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

This text font color is #705269.


Background Color

.myBgColor { background-color: #705269; }

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

This div background color is #705269.


Border color

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

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

This div border color is #705269.


Opacity

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

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

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

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

This text has shadow with #705269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705269 on black background.


Color preview on white background

This text has color #705269 on white background.



Black color preview on #705269 background

This text has black color on #705269 background.


White color preview on #705269 background

This text has white color on #705269 background.