COLOR #703833

HEX: #703833
RGB: (112,56,51)

Color info

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

RGB color model

#703833 color RGB value is (112,56,51).

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

RGB channels and saturation

R 112 of 255 = 44%
G 56 of 255 = 22%
B 51 of 255 = 20%

112
56
51

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

Portions of RGB colors in percentages

R + G + B =
112 + 56 + 51 = 219 (100%)
R 112 of 219 ~ 51.14%
G 56 of 219 ~ 25.57%
B 51 of 219 ~ 23.29%

%51.14
%25.57
%23.29

CMYK color model

#703833 color CMYK value is (0,50,54,56).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 54.46%
  • key color value is 56.08%
CMYK:
(0,50,54,56)
C0M50Y54K56 
(0%,50%,54%,56%)
(0.00/0.50/0.54/0.56)	

CMYK percentages

%0
%50
%54.46
%56.08

Codes

Color #703833 in popluar color models

703833
RGB1125651
HSL37.42%31.96%
HSB/HSV54.46%43.92%
CMYK0.00%50.00%54.46%
56.08%

Color #703833 in popluar number systems.

HEX703833
Decimal1125651
Binary1110000111000110011
Octal1607063

Shades and tints

Shades of #703833

#703833
(112,56,51)
#66332F
(102,51,47)
#5C2E2B
(92,46,43)
#522927
(82,41,39)
#482423
(72,36,35)
#3E1F1F
(62,31,31)
#341A1B
(52,26,27)
#2A1517
(42,21,23)
#201013
(32,16,19)
#160B0F
(22,11,15)
#0C060B
(12,6,11)
#000000
(0,0,0)

Tints of #703833

#703833
(112,56,51)
#7D4A45
(125,74,69)
#8A5C57
(138,92,87)
#976E69
(151,110,105)
#A4807B
(164,128,123)
#B1928D
(177,146,141)
#BEA49F
(190,164,159)
#CBB6B1
(203,182,177)
#D8C8C3
(216,200,195)
#E5DAD5
(229,218,213)
#F2ECE7
(242,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703833; }

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

This text font color is #703833.


Background Color

.myBgColor { background-color: #703833; }

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

This div background color is #703833.


Border color

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

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

This div border color is #703833.


Opacity

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

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

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

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

This text has shadow with #703833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703833 on black background.


Color preview on white background

This text has color #703833 on white background.



Black color preview on #703833 background

This text has black color on #703833 background.


White color preview on #703833 background

This text has white color on #703833 background.