COLOR #701B0B

HEX: #701B0B RGB: (112,27,11)

Color info

#701B0B contains mainly red color. Web safe color of #701B0B is #663300 (or #630).

RGB color model

#701B0B color RGB value is (112,27,11).

RGB: (112,27,11) (44%, 11%, 4%)

RGB channels and saturation

R 112 of 255 = 44%
G 27 of 255 = 11%
B 11 of 255 = 4%

112
27
11

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

Portions of RGB colors in percentages

R + G + B = 112 + 27 + 11 = 150 (100%)
R 112 of 150 ~ 74.67%
G 27 of 150 ~ 18%
B 11 of 150 ~ 7.33'%

%74.67
%18

CMYK color model

#701B0B color CMYK value is (0,76,90,56).

  • cyan value is 0.00%
  • magenta value is 75.89%
  • yellow value is 90.18%
  • key color value is 56.08%

CMYK: (0,76,90,56)
C0M76Y90K56 (0%, 76%, 90%, 56%)
(0.00 / 0.76 / 0.90 / 0.56)

CMYK percentages

%0
%75.89
%90.18
%56.08

Codes

Color #701B0B in popluar color models

70 1B 0B
RGB 112 27 11
HSL 10° 82.11% 24.12%
HSB/HSV 10° 90.18% 43.92%
CMYK 0.00% 75.89% 90.18%
56.08%

Color #701B0B in popluar number systems.

HEX 70 1B 0B
Decimal 112 27 11
Binary 1110000 11011 1011
Octal 160 33 13

Shades and tints

Shades of #701B0B

#701B0B
(112,27,11)
#66190A
(102,25,10)
#5C1709
(92,23,9)
#521508
(82,21,8)
#481307
(72,19,7)
#3E1106
(62,17,6)
#340F05
(52,15,5)
#2A0D04
(42,13,4)
#200B03
(32,11,3)
#160902
(22,9,2)
#0C0701
(12,7,1)
#000000
(0,0,0)

Tints of #701B0B

#701B0B
(112,27,11)
#7D2F21
(125,47,33)
#8A4337
(138,67,55)
#97574D
(151,87,77)
#A46B63
(164,107,99)
#B17F79
(177,127,121)
#BE938F
(190,147,143)
#CBA7A5
(203,167,165)
#D8BBBB
(216,187,187)
#E5CFD1
(229,207,209)
#F2E3E7
(242,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #701B0B color. Also use rgb(112,27,11) instead hex code.

Text Font Color

.myTextColor { color: #701B0B; }

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

This text font color is #701B0B.

Background Color

.myBgColor { background-color: #701B0B; }

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

This div background color is #701B0B.

Border color

.myBorderColor { border: 1px solid #701B0B; }

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

This div border color is #701B0B.

Opacity

.myOpacity80 { color: #701B0B; opacity: 0.8; }

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

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

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

This text has shadow with #701B0B color.


.textShadow {text-shadow: 3px 3px 1px #701B0B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #701B0B; -webkit-box-shadow: 1px 1px 3px 2px #701B0B; box-shadow:1px 1px 3px 2px #701B0B;">
Div content here
</div>

This div box has shadow with color #701B0B.

Preview

Color preview on black background

This text has color #701B0B on black background.


Color preview on white background

This text has color #701B0B on white background.


Black color preview on #701B0B background

This text has black color on #701B0B background.


White color preview on #701B0B background

This text has white color on #701B0B background.


Related colors

Complementary color

Complementary color for #hex is #8FE4F4.


I love getcolorcode.com

Triadic colors

1 #0B701B and #1B0B70 with #701B0B are triadic colors.

2 #0B1B70 and #1B700B with #701B0B are triadic colors.