COLOR #71512C

HEX: #71512C
RGB: (113,81,44)

Color info

#71512C contains mainly red and green colors. Web safe color of #71512C is #666633 (or #663).

RGB color model

#71512C color RGB value is (113,81,44).

  • red value is 113;
  • green value is 81;
  • blue value is 44.
RGB:
(113,81,44)
(44%,32%,17%)

RGB channels and saturation

R 113 of 255 = 44%
G 81 of 255 = 32%
B 44 of 255 = 17%

113
81
44

R + G + B ~ 31%. #71512C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 81 + 44 = 238 (100%)
R 113 of 238 ~ 47.48%
G 81 of 238 ~ 34.03%
B 44 of 238 ~ 18.49%

%47.48
%34.03
%18.49

CMYK color model

#71512C color CMYK value is (0,28,61,56).

  • cyan value is 0.00%
  • magenta value is 28.32%
  • yellow value is 61.06%
  • key color value is 55.69%
CMYK:
(0,28,61,56)
C0M28Y61K56 
(0%,28%,61%,56%)
(0.00/0.28/0.61/0.56)	

CMYK percentages

%0
%28.32
%61.06
%55.69

Codes

Color #71512C in popluar color models

71512C
RGB1138144
HSL32°43.95%30.78%
HSB/HSV32°61.06%44.31%
CMYK0.00%28.32%61.06%
55.69%

Color #71512C in popluar number systems.

HEX71512C
Decimal1138144
Binary11100011010001101100
Octal16112154

Shades and tints

Shades of #71512C

#71512C
(113,81,44)
#674A28
(103,74,40)
#5D4324
(93,67,36)
#533C20
(83,60,32)
#49351C
(73,53,28)
#3F2E18
(63,46,24)
#352714
(53,39,20)
#2B2010
(43,32,16)
#21190C
(33,25,12)
#171208
(23,18,8)
#0D0B04
(13,11,4)
#000000
(0,0,0)

Tints of #71512C

#71512C
(113,81,44)
#7D603F
(125,96,63)
#896F52
(137,111,82)
#957E65
(149,126,101)
#A18D78
(161,141,120)
#AD9C8B
(173,156,139)
#B9AB9E
(185,171,158)
#C5BAB1
(197,186,177)
#D1C9C4
(209,201,196)
#DDD8D7
(221,216,215)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71512C color. Also use rgb(113,81,44) instead hex code.

Text Font Color

.myTextColor { color: #71512C; }

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

This text font color is #71512C.


Background Color

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

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

This div background color is #71512C.


Border color

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

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

This div border color is #71512C.


Opacity

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

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

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

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

This text has shadow with #71512C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71512C on black background.


Color preview on white background

This text has color #71512C on white background.



Black color preview on #71512C background

This text has black color on #71512C background.


White color preview on #71512C background

This text has white color on #71512C background.