COLOR #71651A

HEX: #71651A
RGB: (113,101,26)

Color info

#71651A contains mainly red and green colors. Web safe color of #71651A is #666600 (or #660).

RGB color model

#71651A color RGB value is (113,101,26).

  • red value is 113;
  • green value is 101;
  • blue value is 26.
RGB:
(113,101,26)
(44%,40%,10%)

RGB channels and saturation

R 113 of 255 = 44%
G 101 of 255 = 40%
B 26 of 255 = 10%

113
101
26

R + G + B ~ 31%. #71651A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 101 + 26 = 240 (100%)
R 113 of 240 ~ 47.08%
G 101 of 240 ~ 42.08%
B 26 of 240 ~ 10.83%

%47.08
%42.08
%10.83

CMYK color model

#71651A color CMYK value is (0,11,77,56).

  • cyan value is 0.00%
  • magenta value is 10.62%
  • yellow value is 76.99%
  • key color value is 55.69%
CMYK:
(0,11,77,56)
C0M11Y77K56 
(0%,11%,77%,56%)
(0.00/0.11/0.77/0.56)	

CMYK percentages

%0
%10.62
%76.99
%55.69

Codes

Color #71651A in popluar color models

71651A
RGB11310126
HSL52°62.59%27.25%
HSB/HSV52°76.99%44.31%
CMYK0.00%10.62%76.99%
55.69%

Color #71651A in popluar number systems.

HEX71651A
Decimal11310126
Binary1110001110010111010
Octal16114532

Shades and tints

Shades of #71651A

#71651A
(113,101,26)
#675C18
(103,92,24)
#5D5316
(93,83,22)
#534A14
(83,74,20)
#494112
(73,65,18)
#3F3810
(63,56,16)
#352F0E
(53,47,14)
#2B260C
(43,38,12)
#211D0A
(33,29,10)
#171408
(23,20,8)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #71651A

#71651A
(113,101,26)
#7D732E
(125,115,46)
#898142
(137,129,66)
#958F56
(149,143,86)
#A19D6A
(161,157,106)
#ADAB7E
(173,171,126)
#B9B992
(185,185,146)
#C5C7A6
(197,199,166)
#D1D5BA
(209,213,186)
#DDE3CE
(221,227,206)
#E9F1E2
(233,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71651A color. Also use rgb(113,101,26) instead hex code.

Text Font Color

.myTextColor { color: #71651A; }

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

This text font color is #71651A.


Background Color

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

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

This div background color is #71651A.


Border color

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

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

This div border color is #71651A.


Opacity

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

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

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

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

This text has shadow with #71651A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71651A on black background.


Color preview on white background

This text has color #71651A on white background.



Black color preview on #71651A background

This text has black color on #71651A background.


White color preview on #71651A background

This text has white color on #71651A background.