COLOR #703021

HEX: #703021
RGB: (112,48,33)

Color info

#703021 contains mainly red color. Web safe color of #703021 is #663333 (or #633).

RGB color model

#703021 color RGB value is (112,48,33).

  • red value is 112;
  • green value is 48;
  • blue value is 33.
RGB:
(112,48,33)
(44%,19%,13%)

RGB channels and saturation

R 112 of 255 = 44%
G 48 of 255 = 19%
B 33 of 255 = 13%

112
48
33

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

Portions of RGB colors in percentages

R + G + B =
112 + 48 + 33 = 193 (100%)
R 112 of 193 ~ 58.03%
G 48 of 193 ~ 24.87%
B 33 of 193 ~ 17.1%

%58.03
%24.87
%17.1

CMYK color model

#703021 color CMYK value is (0,57,71,56).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 70.54%
  • key color value is 56.08%
CMYK:
(0,57,71,56)
C0M57Y71K56 
(0%,57%,71%,56%)
(0.00/0.57/0.71/0.56)	

CMYK percentages

%0
%57.14
%70.54
%56.08

Codes

Color #703021 in popluar color models

703021
RGB1124833
HSL11°54.48%28.43%
HSB/HSV11°70.54%43.92%
CMYK0.00%57.14%70.54%
56.08%

Color #703021 in popluar number systems.

HEX703021
Decimal1124833
Binary1110000110000100001
Octal1606041

Shades and tints

Shades of #703021

#703021
(112,48,33)
#662C1E
(102,44,30)
#5C281B
(92,40,27)
#522418
(82,36,24)
#482015
(72,32,21)
#3E1C12
(62,28,18)
#34180F
(52,24,15)
#2A140C
(42,20,12)
#201009
(32,16,9)
#160C06
(22,12,6)
#0C0803
(12,8,3)
#000000
(0,0,0)

Tints of #703021

#703021
(112,48,33)
#7D4235
(125,66,53)
#8A5449
(138,84,73)
#97665D
(151,102,93)
#A47871
(164,120,113)
#B18A85
(177,138,133)
#BE9C99
(190,156,153)
#CBAEAD
(203,174,173)
#D8C0C1
(216,192,193)
#E5D2D5
(229,210,213)
#F2E4E9
(242,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703021; }

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

This text font color is #703021.


Background Color

.myBgColor { background-color: #703021; }

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

This div background color is #703021.


Border color

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

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

This div border color is #703021.


Opacity

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

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

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

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

This text has shadow with #703021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703021 on black background.


Color preview on white background

This text has color #703021 on white background.



Black color preview on #703021 background

This text has black color on #703021 background.


White color preview on #703021 background

This text has white color on #703021 background.