COLOR #71462A

HEX: #71462A
RGB: (113,70,42)

Color info

#71462A contains mainly red and green colors. Web safe color of #71462A is #663333 (or #633).

RGB color model

#71462A color RGB value is (113,70,42).

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

RGB channels and saturation

R 113 of 255 = 44%
G 70 of 255 = 27%
B 42 of 255 = 16%

113
70
42

R + G + B ~ 29%. #71462A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 70 + 42 = 225 (100%)
R 113 of 225 ~ 50.22%
G 70 of 225 ~ 31.11%
B 42 of 225 ~ 18.67%

%50.22
%31.11
%18.67

CMYK color model

#71462A color CMYK value is (0,38,63,56).

  • cyan value is 0.00%
  • magenta value is 38.05%
  • yellow value is 62.83%
  • key color value is 55.69%
CMYK:
(0,38,63,56)
C0M38Y63K56 
(0%,38%,63%,56%)
(0.00/0.38/0.63/0.56)	

CMYK percentages

%0
%38.05
%62.83
%55.69

Codes

Color #71462A in popluar color models

71462A
RGB1137042
HSL24°45.81%30.39%
HSB/HSV24°62.83%44.31%
CMYK0.00%38.05%62.83%
55.69%

Color #71462A in popluar number systems.

HEX71462A
Decimal1137042
Binary11100011000110101010
Octal16110652

Shades and tints

Shades of #71462A

#71462A
(113,70,42)
#674027
(103,64,39)
#5D3A24
(93,58,36)
#533421
(83,52,33)
#492E1E
(73,46,30)
#3F281B
(63,40,27)
#352218
(53,34,24)
#2B1C15
(43,28,21)
#211612
(33,22,18)
#17100F
(23,16,15)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #71462A

#71462A
(113,70,42)
#7D563D
(125,86,61)
#896650
(137,102,80)
#957663
(149,118,99)
#A18676
(161,134,118)
#AD9689
(173,150,137)
#B9A69C
(185,166,156)
#C5B6AF
(197,182,175)
#D1C6C2
(209,198,194)
#DDD6D5
(221,214,213)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71462A color. Also use rgb(113,70,42) instead hex code.

Text Font Color

.myTextColor { color: #71462A; }

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

This text font color is #71462A.


Background Color

.myBgColor { background-color: #71462A; }

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

This div background color is #71462A.


Border color

.myBorderColor { border: 1px solid #71462A; }

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

This div border color is #71462A.


Opacity

.myOpacity80 { color: #71462A; opacity: 0.8; }

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

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

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

This text has shadow with #71462A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71462A on black background.


Color preview on white background

This text has color #71462A on white background.



Black color preview on #71462A background

This text has black color on #71462A background.


White color preview on #71462A background

This text has white color on #71462A background.