COLOR #71460C

HEX: #71460C
RGB: (113,70,12)

Color info

#71460C contains mainly red and green colors. Web safe color of #71460C is #663300 (or #630).

RGB color model

#71460C color RGB value is (113,70,12).

  • red value is 113;
  • green value is 70;
  • blue value is 12.
RGB:
(113,70,12)
(44%,27%,5%)

RGB channels and saturation

R 113 of 255 = 44%
G 70 of 255 = 27%
B 12 of 255 = 5%

113
70
12

R + G + B ~ 25%. #71460C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 70 + 12 = 195 (100%)
R 113 of 195 ~ 57.95%
G 70 of 195 ~ 35.9%
B 12 of 195 ~ 6.15%

%57.95
%35.9

CMYK color model

#71460C color CMYK value is (0,38,89,56).

  • cyan value is 0.00%
  • magenta value is 38.05%
  • yellow value is 89.38%
  • key color value is 55.69%
CMYK:
(0,38,89,56)
C0M38Y89K56 
(0%,38%,89%,56%)
(0.00/0.38/0.89/0.56)	

CMYK percentages

%0
%38.05
%89.38
%55.69

Codes

Color #71460C in popluar color models

71460C
RGB1137012
HSL34°80.80%24.51%
HSB/HSV34°89.38%44.31%
CMYK0.00%38.05%89.38%
55.69%

Color #71460C in popluar number systems.

HEX71460C
Decimal1137012
Binary111000110001101100
Octal16110614

Shades and tints

Shades of #71460C

#71460C
(113,70,12)
#67400B
(103,64,11)
#5D3A0A
(93,58,10)
#533409
(83,52,9)
#492E08
(73,46,8)
#3F2807
(63,40,7)
#352206
(53,34,6)
#2B1C05
(43,28,5)
#211604
(33,22,4)
#171003
(23,16,3)
#0D0A02
(13,10,2)
#000000
(0,0,0)

Tints of #71460C

#71460C
(113,70,12)
#7D5622
(125,86,34)
#896638
(137,102,56)
#95764E
(149,118,78)
#A18664
(161,134,100)
#AD967A
(173,150,122)
#B9A690
(185,166,144)
#C5B6A6
(197,182,166)
#D1C6BC
(209,198,188)
#DDD6D2
(221,214,210)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71460C color. Also use rgb(113,70,12) instead hex code.

Text Font Color

.myTextColor { color: #71460C; }

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

This text font color is #71460C.


Background Color

.myBgColor { background-color: #71460C; }

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

This div background color is #71460C.


Border color

.myBorderColor { border: 1px solid #71460C; }

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

This div border color is #71460C.


Opacity

.myOpacity80 { color: #71460C; opacity: 0.8; }

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

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

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

This text has shadow with #71460C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71460C on black background.


Color preview on white background

This text has color #71460C on white background.



Black color preview on #71460C background

This text has black color on #71460C background.


White color preview on #71460C background

This text has white color on #71460C background.