COLOR #704D21

HEX: #704D21 RGB: (112,77,33)

Color info

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

RGB color model

#704D21 color RGB value is (112,77,33).

RGB: (112,77,33) (44%, 30%, 13%)

RGB channels and saturation

R 112 of 255 = 44%
G 77 of 255 = 30%
B 33 of 255 = 13%

112
77
33

R + G + B ~ 29%. #704D21 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 77 + 33 = 222 (100%)
R 112 of 222 ~ 50.45%
G 77 of 222 ~ 34.68%
B 33 of 222 ~ 14.86'%

%50.45
%34.68
%14.86

CMYK color model

#704D21 color CMYK value is (0,31,71,56).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 70.54%
  • key color value is 56.08%
CMYK: (0,31,71,56) C0M31Y71K56 (0%,31%,71%,56%) (0.00/0.31/0.71/0.56) 

CMYK percentages

%0
%31.25
%70.54
%56.08

Codes

Color #704D21 in popluar color models

70 4D 21
RGB 112 77 33
HSL 33° 54.48% 28.43%
HSB/HSV 33° 70.54% 43.92%
CMYK 0.00% 31.25% 70.54%
56.08%

Color #704D21 in popluar number systems.

HEX 70 4D 21
Decimal 112 77 33
Binary 1110000 1001101 100001
Octal 160 115 41

Shades and tints

Shades of #704D21

#704D21
(112,77,33)
#66461E
(102,70,30)
#5C3F1B
(92,63,27)
#523818
(82,56,24)
#483115
(72,49,21)
#3E2A12
(62,42,18)
#34230F
(52,35,15)
#2A1C0C
(42,28,12)
#201509
(32,21,9)
#160E06
(22,14,6)
#0C0703
(12,7,3)
#000000
(0,0,0)

Tints of #704D21

#704D21
(112,77,33)
#7D5D35
(125,93,53)
#8A6D49
(138,109,73)
#977D5D
(151,125,93)
#A48D71
(164,141,113)
#B19D85
(177,157,133)
#BEAD99
(190,173,153)
#CBBDAD
(203,189,173)
#D8CDC1
(216,205,193)
#E5DDD5
(229,221,213)
#F2EDE9
(242,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704D21; }

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

This text font color is #704D21.

Background Color

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

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

This div background color is #704D21.

Border color

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

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

This div border color is #704D21.

Opacity

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

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

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

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

This text has shadow with #704D21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #704D21.

Preview

Color preview on black background

This text has color #704D21 on black background.


Color preview on white background

This text has color #704D21 on white background.


Black color preview on #704D21 background

This text has black color on #704D21 background.


White color preview on #704D21 background

This text has white color on #704D21 background.


Related colors

Complementary color

Complementary color for #hex is #8FB2DE.


I love getcolorcode.com

Triadic colors

1 #21704D and #4D2170 with #704D21 are triadic colors.

2 #214D70 and #4D7021 with #704D21 are triadic colors.