COLOR #700009

HEX: #700009
RGB: (112,0,9)

Color info

#700009 contains mainly red color. Web safe color of #700009 is #660000 (or #600).

RGB color model

#700009 color RGB value is (112,0,9).

  • red value is 112;
  • green value is 0;
  • blue value is 9.
RGB:
(112,0,9)
(44%,0%,4%)

RGB channels and saturation

R 112 of 255 = 44%
G 0 of 255 = 0%
B 9 of 255 = 4%

112
0
9

R + G + B ~ 16%. #700009 is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 0 + 9 = 121 (100%)
R 112 of 121 ~ 92.56%
G 0 of 121 ~ 0%
B 9 of 121 ~ 7.44%

%92.56

CMYK color model

#700009 color CMYK value is (0,100,92,56).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 91.96%
  • key color value is 56.08%
CMYK:
(0,100,92,56)
C0M100Y92K56 
(0%,100%,92%,56%)
(0.00/1.00/0.92/0.56)	

CMYK percentages

%0
%100
%91.96
%56.08

Codes

Color #700009 in popluar color models

700009
RGB11209
HSL355°100.00%21.96%
HSB/HSV355°100.00%43.92%
CMYK0.00%100.00%91.96%
56.08%

Color #700009 in popluar number systems.

HEX700009
Decimal11209
Binary111000001001
Octal160011

Shades and tints

Shades of #700009

#700009
(112,0,9)
#660009
(102,0,9)
#5C0009
(92,0,9)
#520009
(82,0,9)
#480009
(72,0,9)
#3E0009
(62,0,9)
#340009
(52,0,9)
#2A0009
(42,0,9)
#200009
(32,0,9)
#160009
(22,0,9)
#0C0009
(12,0,9)
#000000
(0,0,0)

Tints of #700009

#700009
(112,0,9)
#7D171F
(125,23,31)
#8A2E35
(138,46,53)
#97454B
(151,69,75)
#A45C61
(164,92,97)
#B17377
(177,115,119)
#BE8A8D
(190,138,141)
#CBA1A3
(203,161,163)
#D8B8B9
(216,184,185)
#E5CFCF
(229,207,207)
#F2E6E5
(242,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #700009 color. Also use rgb(112,0,9) instead hex code.

Text Font Color

.myTextColor { color: #700009; }

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

This text font color is #700009.


Background Color

.myBgColor { background-color: #700009; }

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

This div background color is #700009.


Border color

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

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

This div border color is #700009.


Opacity

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

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

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

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

This text has shadow with #700009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #700009 on black background.


Color preview on white background

This text has color #700009 on white background.



Black color preview on #700009 background

This text has black color on #700009 background.


White color preview on #700009 background

This text has white color on #700009 background.