COLOR #704C4B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

112
76
75

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

Portions of RGB colors in percentages

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

%42.59
%28.9
%28.52

CMYK color model

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

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

CMYK percentages

%0
%32.14
%33.04
%56.08

Codes

Color #704C4B in popluar color models

704C4B
RGB1127675
HSL19.79%36.67%
HSB/HSV33.04%43.92%
CMYK0.00%32.14%33.04%
56.08%

Color #704C4B in popluar number systems.

HEX704C4B
Decimal1127675
Binary111000010011001001011
Octal160114113

Shades and tints

Shades of #704C4B

#704C4B
(112,76,75)
#664645
(102,70,69)
#5C403F
(92,64,63)
#523A39
(82,58,57)
#483433
(72,52,51)
#3E2E2D
(62,46,45)
#342827
(52,40,39)
#2A2221
(42,34,33)
#201C1B
(32,28,27)
#161615
(22,22,21)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #704C4B

#704C4B
(112,76,75)
#7D5C5B
(125,92,91)
#8A6C6B
(138,108,107)
#977C7B
(151,124,123)
#A48C8B
(164,140,139)
#B19C9B
(177,156,155)
#BEACAB
(190,172,171)
#CBBCBB
(203,188,187)
#D8CCCB
(216,204,203)
#E5DCDB
(229,220,219)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704C4B; }

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

This text font color is #704C4B.


Background Color

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

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

This div background color is #704C4B.


Border color

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

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

This div border color is #704C4B.


Opacity

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

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

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

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

This text has shadow with #704C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704C4B on black background.


Color preview on white background

This text has color #704C4B on white background.



Black color preview on #704C4B background

This text has black color on #704C4B background.


White color preview on #704C4B background

This text has white color on #704C4B background.