COLOR #703767

HEX: #703767
RGB: (112,55,103)

Color info

#703767 contains red, green and blue colors in about the same proportion. Web safe color of #703767 is #663366 (or #636).

RGB color model

#703767 color RGB value is (112,55,103).

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

RGB channels and saturation

R 112 of 255 = 44%
G 55 of 255 = 22%
B 103 of 255 = 40%

112
55
103

R + G + B ~ 35%. #703767 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 55 + 103 = 270 (100%)
R 112 of 270 ~ 41.48%
G 55 of 270 ~ 20.37%
B 103 of 270 ~ 38.15%

%41.48
%20.37
%38.15

CMYK color model

#703767 color CMYK value is (0,51,8,56).

  • cyan value is 0.00%
  • magenta value is 50.89%
  • yellow value is 8.04%
  • key color value is 56.08%
CMYK:
(0,51,8,56)
C0M51Y8K56 
(0%,51%,8%,56%)
(0.00/0.51/0.08/0.56)	

CMYK percentages

%0
%50.89
%8.04
%56.08

Codes

Color #703767 in popluar color models

703767
RGB11255103
HSL309°34.13%32.75%
HSB/HSV309°50.89%43.92%
CMYK0.00%50.89%8.04%
56.08%

Color #703767 in popluar number systems.

HEX703767
Decimal11255103
Binary11100001101111100111
Octal16067147

Shades and tints

Shades of #703767

#703767
(112,55,103)
#66325E
(102,50,94)
#5C2D55
(92,45,85)
#52284C
(82,40,76)
#482343
(72,35,67)
#3E1E3A
(62,30,58)
#341931
(52,25,49)
#2A1428
(42,20,40)
#200F1F
(32,15,31)
#160A16
(22,10,22)
#0C050D
(12,5,13)
#000000
(0,0,0)

Tints of #703767

#703767
(112,55,103)
#7D4974
(125,73,116)
#8A5B81
(138,91,129)
#976D8E
(151,109,142)
#A47F9B
(164,127,155)
#B191A8
(177,145,168)
#BEA3B5
(190,163,181)
#CBB5C2
(203,181,194)
#D8C7CF
(216,199,207)
#E5D9DC
(229,217,220)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703767; }

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

This text font color is #703767.


Background Color

.myBgColor { background-color: #703767; }

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

This div background color is #703767.


Border color

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

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

This div border color is #703767.


Opacity

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

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

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

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

This text has shadow with #703767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703767 on black background.


Color preview on white background

This text has color #703767 on white background.



Black color preview on #703767 background

This text has black color on #703767 background.


White color preview on #703767 background

This text has white color on #703767 background.