COLOR #700F60

HEX: #700F60 RGB: (112,15,96)

Color info

#700F60 contains mainly red and blue colors. Web safe color of #700F60 is #660066 (or #606).

RGB color model

#700F60 color RGB value is (112,15,96).

RGB: (112,15,96) (44%, 6%, 38%)

RGB channels and saturation

R 112 of 255 = 44%
G 15 of 255 = 6%
B 96 of 255 = 38%

112
15
96

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

Portions of RGB colors in percentages

R + G + B = 112 + 15 + 96 = 223 (100%)
R 112 of 223 ~ 50.22%
G 15 of 223 ~ 6.73%
B 96 of 223 ~ 43.05'%

%50.22
%43.05

CMYK color model

#700F60 color CMYK value is (0,87,14,56).

  • cyan value is 0.00%
  • magenta value is 86.61%
  • yellow value is 14.29%
  • key color value is 56.08%

CMYK: (0,87,14,56)
C0M87Y14K56 (0%, 87%, 14%, 56%)
(0.00 / 0.87 / 0.14 / 0.56)

CMYK percentages

%0
%86.61
%14.29
%56.08

Codes

Color #700F60 in popluar color models

70 0F 60
RGB 112 15 96
HSL 310° 76.38% 24.90%
HSB/HSV 310° 86.61% 43.92%
CMYK 0.00% 86.61% 14.29%
56.08%

Color #700F60 in popluar number systems.

HEX 70 0F 60
Decimal 112 15 96
Binary 1110000 1111 1100000
Octal 160 17 140

Shades and tints

Shades of #700F60

#700F60
(112,15,96)
#660E58
(102,14,88)
#5C0D50
(92,13,80)
#520C48
(82,12,72)
#480B40
(72,11,64)
#3E0A38
(62,10,56)
#340930
(52,9,48)
#2A0828
(42,8,40)
#200720
(32,7,32)
#160618
(22,6,24)
#0C0510
(12,5,16)
#000000
(0,0,0)

Tints of #700F60

#700F60
(112,15,96)
#7D246E
(125,36,110)
#8A397C
(138,57,124)
#974E8A
(151,78,138)
#A46398
(164,99,152)
#B178A6
(177,120,166)
#BE8DB4
(190,141,180)
#CBA2C2
(203,162,194)
#D8B7D0
(216,183,208)
#E5CCDE
(229,204,222)
#F2E1EC
(242,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #700F60 color. Also use rgb(112,15,96) instead hex code.

Text Font Color

.myTextColor { color: #700F60; }

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

This text font color is #700F60.

Background Color

.myBgColor { background-color: #700F60; }

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

This div background color is #700F60.

Border color

.myBorderColor { border: 1px solid #700F60; }

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

This div border color is #700F60.

Opacity

.myOpacity80 { color: #700F60; opacity: 0.8; }

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

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

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

This text has shadow with #700F60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #700F60.

Preview

Color preview on black background

This text has color #700F60 on black background.


Color preview on white background

This text has color #700F60 on white background.


Black color preview on #700F60 background

This text has black color on #700F60 background.


White color preview on #700F60 background

This text has white color on #700F60 background.


Related colors

Complementary color

Complementary color for #hex is #8FF09F.


I love getcolorcode.com

Triadic colors

1 #60700F and #0F6070 with #700F60 are triadic colors.

2 #600F70 and #0F7060 with #700F60 are triadic colors.