COLOR #703319

HEX: #703319
RGB: (112,51,25)

Color info

#703319 contains mainly red color. Web safe color of #703319 is #663300 (or #630).

RGB color model

#703319 color RGB value is (112,51,25).

  • red value is 112;
  • green value is 51;
  • blue value is 25.
RGB:
(112,51,25)
(44%,20%,10%)

RGB channels and saturation

R 112 of 255 = 44%
G 51 of 255 = 20%
B 25 of 255 = 10%

112
51
25

R + G + B ~ 25%. #703319 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 51 + 25 = 188 (100%)
R 112 of 188 ~ 59.57%
G 51 of 188 ~ 27.13%
B 25 of 188 ~ 13.3%

%59.57
%27.13
%13.3

CMYK color model

#703319 color CMYK value is (0,54,78,56).

  • cyan value is 0.00%
  • magenta value is 54.46%
  • yellow value is 77.68%
  • key color value is 56.08%
CMYK:
(0,54,78,56)
C0M54Y78K56 
(0%,54%,78%,56%)
(0.00/0.54/0.78/0.56)	

CMYK percentages

%0
%54.46
%77.68
%56.08

Codes

Color #703319 in popluar color models

703319
RGB1125125
HSL18°63.50%26.86%
HSB/HSV18°77.68%43.92%
CMYK0.00%54.46%77.68%
56.08%

Color #703319 in popluar number systems.

HEX703319
Decimal1125125
Binary111000011001111001
Octal1606331

Shades and tints

Shades of #703319

#703319
(112,51,25)
#662F17
(102,47,23)
#5C2B15
(92,43,21)
#522713
(82,39,19)
#482311
(72,35,17)
#3E1F0F
(62,31,15)
#341B0D
(52,27,13)
#2A170B
(42,23,11)
#201309
(32,19,9)
#160F07
(22,15,7)
#0C0B05
(12,11,5)
#000000
(0,0,0)

Tints of #703319

#703319
(112,51,25)
#7D452D
(125,69,45)
#8A5741
(138,87,65)
#976955
(151,105,85)
#A47B69
(164,123,105)
#B18D7D
(177,141,125)
#BE9F91
(190,159,145)
#CBB1A5
(203,177,165)
#D8C3B9
(216,195,185)
#E5D5CD
(229,213,205)
#F2E7E1
(242,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703319 color. Also use rgb(112,51,25) instead hex code.

Text Font Color

.myTextColor { color: #703319; }

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

This text font color is #703319.


Background Color

.myBgColor { background-color: #703319; }

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

This div background color is #703319.


Border color

.myBorderColor { border: 1px solid #703319; }

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

This div border color is #703319.


Opacity

.myOpacity80 { color: #703319; opacity: 0.8; }

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

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

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

This text has shadow with #703319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703319 on black background.


Color preview on white background

This text has color #703319 on white background.



Black color preview on #703319 background

This text has black color on #703319 background.


White color preview on #703319 background

This text has white color on #703319 background.