COLOR #704C5A

HEX: #704C5A RGB: (112,76,90)

Color info

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

RGB color model

#704C5A color RGB value is (112,76,90).

RGB: (112,76,90) (44%, 30%, 35%)

RGB channels and saturation

R 112 of 255 = 44%
G 76 of 255 = 30%
B 90 of 255 = 35%

112
76
90

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

Portions of RGB colors in percentages

R + G + B = 112 + 76 + 90 = 278 (100%)
R 112 of 278 ~ 40.29%
G 76 of 278 ~ 27.34%
B 90 of 278 ~ 32.37'%

%40.29
%27.34
%32.37

CMYK color model

#704C5A color CMYK value is (0,32,20,56).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 19.64%
  • key color value is 56.08%

CMYK: (0,32,20,56)
C0M32Y20K56 (0%, 32%, 20%, 56%)
(0.00 / 0.32 / 0.20 / 0.56)

CMYK percentages

%0
%32.14
%19.64
%56.08

Codes

Color #704C5A in popluar color models

70 4C 5A
RGB 112 76 90
HSL 337° 19.15% 36.86%
HSB/HSV 337° 32.14% 43.92%
CMYK 0.00% 32.14% 19.64%
56.08%

Color #704C5A in popluar number systems.

HEX 70 4C 5A
Decimal 112 76 90
Binary 1110000 1001100 1011010
Octal 160 114 132

Shades and tints

Shades of #704C5A

#704C5A
(112,76,90)
#664652
(102,70,82)
#5C404A
(92,64,74)
#523A42
(82,58,66)
#48343A
(72,52,58)
#3E2E32
(62,46,50)
#34282A
(52,40,42)
#2A2222
(42,34,34)
#201C1A
(32,28,26)
#161612
(22,22,18)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #704C5A

#704C5A
(112,76,90)
#7D5C69
(125,92,105)
#8A6C78
(138,108,120)
#977C87
(151,124,135)
#A48C96
(164,140,150)
#B19CA5
(177,156,165)
#BEACB4
(190,172,180)
#CBBCC3
(203,188,195)
#D8CCD2
(216,204,210)
#E5DCE1
(229,220,225)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704C5A color. Also use rgb(112,76,90) instead hex code.

Text Font Color

.myTextColor { color: #704C5A; }

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

This text font color is #704C5A.

Background Color

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

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

This div background color is #704C5A.

Border color

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

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

This div border color is #704C5A.

Opacity

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

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

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

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

This text has shadow with #704C5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #704C5A.

Preview

Color preview on black background

This text has color #704C5A on black background.


Color preview on white background

This text has color #704C5A on white background.


Black color preview on #704C5A background

This text has black color on #704C5A background.


White color preview on #704C5A background

This text has white color on #704C5A background.


Related colors

Complementary color

Complementary color for #hex is #8FB3A5.


I love getcolorcode.com

Triadic colors

1 #5A704C and #4C5A70 with #704C5A are triadic colors.

2 #5A4C70 and #4C705A with #704C5A are triadic colors.