COLOR #704A5F

HEX: #704A5F RGB: (112,74,95)

Color info

#704A5F contains red, green and blue colors in about the same proportion. Web safe color of #704A5F is #663366 (or #636).

RGB color model

#704A5F color RGB value is (112,74,95).

RGB: (112,74,95) (44%, 29%, 37%)

RGB channels and saturation

R 112 of 255 = 44%
G 74 of 255 = 29%
B 95 of 255 = 37%

112
74
95

R + G + B ~ 37%. #704A5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 74 + 95 = 281 (100%)
R 112 of 281 ~ 39.86%
G 74 of 281 ~ 26.33%
B 95 of 281 ~ 33.81'%

%39.86
%26.33
%33.81

CMYK color model

#704A5F color CMYK value is (0,34,15,56).

  • cyan value is 0.00%
  • magenta value is 33.93%
  • yellow value is 15.18%
  • key color value is 56.08%

CMYK: (0,34,15,56)
C0M34Y15K56 (0%, 34%, 15%, 56%)
(0.00 / 0.34 / 0.15 / 0.56)

CMYK percentages

%0
%33.93
%15.18
%56.08

Codes

Color #704A5F in popluar color models

70 4A 5F
RGB 112 74 95
HSL 327° 20.43% 36.47%
HSB/HSV 327° 33.93% 43.92%
CMYK 0.00% 33.93% 15.18%
56.08%

Color #704A5F in popluar number systems.

HEX 70 4A 5F
Decimal 112 74 95
Binary 1110000 1001010 1011111
Octal 160 112 137

Shades and tints

Shades of #704A5F

#704A5F
(112,74,95)
#664457
(102,68,87)
#5C3E4F
(92,62,79)
#523847
(82,56,71)
#48323F
(72,50,63)
#3E2C37
(62,44,55)
#34262F
(52,38,47)
#2A2027
(42,32,39)
#201A1F
(32,26,31)
#161417
(22,20,23)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #704A5F

#704A5F
(112,74,95)
#7D5A6D
(125,90,109)
#8A6A7B
(138,106,123)
#977A89
(151,122,137)
#A48A97
(164,138,151)
#B19AA5
(177,154,165)
#BEAAB3
(190,170,179)
#CBBAC1
(203,186,193)
#D8CACF
(216,202,207)
#E5DADD
(229,218,221)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704A5F color. Also use rgb(112,74,95) instead hex code.

Text Font Color

.myTextColor { color: #704A5F; }

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

This text font color is #704A5F.

Background Color

.myBgColor { background-color: #704A5F; }

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

This div background color is #704A5F.

Border color

.myBorderColor { border: 1px solid #704A5F; }

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

This div border color is #704A5F.

Opacity

.myOpacity80 { color: #704A5F; opacity: 0.8; }

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

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

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

This text has shadow with #704A5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #704A5F.

Preview

Color preview on black background

This text has color #704A5F on black background.


Color preview on white background

This text has color #704A5F on white background.


Black color preview on #704A5F background

This text has black color on #704A5F background.


White color preview on #704A5F background

This text has white color on #704A5F background.


Related colors

Complementary color

Complementary color for #hex is #8FB5A0.


I love getcolorcode.com

Triadic colors

1 #5F704A and #4A5F70 with #704A5F are triadic colors.

2 #5F4A70 and #4A705F with #704A5F are triadic colors.