COLOR #716D1D

HEX: #716D1D RGB: (113,109,29)

Color info

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

RGB color model

#716D1D color RGB value is (113,109,29).

RGB: (113,109,29) (44%, 43%, 11%)

RGB channels and saturation

R 113 of 255 = 44%
G 109 of 255 = 43%
B 29 of 255 = 11%

113
109
29

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

Portions of RGB colors in percentages

R + G + B = 113 + 109 + 29 = 251 (100%)
R 113 of 251 ~ 45.02%
G 109 of 251 ~ 43.43%
B 29 of 251 ~ 11.55'%

%45.02
%43.43
%11.55

CMYK color model

#716D1D color CMYK value is (0,4,74,56).

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 74.34%
  • key color value is 55.69%

CMYK: (0,4,74,56)
C0M4Y74K56 (0%, 4%, 74%, 56%)
(0.00 / 0.04 / 0.74 / 0.56)

CMYK percentages

%0
%3.54
%74.34
%55.69

Codes

Color #716D1D in popluar color models

71 6D 1D
RGB 113 109 29
HSL 57° 59.15% 27.84%
HSB/HSV 57° 74.34% 44.31%
CMYK 0.00% 3.54% 74.34%
55.69%

Color #716D1D in popluar number systems.

HEX 71 6D 1D
Decimal 113 109 29
Binary 1110001 1101101 11101
Octal 161 155 35

Shades and tints

Shades of #716D1D

#716D1D
(113,109,29)
#67641B
(103,100,27)
#5D5B19
(93,91,25)
#535217
(83,82,23)
#494915
(73,73,21)
#3F4013
(63,64,19)
#353711
(53,55,17)
#2B2E0F
(43,46,15)
#21250D
(33,37,13)
#171C0B
(23,28,11)
#0D1309
(13,19,9)
#000000
(0,0,0)

Tints of #716D1D

#716D1D
(113,109,29)
#7D7A31
(125,122,49)
#898745
(137,135,69)
#959459
(149,148,89)
#A1A16D
(161,161,109)
#ADAE81
(173,174,129)
#B9BB95
(185,187,149)
#C5C8A9
(197,200,169)
#D1D5BD
(209,213,189)
#DDE2D1
(221,226,209)
#E9EFE5
(233,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716D1D color. Also use rgb(113,109,29) instead hex code.

Text Font Color

.myTextColor { color: #716D1D; }

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

This text font color is #716D1D.

Background Color

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

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

This div background color is #716D1D.

Border color

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

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

This div border color is #716D1D.

Opacity

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

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

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

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

This text has shadow with #716D1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #716D1D.

Preview

Color preview on black background

This text has color #716D1D on black background.


Color preview on white background

This text has color #716D1D on white background.


Black color preview on #716D1D background

This text has black color on #716D1D background.


White color preview on #716D1D background

This text has white color on #716D1D background.


Related colors

Complementary color

Complementary color for #hex is #8E92E2.


I love getcolorcode.com

Triadic colors

1 #1D716D and #6D1D71 with #716D1D are triadic colors.

2 #1D6D71 and #6D711D with #716D1D are triadic colors.