COLOR #703A34

HEX: #703A34
RGB: (112,58,52)

Color info

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

RGB color model

#703A34 color RGB value is (112,58,52).

  • red value is 112;
  • green value is 58;
  • blue value is 52.
RGB:
(112,58,52)
(44%,23%,20%)

RGB channels and saturation

R 112 of 255 = 44%
G 58 of 255 = 23%
B 52 of 255 = 20%

112
58
52

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

Portions of RGB colors in percentages

R + G + B =
112 + 58 + 52 = 222 (100%)
R 112 of 222 ~ 50.45%
G 58 of 222 ~ 26.13%
B 52 of 222 ~ 23.42%

%50.45
%26.13
%23.42

CMYK color model

#703A34 color CMYK value is (0,48,54,56).

  • cyan value is 0.00%
  • magenta value is 48.21%
  • yellow value is 53.57%
  • key color value is 56.08%
CMYK:
(0,48,54,56)
C0M48Y54K56 
(0%,48%,54%,56%)
(0.00/0.48/0.54/0.56)	

CMYK percentages

%0
%48.21
%53.57
%56.08

Codes

Color #703A34 in popluar color models

703A34
RGB1125852
HSL36.59%32.16%
HSB/HSV53.57%43.92%
CMYK0.00%48.21%53.57%
56.08%

Color #703A34 in popluar number systems.

HEX703A34
Decimal1125852
Binary1110000111010110100
Octal1607264

Shades and tints

Shades of #703A34

#703A34
(112,58,52)
#663530
(102,53,48)
#5C302C
(92,48,44)
#522B28
(82,43,40)
#482624
(72,38,36)
#3E2120
(62,33,32)
#341C1C
(52,28,28)
#2A1718
(42,23,24)
#201214
(32,18,20)
#160D10
(22,13,16)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #703A34

#703A34
(112,58,52)
#7D4B46
(125,75,70)
#8A5C58
(138,92,88)
#976D6A
(151,109,106)
#A47E7C
(164,126,124)
#B18F8E
(177,143,142)
#BEA0A0
(190,160,160)
#CBB1B2
(203,177,178)
#D8C2C4
(216,194,196)
#E5D3D6
(229,211,214)
#F2E4E8
(242,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703A34 color. Also use rgb(112,58,52) instead hex code.

Text Font Color

.myTextColor { color: #703A34; }

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

This text font color is #703A34.


Background Color

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

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

This div background color is #703A34.


Border color

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

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

This div border color is #703A34.


Opacity

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

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

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

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

This text has shadow with #703A34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703A34 on black background.


Color preview on white background

This text has color #703A34 on white background.



Black color preview on #703A34 background

This text has black color on #703A34 background.


White color preview on #703A34 background

This text has white color on #703A34 background.