COLOR #712800

HEX: #712800
RGB: (113,40,0)

Color info

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

RGB color model

#712800 color RGB value is (113,40,0).

  • red value is 113;
  • green value is 40;
  • blue value is 0.
RGB:
(113,40,0)
(44%,16%,0%)

RGB channels and saturation

R 113 of 255 = 44%
G 40 of 255 = 16%
B 0 of 255 = 0%

113
40
0

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

Portions of RGB colors in percentages

R + G + B =
113 + 40 + 0 = 153 (100%)
R 113 of 153 ~ 73.86%
G 40 of 153 ~ 26.14%
B 0 of 153 ~ 0%

%73.86
%26.14

CMYK color model

#712800 color CMYK value is (0,65,100,56).

  • cyan value is 0.00%
  • magenta value is 64.60%
  • yellow value is 100.00%
  • key color value is 55.69%
CMYK:
(0,65,100,56)
C0M65Y100K56 
(0%,65%,100%,56%)
(0.00/0.65/1.00/0.56)	

CMYK percentages

%0
%64.6
%100
%55.69

Codes

Color #712800 in popluar color models

712800
RGB113400
HSL21°100.00%22.16%
HSB/HSV21°100.00%44.31%
CMYK0.00%64.60%100.00%
55.69%

Color #712800 in popluar number systems.

HEX712800
Decimal113400
Binary11100011010000
Octal161500

Shades and tints

Shades of #712800

#712800
(113,40,0)
#672500
(103,37,0)
#5D2200
(93,34,0)
#531F00
(83,31,0)
#491C00
(73,28,0)
#3F1900
(63,25,0)
#351600
(53,22,0)
#2B1300
(43,19,0)
#211000
(33,16,0)
#170D00
(23,13,0)
#0D0A00
(13,10,0)
#000000
(0,0,0)

Tints of #712800

#712800
(113,40,0)
#7D3B17
(125,59,23)
#894E2E
(137,78,46)
#956145
(149,97,69)
#A1745C
(161,116,92)
#AD8773
(173,135,115)
#B99A8A
(185,154,138)
#C5ADA1
(197,173,161)
#D1C0B8
(209,192,184)
#DDD3CF
(221,211,207)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712800 color. Also use rgb(113,40,0) instead hex code.

Text Font Color

.myTextColor { color: #712800; }

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

This text font color is #712800.


Background Color

.myBgColor { background-color: #712800; }

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

This div background color is #712800.


Border color

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

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

This div border color is #712800.


Opacity

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

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

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

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

This text has shadow with #712800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712800 on black background.


Color preview on white background

This text has color #712800 on white background.



Black color preview on #712800 background

This text has black color on #712800 background.


White color preview on #712800 background

This text has white color on #712800 background.