COLOR #704D4C

HEX: #704D4C
RGB: (112,77,76)

Color info

#704D4C contains red, green and blue colors in about the same proportion. Web safe color of #704D4C is #663333 (or #633).

RGB color model

#704D4C color RGB value is (112,77,76).

  • red value is 112;
  • green value is 77;
  • blue value is 76.
RGB:
(112,77,76)
(44%,30%,30%)

RGB channels and saturation

R 112 of 255 = 44%
G 77 of 255 = 30%
B 76 of 255 = 30%

112
77
76

R + G + B ~ 35%. #704D4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 77 + 76 = 265 (100%)
R 112 of 265 ~ 42.26%
G 77 of 265 ~ 29.06%
B 76 of 265 ~ 28.68%

%42.26
%29.06
%28.68

CMYK color model

#704D4C color CMYK value is (0,31,32,56).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 32.14%
  • key color value is 56.08%
CMYK:
(0,31,32,56)
C0M31Y32K56 
(0%,31%,32%,56%)
(0.00/0.31/0.32/0.56)	

CMYK percentages

%0
%31.25
%32.14
%56.08

Codes

Color #704D4C in popluar color models

704D4C
RGB1127776
HSL19.15%36.86%
HSB/HSV32.14%43.92%
CMYK0.00%31.25%32.14%
56.08%

Color #704D4C in popluar number systems.

HEX704D4C
Decimal1127776
Binary111000010011011001100
Octal160115114

Shades and tints

Shades of #704D4C

#704D4C
(112,77,76)
#664646
(102,70,70)
#5C3F40
(92,63,64)
#52383A
(82,56,58)
#483134
(72,49,52)
#3E2A2E
(62,42,46)
#342328
(52,35,40)
#2A1C22
(42,28,34)
#20151C
(32,21,28)
#160E16
(22,14,22)
#0C0710
(12,7,16)
#000000
(0,0,0)

Tints of #704D4C

#704D4C
(112,77,76)
#7D5D5C
(125,93,92)
#8A6D6C
(138,109,108)
#977D7C
(151,125,124)
#A48D8C
(164,141,140)
#B19D9C
(177,157,156)
#BEADAC
(190,173,172)
#CBBDBC
(203,189,188)
#D8CDCC
(216,205,204)
#E5DDDC
(229,221,220)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704D4C; }

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

This text font color is #704D4C.


Background Color

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

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

This div background color is #704D4C.


Border color

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

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

This div border color is #704D4C.


Opacity

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

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

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

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

This text has shadow with #704D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704D4C on black background.


Color preview on white background

This text has color #704D4C on white background.



Black color preview on #704D4C background

This text has black color on #704D4C background.


White color preview on #704D4C background

This text has white color on #704D4C background.