COLOR #700909

HEX: #700909
RGB: (112,9,9)

Color info

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

RGB color model

#700909 color RGB value is (112,9,9).

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

RGB channels and saturation

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

112
9
9

R + G + B ~ 17%. #700909 is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 9 + 9 = 130 (100%)
R 112 of 130 ~ 86.15%
G 9 of 130 ~ 6.92%
B 9 of 130 ~ 6.92%

%86.15

CMYK color model

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

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

CMYK percentages

%0
%91.96
%91.96
%56.08

Codes

Color #700909 in popluar color models

700909
RGB11299
HSL85.12%23.73%
HSB/HSV91.96%43.92%
CMYK0.00%91.96%91.96%
56.08%

Color #700909 in popluar number systems.

HEX700909
Decimal11299
Binary111000010011001
Octal1601111

Shades and tints

Shades of #700909

#700909
(112,9,9)
#660909
(102,9,9)
#5C0909
(92,9,9)
#520909
(82,9,9)
#480909
(72,9,9)
#3E0909
(62,9,9)
#340909
(52,9,9)
#2A0909
(42,9,9)
#200909
(32,9,9)
#160909
(22,9,9)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #700909

#700909
(112,9,9)
#7D1F1F
(125,31,31)
#8A3535
(138,53,53)
#974B4B
(151,75,75)
#A46161
(164,97,97)
#B17777
(177,119,119)
#BE8D8D
(190,141,141)
#CBA3A3
(203,163,163)
#D8B9B9
(216,185,185)
#E5CFCF
(229,207,207)
#F2E5E5
(242,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #700909; }

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

This text font color is #700909.


Background Color

.myBgColor { background-color: #700909; }

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

This div background color is #700909.


Border color

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

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

This div border color is #700909.


Opacity

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

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

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

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

This text has shadow with #700909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #700909 on black background.


Color preview on white background

This text has color #700909 on white background.



Black color preview on #700909 background

This text has black color on #700909 background.


White color preview on #700909 background

This text has white color on #700909 background.