COLOR #703838

HEX: #703838
RGB: (112,56,56)

Color info

#703838 contains red, green and blue colors in about the same proportion. Web safe color of #703838 is #663333 (or #633).

RGB color model

#703838 color RGB value is (112,56,56).

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

RGB channels and saturation

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

112
56
56

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

Portions of RGB colors in percentages

R + G + B =
112 + 56 + 56 = 224 (100%)
R 112 of 224 ~ 50%
G 56 of 224 ~ 25%
B 56 of 224 ~ 25%

%50
%25
%25

CMYK color model

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

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

CMYK percentages

%0
%50
%50
%56.08

Codes

Color #703838 in popluar color models

703838
RGB1125656
HSL33.33%32.94%
HSB/HSV50.00%43.92%
CMYK0.00%50.00%50.00%
56.08%

Color #703838 in popluar number systems.

HEX703838
Decimal1125656
Binary1110000111000111000
Octal1607070

Shades and tints

Shades of #703838

#703838
(112,56,56)
#663333
(102,51,51)
#5C2E2E
(92,46,46)
#522929
(82,41,41)
#482424
(72,36,36)
#3E1F1F
(62,31,31)
#341A1A
(52,26,26)
#2A1515
(42,21,21)
#201010
(32,16,16)
#160B0B
(22,11,11)
#0C0606
(12,6,6)
#000000
(0,0,0)

Tints of #703838

#703838
(112,56,56)
#7D4A4A
(125,74,74)
#8A5C5C
(138,92,92)
#976E6E
(151,110,110)
#A48080
(164,128,128)
#B19292
(177,146,146)
#BEA4A4
(190,164,164)
#CBB6B6
(203,182,182)
#D8C8C8
(216,200,200)
#E5DADA
(229,218,218)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703838; }

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

This text font color is #703838.


Background Color

.myBgColor { background-color: #703838; }

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

This div background color is #703838.


Border color

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

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

This div border color is #703838.


Opacity

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

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

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

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

This text has shadow with #703838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703838 on black background.


Color preview on white background

This text has color #703838 on white background.



Black color preview on #703838 background

This text has black color on #703838 background.


White color preview on #703838 background

This text has white color on #703838 background.