COLOR #703F4A

HEX: #703F4A RGB: (112,63,74)

Color info

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

RGB color model

#703F4A color RGB value is (112,63,74).

RGB: (112,63,74) (44%, 25%, 29%)

RGB channels and saturation

R 112 of 255 = 44%
G 63 of 255 = 25%
B 74 of 255 = 29%

112
63
74

R + G + B ~ 33%. #703F4A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 63 + 74 = 249 (100%)
R 112 of 249 ~ 44.98%
G 63 of 249 ~ 25.3%
B 74 of 249 ~ 29.72'%

%44.98
%25.3
%29.72

CMYK color model

#703F4A color CMYK value is (0,44,34,56).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 33.93%
  • key color value is 56.08%

CMYK: (0,44,34,56)
C0M44Y34K56 (0%, 44%, 34%, 56%)
(0.00 / 0.44 / 0.34 / 0.56)

CMYK percentages

%0
%43.75
%33.93
%56.08

Codes

Color #703F4A in popluar color models

70 3F 4A
RGB 112 63 74
HSL 347° 28.00% 34.31%
HSB/HSV 347° 43.75% 43.92%
CMYK 0.00% 43.75% 33.93%
56.08%

Color #703F4A in popluar number systems.

HEX 70 3F 4A
Decimal 112 63 74
Binary 1110000 111111 1001010
Octal 160 77 112

Shades and tints

Shades of #703F4A

#703F4A
(112,63,74)
#663A44
(102,58,68)
#5C353E
(92,53,62)
#523038
(82,48,56)
#482B32
(72,43,50)
#3E262C
(62,38,44)
#342126
(52,33,38)
#2A1C20
(42,28,32)
#20171A
(32,23,26)
#161214
(22,18,20)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #703F4A

#703F4A
(112,63,74)
#7D505A
(125,80,90)
#8A616A
(138,97,106)
#97727A
(151,114,122)
#A4838A
(164,131,138)
#B1949A
(177,148,154)
#BEA5AA
(190,165,170)
#CBB6BA
(203,182,186)
#D8C7CA
(216,199,202)
#E5D8DA
(229,216,218)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703F4A color. Also use rgb(112,63,74) instead hex code.

Text Font Color

.myTextColor { color: #703F4A; }

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

This text font color is #703F4A.

Background Color

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

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

This div background color is #703F4A.

Border color

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

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

This div border color is #703F4A.

Opacity

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

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

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

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

This text has shadow with #703F4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #703F4A.

Preview

Color preview on black background

This text has color #703F4A on black background.


Color preview on white background

This text has color #703F4A on white background.


Black color preview on #703F4A background

This text has black color on #703F4A background.


White color preview on #703F4A background

This text has white color on #703F4A background.


Related colors

Complementary color

Complementary color for #hex is #8FC0B5.


I love getcolorcode.com

Triadic colors

1 #4A703F and #3F4A70 with #703F4A are triadic colors.

2 #4A3F70 and #3F704A with #703F4A are triadic colors.