COLOR #700F28

HEX: #700F28
RGB: (112,15,40)

Color info

#700F28 contains mainly red color. Web safe color of #700F28 is #660033 (or #603).

RGB color model

#700F28 color RGB value is (112,15,40).

  • red value is 112;
  • green value is 15;
  • blue value is 40.
RGB:
(112,15,40)
(44%,6%,16%)

RGB channels and saturation

R 112 of 255 = 44%
G 15 of 255 = 6%
B 40 of 255 = 16%

112
15
40

R + G + B ~ 22%. #700F28 is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 15 + 40 = 167 (100%)
R 112 of 167 ~ 67.07%
G 15 of 167 ~ 8.98%
B 40 of 167 ~ 23.95%

%67.07
%23.95

CMYK color model

#700F28 color CMYK value is (0,87,64,56).

  • cyan value is 0.00%
  • magenta value is 86.61%
  • yellow value is 64.29%
  • key color value is 56.08%
CMYK:
(0,87,64,56)
C0M87Y64K56 
(0%,87%,64%,56%)
(0.00/0.87/0.64/0.56)	

CMYK percentages

%0
%86.61
%64.29
%56.08

Codes

Color #700F28 in popluar color models

700F28
RGB1121540
HSL345°76.38%24.90%
HSB/HSV345°86.61%43.92%
CMYK0.00%86.61%64.29%
56.08%

Color #700F28 in popluar number systems.

HEX700F28
Decimal1121540
Binary11100001111101000
Octal1601750

Shades and tints

Shades of #700F28

#700F28
(112,15,40)
#660E25
(102,14,37)
#5C0D22
(92,13,34)
#520C1F
(82,12,31)
#480B1C
(72,11,28)
#3E0A19
(62,10,25)
#340916
(52,9,22)
#2A0813
(42,8,19)
#200710
(32,7,16)
#16060D
(22,6,13)
#0C050A
(12,5,10)
#000000
(0,0,0)

Tints of #700F28

#700F28
(112,15,40)
#7D243B
(125,36,59)
#8A394E
(138,57,78)
#974E61
(151,78,97)
#A46374
(164,99,116)
#B17887
(177,120,135)
#BE8D9A
(190,141,154)
#CBA2AD
(203,162,173)
#D8B7C0
(216,183,192)
#E5CCD3
(229,204,211)
#F2E1E6
(242,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #700F28; }

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

This text font color is #700F28.


Background Color

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

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

This div background color is #700F28.


Border color

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

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

This div border color is #700F28.


Opacity

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

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

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

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

This text has shadow with #700F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #700F28 on black background.


Color preview on white background

This text has color #700F28 on white background.



Black color preview on #700F28 background

This text has black color on #700F28 background.


White color preview on #700F28 background

This text has white color on #700F28 background.