COLOR #700825

HEX: #700825
RGB: (112,8,37)

Color info

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

RGB color model

#700825 color RGB value is (112,8,37).

  • red value is 112;
  • green value is 8;
  • blue value is 37.
RGB:
(112,8,37)
(44%,3%,15%)

RGB channels and saturation

R 112 of 255 = 44%
G 8 of 255 = 3%
B 37 of 255 = 15%

112
8
37

R + G + B ~ 21%. #700825 is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 8 + 37 = 157 (100%)
R 112 of 157 ~ 71.34%
G 8 of 157 ~ 5.1%
B 37 of 157 ~ 23.57%

%71.34
%23.57

CMYK color model

#700825 color CMYK value is (0,93,67,56).

  • cyan value is 0.00%
  • magenta value is 92.86%
  • yellow value is 66.96%
  • key color value is 56.08%
CMYK:
(0,93,67,56)
C0M93Y67K56 
(0%,93%,67%,56%)
(0.00/0.93/0.67/0.56)	

CMYK percentages

%0
%92.86
%66.96
%56.08

Codes

Color #700825 in popluar color models

700825
RGB112837
HSL343°86.67%23.53%
HSB/HSV343°92.86%43.92%
CMYK0.00%92.86%66.96%
56.08%

Color #700825 in popluar number systems.

HEX700825
Decimal112837
Binary11100001000100101
Octal1601045

Shades and tints

Shades of #700825

#700825
(112,8,37)
#660822
(102,8,34)
#5C081F
(92,8,31)
#52081C
(82,8,28)
#480819
(72,8,25)
#3E0816
(62,8,22)
#340813
(52,8,19)
#2A0810
(42,8,16)
#20080D
(32,8,13)
#16080A
(22,8,10)
#0C0807
(12,8,7)
#000000
(0,0,0)

Tints of #700825

#700825
(112,8,37)
#7D1E38
(125,30,56)
#8A344B
(138,52,75)
#974A5E
(151,74,94)
#A46071
(164,96,113)
#B17684
(177,118,132)
#BE8C97
(190,140,151)
#CBA2AA
(203,162,170)
#D8B8BD
(216,184,189)
#E5CED0
(229,206,208)
#F2E4E3
(242,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #700825; }

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

This text font color is #700825.


Background Color

.myBgColor { background-color: #700825; }

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

This div background color is #700825.


Border color

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

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

This div border color is #700825.


Opacity

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

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

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

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

This text has shadow with #700825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #700825 on black background.


Color preview on white background

This text has color #700825 on white background.



Black color preview on #700825 background

This text has black color on #700825 background.


White color preview on #700825 background

This text has white color on #700825 background.