COLOR #716E1C

HEX: #716E1C
RGB: (113,110,28)

Color info

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

RGB color model

#716E1C color RGB value is (113,110,28).

  • red value is 113;
  • green value is 110;
  • blue value is 28.
RGB:
(113,110,28)
(44%,43%,11%)

RGB channels and saturation

R 113 of 255 = 44%
G 110 of 255 = 43%
B 28 of 255 = 11%

113
110
28

R + G + B ~ 33%. #716E1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 110 + 28 = 251 (100%)
R 113 of 251 ~ 45.02%
G 110 of 251 ~ 43.82%
B 28 of 251 ~ 11.16%

%45.02
%43.82
%11.16

CMYK color model

#716E1C color CMYK value is (0,3,75,56).

  • cyan value is 0.00%
  • magenta value is 2.65%
  • yellow value is 75.22%
  • key color value is 55.69%
CMYK:
(0,3,75,56)
C0M3Y75K56 
(0%,3%,75%,56%)
(0.00/0.03/0.75/0.56)	

CMYK percentages

%0
%2.65
%75.22
%55.69

Codes

Color #716E1C in popluar color models

716E1C
RGB11311028
HSL58°60.28%27.65%
HSB/HSV58°75.22%44.31%
CMYK0.00%2.65%75.22%
55.69%

Color #716E1C in popluar number systems.

HEX716E1C
Decimal11311028
Binary1110001110111011100
Octal16115634

Shades and tints

Shades of #716E1C

#716E1C
(113,110,28)
#67641A
(103,100,26)
#5D5A18
(93,90,24)
#535016
(83,80,22)
#494614
(73,70,20)
#3F3C12
(63,60,18)
#353210
(53,50,16)
#2B280E
(43,40,14)
#211E0C
(33,30,12)
#17140A
(23,20,10)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #716E1C

#716E1C
(113,110,28)
#7D7B30
(125,123,48)
#898844
(137,136,68)
#959558
(149,149,88)
#A1A26C
(161,162,108)
#ADAF80
(173,175,128)
#B9BC94
(185,188,148)
#C5C9A8
(197,201,168)
#D1D6BC
(209,214,188)
#DDE3D0
(221,227,208)
#E9F0E4
(233,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716E1C color. Also use rgb(113,110,28) instead hex code.

Text Font Color

.myTextColor { color: #716E1C; }

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

This text font color is #716E1C.


Background Color

.myBgColor { background-color: #716E1C; }

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

This div background color is #716E1C.


Border color

.myBorderColor { border: 1px solid #716E1C; }

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

This div border color is #716E1C.


Opacity

.myOpacity80 { color: #716E1C; opacity: 0.8; }

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

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

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

This text has shadow with #716E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716E1C on black background.


Color preview on white background

This text has color #716E1C on white background.



Black color preview on #716E1C background

This text has black color on #716E1C background.


White color preview on #716E1C background

This text has white color on #716E1C background.