COLOR #704B4C

HEX: #704B4C
RGB: (112,75,76)

Color info

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

RGB color model

#704B4C color RGB value is (112,75,76).

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

RGB channels and saturation

R 112 of 255 = 44%
G 75 of 255 = 29%
B 76 of 255 = 30%

112
75
76

R + G + B ~ 34%. #704B4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 75 + 76 = 263 (100%)
R 112 of 263 ~ 42.59%
G 75 of 263 ~ 28.52%
B 76 of 263 ~ 28.9%

%42.59
%28.52
%28.9

CMYK color model

#704B4C color CMYK value is (0,33,32,56).

  • cyan value is 0.00%
  • magenta value is 33.04%
  • yellow value is 32.14%
  • key color value is 56.08%
CMYK:
(0,33,32,56)
C0M33Y32K56 
(0%,33%,32%,56%)
(0.00/0.33/0.32/0.56)	

CMYK percentages

%0
%33.04
%32.14
%56.08

Codes

Color #704B4C in popluar color models

704B4C
RGB1127576
HSL358°19.79%36.67%
HSB/HSV358°33.04%43.92%
CMYK0.00%33.04%32.14%
56.08%

Color #704B4C in popluar number systems.

HEX704B4C
Decimal1127576
Binary111000010010111001100
Octal160113114

Shades and tints

Shades of #704B4C

#704B4C
(112,75,76)
#664546
(102,69,70)
#5C3F40
(92,63,64)
#52393A
(82,57,58)
#483334
(72,51,52)
#3E2D2E
(62,45,46)
#342728
(52,39,40)
#2A2122
(42,33,34)
#201B1C
(32,27,28)
#161516
(22,21,22)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #704B4C

#704B4C
(112,75,76)
#7D5B5C
(125,91,92)
#8A6B6C
(138,107,108)
#977B7C
(151,123,124)
#A48B8C
(164,139,140)
#B19B9C
(177,155,156)
#BEABAC
(190,171,172)
#CBBBBC
(203,187,188)
#D8CBCC
(216,203,204)
#E5DBDC
(229,219,220)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704B4C; }

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

This text font color is #704B4C.


Background Color

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

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

This div background color is #704B4C.


Border color

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

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

This div border color is #704B4C.


Opacity

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

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

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

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

This text has shadow with #704B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704B4C on black background.


Color preview on white background

This text has color #704B4C on white background.



Black color preview on #704B4C background

This text has black color on #704B4C background.


White color preview on #704B4C background

This text has white color on #704B4C background.