COLOR #703B04

HEX: #703B04
RGB: (112,59,4)

Color info

#703B04 contains mainly red and green colors. Web safe color of #703B04 is #663300 (or #630).

RGB color model

#703B04 color RGB value is (112,59,4).

  • red value is 112;
  • green value is 59;
  • blue value is 4.
RGB:
(112,59,4)
(44%,23%,2%)

RGB channels and saturation

R 112 of 255 = 44%
G 59 of 255 = 23%
B 4 of 255 = 2%

112
59
4

R + G + B ~ 23%. #703B04 is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 59 + 4 = 175 (100%)
R 112 of 175 ~ 64%
G 59 of 175 ~ 33.71%
B 4 of 175 ~ 2.29%

%64
%33.71

CMYK color model

#703B04 color CMYK value is (0,47,96,56).

  • cyan value is 0.00%
  • magenta value is 47.32%
  • yellow value is 96.43%
  • key color value is 56.08%
CMYK:
(0,47,96,56)
C0M47Y96K56 
(0%,47%,96%,56%)
(0.00/0.47/0.96/0.56)	

CMYK percentages

%0
%47.32
%96.43
%56.08

Codes

Color #703B04 in popluar color models

703B04
RGB112594
HSL31°93.10%22.75%
HSB/HSV31°96.43%43.92%
CMYK0.00%47.32%96.43%
56.08%

Color #703B04 in popluar number systems.

HEX703B04
Decimal112594
Binary1110000111011100
Octal160734

Shades and tints

Shades of #703B04

#703B04
(112,59,4)
#663604
(102,54,4)
#5C3104
(92,49,4)
#522C04
(82,44,4)
#482704
(72,39,4)
#3E2204
(62,34,4)
#341D04
(52,29,4)
#2A1804
(42,24,4)
#201304
(32,19,4)
#160E04
(22,14,4)
#0C0904
(12,9,4)
#000000
(0,0,0)

Tints of #703B04

#703B04
(112,59,4)
#7D4C1A
(125,76,26)
#8A5D30
(138,93,48)
#976E46
(151,110,70)
#A47F5C
(164,127,92)
#B19072
(177,144,114)
#BEA188
(190,161,136)
#CBB29E
(203,178,158)
#D8C3B4
(216,195,180)
#E5D4CA
(229,212,202)
#F2E5E0
(242,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703B04 color. Also use rgb(112,59,4) instead hex code.

Text Font Color

.myTextColor { color: #703B04; }

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

This text font color is #703B04.


Background Color

.myBgColor { background-color: #703B04; }

<div style="background-color:#703B04">Inner text</div>

This div background color is #703B04.


Border color

.myBorderColor { border: 1px solid #703B04; }

<div style="border:3px solid #703B04">Div</div>

This div border color is #703B04.


Opacity

.myOpacity80 { color: #703B04; opacity: 0.8; }

<p style="color:#703B04;opacity:0.8;">80%</p>

Text with #703B04 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 #703B04;}

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

This text has shadow with #703B04 color.

.textShadow {text-shadow: 3px 3px 1px #703B04, 3px 3px 1px red;}

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

This text has shadow with #703B04 primary color and red secondary color.


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

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

This text has shadow with #703B04 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703B04 on black background.


Color preview on white background

This text has color #703B04 on white background.



Black color preview on #703B04 background

This text has black color on #703B04 background.


White color preview on #703B04 background

This text has white color on #703B04 background.