COLOR #704D1B

HEX: #704D1B
RGB: (112,77,27)

Color info

#704D1B contains mainly red and green colors. Web safe color of #704D1B is #663333 (or #633).

RGB color model

#704D1B color RGB value is (112,77,27).

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

RGB channels and saturation

R 112 of 255 = 44%
G 77 of 255 = 30%
B 27 of 255 = 11%

112
77
27

R + G + B ~ 28%. #704D1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 77 + 27 = 216 (100%)
R 112 of 216 ~ 51.85%
G 77 of 216 ~ 35.65%
B 27 of 216 ~ 12.5%

%51.85
%35.65
%12.5

CMYK color model

#704D1B color CMYK value is (0,31,76,56).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 75.89%
  • key color value is 56.08%
CMYK:
(0,31,76,56)
C0M31Y76K56 
(0%,31%,76%,56%)
(0.00/0.31/0.76/0.56)	

CMYK percentages

%0
%31.25
%75.89
%56.08

Codes

Color #704D1B in popluar color models

704D1B
RGB1127727
HSL35°61.15%27.25%
HSB/HSV35°75.89%43.92%
CMYK0.00%31.25%75.89%
56.08%

Color #704D1B in popluar number systems.

HEX704D1B
Decimal1127727
Binary1110000100110111011
Octal16011533

Shades and tints

Shades of #704D1B

#704D1B
(112,77,27)
#664619
(102,70,25)
#5C3F17
(92,63,23)
#523815
(82,56,21)
#483113
(72,49,19)
#3E2A11
(62,42,17)
#34230F
(52,35,15)
#2A1C0D
(42,28,13)
#20150B
(32,21,11)
#160E09
(22,14,9)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #704D1B

#704D1B
(112,77,27)
#7D5D2F
(125,93,47)
#8A6D43
(138,109,67)
#977D57
(151,125,87)
#A48D6B
(164,141,107)
#B19D7F
(177,157,127)
#BEAD93
(190,173,147)
#CBBDA7
(203,189,167)
#D8CDBB
(216,205,187)
#E5DDCF
(229,221,207)
#F2EDE3
(242,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704D1B; }

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

This text font color is #704D1B.


Background Color

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

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

This div background color is #704D1B.


Border color

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

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

This div border color is #704D1B.


Opacity

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

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

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

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

This text has shadow with #704D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704D1B on black background.


Color preview on white background

This text has color #704D1B on white background.



Black color preview on #704D1B background

This text has black color on #704D1B background.


White color preview on #704D1B background

This text has white color on #704D1B background.