COLOR #700B39

HEX: #700B39
RGB: (112,11,57)

Color info

#700B39 contains mainly red and blue colors. Web safe color of #700B39 is #660033 (or #603).

RGB color model

#700B39 color RGB value is (112,11,57).

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

RGB channels and saturation

R 112 of 255 = 44%
G 11 of 255 = 4%
B 57 of 255 = 22%

112
11
57

R + G + B ~ 23%. #700B39 is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 11 + 57 = 180 (100%)
R 112 of 180 ~ 62.22%
G 11 of 180 ~ 6.11%
B 57 of 180 ~ 31.67%

%62.22
%31.67

CMYK color model

#700B39 color CMYK value is (0,90,49,56).

  • cyan value is 0.00%
  • magenta value is 90.18%
  • yellow value is 49.11%
  • key color value is 56.08%
CMYK:
(0,90,49,56)
C0M90Y49K56 
(0%,90%,49%,56%)
(0.00/0.90/0.49/0.56)	

CMYK percentages

%0
%90.18
%49.11
%56.08

Codes

Color #700B39 in popluar color models

700B39
RGB1121157
HSL333°82.11%24.12%
HSB/HSV333°90.18%43.92%
CMYK0.00%90.18%49.11%
56.08%

Color #700B39 in popluar number systems.

HEX700B39
Decimal1121157
Binary11100001011111001
Octal1601371

Shades and tints

Shades of #700B39

#700B39
(112,11,57)
#660A34
(102,10,52)
#5C092F
(92,9,47)
#52082A
(82,8,42)
#480725
(72,7,37)
#3E0620
(62,6,32)
#34051B
(52,5,27)
#2A0416
(42,4,22)
#200311
(32,3,17)
#16020C
(22,2,12)
#0C0107
(12,1,7)
#000000
(0,0,0)

Tints of #700B39

#700B39
(112,11,57)
#7D214B
(125,33,75)
#8A375D
(138,55,93)
#974D6F
(151,77,111)
#A46381
(164,99,129)
#B17993
(177,121,147)
#BE8FA5
(190,143,165)
#CBA5B7
(203,165,183)
#D8BBC9
(216,187,201)
#E5D1DB
(229,209,219)
#F2E7ED
(242,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #700B39 color. Also use rgb(112,11,57) instead hex code.

Text Font Color

.myTextColor { color: #700B39; }

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

This text font color is #700B39.


Background Color

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

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

This div background color is #700B39.


Border color

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

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

This div border color is #700B39.


Opacity

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

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

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

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

This text has shadow with #700B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #700B39 on black background.


Color preview on white background

This text has color #700B39 on white background.



Black color preview on #700B39 background

This text has black color on #700B39 background.


White color preview on #700B39 background

This text has white color on #700B39 background.