COLOR #700425

HEX: #700425
RGB: (112,4,37)

Color info

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

RGB color model

#700425 color RGB value is (112,4,37).

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

RGB channels and saturation

R 112 of 255 = 44%
G 4 of 255 = 2%
B 37 of 255 = 15%

112
4
37

R + G + B ~ 20%. #700425 is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 4 + 37 = 153 (100%)
R 112 of 153 ~ 73.2%
G 4 of 153 ~ 2.61%
B 37 of 153 ~ 24.18%

%73.2
%24.18

CMYK color model

#700425 color CMYK value is (0,96,67,56).

  • cyan value is 0.00%
  • magenta value is 96.43%
  • yellow value is 66.96%
  • key color value is 56.08%
CMYK:
(0,96,67,56)
C0M96Y67K56 
(0%,96%,67%,56%)
(0.00/0.96/0.67/0.56)	

CMYK percentages

%0
%96.43
%66.96
%56.08

Codes

Color #700425 in popluar color models

700425
RGB112437
HSL342°93.10%22.75%
HSB/HSV342°96.43%43.92%
CMYK0.00%96.43%66.96%
56.08%

Color #700425 in popluar number systems.

HEX700425
Decimal112437
Binary1110000100100101
Octal160445

Shades and tints

Shades of #700425

#700425
(112,4,37)
#660422
(102,4,34)
#5C041F
(92,4,31)
#52041C
(82,4,28)
#480419
(72,4,25)
#3E0416
(62,4,22)
#340413
(52,4,19)
#2A0410
(42,4,16)
#20040D
(32,4,13)
#16040A
(22,4,10)
#0C0407
(12,4,7)
#000000
(0,0,0)

Tints of #700425

#700425
(112,4,37)
#7D1A38
(125,26,56)
#8A304B
(138,48,75)
#97465E
(151,70,94)
#A45C71
(164,92,113)
#B17284
(177,114,132)
#BE8897
(190,136,151)
#CB9EAA
(203,158,170)
#D8B4BD
(216,180,189)
#E5CAD0
(229,202,208)
#F2E0E3
(242,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #700425; }

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

This text font color is #700425.


Background Color

.myBgColor { background-color: #700425; }

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

This div background color is #700425.


Border color

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

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

This div border color is #700425.


Opacity

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

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

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

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

This text has shadow with #700425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #700425 on black background.


Color preview on white background

This text has color #700425 on white background.



Black color preview on #700425 background

This text has black color on #700425 background.


White color preview on #700425 background

This text has white color on #700425 background.