COLOR #703658

HEX: #703658
RGB: (112,54,88)

Color info

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

RGB color model

#703658 color RGB value is (112,54,88).

  • red value is 112;
  • green value is 54;
  • blue value is 88.
RGB:
(112,54,88)
(44%,21%,35%)

RGB channels and saturation

R 112 of 255 = 44%
G 54 of 255 = 21%
B 88 of 255 = 35%

112
54
88

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

Portions of RGB colors in percentages

R + G + B =
112 + 54 + 88 = 254 (100%)
R 112 of 254 ~ 44.09%
G 54 of 254 ~ 21.26%
B 88 of 254 ~ 34.65%

%44.09
%21.26
%34.65

CMYK color model

#703658 color CMYK value is (0,52,21,56).

  • cyan value is 0.00%
  • magenta value is 51.79%
  • yellow value is 21.43%
  • key color value is 56.08%
CMYK:
(0,52,21,56)
C0M52Y21K56 
(0%,52%,21%,56%)
(0.00/0.52/0.21/0.56)	

CMYK percentages

%0
%51.79
%21.43
%56.08

Codes

Color #703658 in popluar color models

703658
RGB1125488
HSL325°34.94%32.55%
HSB/HSV325°51.79%43.92%
CMYK0.00%51.79%21.43%
56.08%

Color #703658 in popluar number systems.

HEX703658
Decimal1125488
Binary11100001101101011000
Octal16066130

Shades and tints

Shades of #703658

#703658
(112,54,88)
#663250
(102,50,80)
#5C2E48
(92,46,72)
#522A40
(82,42,64)
#482638
(72,38,56)
#3E2230
(62,34,48)
#341E28
(52,30,40)
#2A1A20
(42,26,32)
#201618
(32,22,24)
#161210
(22,18,16)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #703658

#703658
(112,54,88)
#7D4867
(125,72,103)
#8A5A76
(138,90,118)
#976C85
(151,108,133)
#A47E94
(164,126,148)
#B190A3
(177,144,163)
#BEA2B2
(190,162,178)
#CBB4C1
(203,180,193)
#D8C6D0
(216,198,208)
#E5D8DF
(229,216,223)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703658; }

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

This text font color is #703658.


Background Color

.myBgColor { background-color: #703658; }

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

This div background color is #703658.


Border color

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

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

This div border color is #703658.


Opacity

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

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

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

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

This text has shadow with #703658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703658 on black background.


Color preview on white background

This text has color #703658 on white background.



Black color preview on #703658 background

This text has black color on #703658 background.


White color preview on #703658 background

This text has white color on #703658 background.