COLOR #716C33

HEX: #716C33 RGB: (113,108,51)

Color info

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

RGB color model

#716C33 color RGB value is (113,108,51).

RGB: (113,108,51) (44%, 42%, 20%)

RGB channels and saturation

R 113 of 255 = 44%
G 108 of 255 = 42%
B 51 of 255 = 20%

113
108
51

R + G + B ~ 35%. #716C33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 108 + 51 = 272 (100%)
R 113 of 272 ~ 41.54%
G 108 of 272 ~ 39.71%
B 51 of 272 ~ 18.75'%

%41.54
%39.71
%18.75

CMYK color model

#716C33 color CMYK value is (0,4,55,56).

  • cyan value is 0.00%
  • magenta value is 4.42%
  • yellow value is 54.87%
  • key color value is 55.69%

CMYK: (0,4,55,56)
C0M4Y55K56 (0%, 4%, 55%, 56%)
(0.00 / 0.04 / 0.55 / 0.56)

CMYK percentages

%0
%4.42
%54.87
%55.69

Codes

Color #716C33 in popluar color models

71 6C 33
RGB 113 108 51
HSL 55° 37.80% 32.16%
HSB/HSV 55° 54.87% 44.31%
CMYK 0.00% 4.42% 54.87%
55.69%

Color #716C33 in popluar number systems.

HEX 71 6C 33
Decimal 113 108 51
Binary 1110001 1101100 110011
Octal 161 154 63

Shades and tints

Shades of #716C33

#716C33
(113,108,51)
#67632F
(103,99,47)
#5D5A2B
(93,90,43)
#535127
(83,81,39)
#494823
(73,72,35)
#3F3F1F
(63,63,31)
#35361B
(53,54,27)
#2B2D17
(43,45,23)
#212413
(33,36,19)
#171B0F
(23,27,15)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #716C33

#716C33
(113,108,51)
#7D7945
(125,121,69)
#898657
(137,134,87)
#959369
(149,147,105)
#A1A07B
(161,160,123)
#ADAD8D
(173,173,141)
#B9BA9F
(185,186,159)
#C5C7B1
(197,199,177)
#D1D4C3
(209,212,195)
#DDE1D5
(221,225,213)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716C33 color. Also use rgb(113,108,51) instead hex code.

Text Font Color

.myTextColor { color: #716C33; }

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

This text font color is #716C33.

Background Color

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

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

This div background color is #716C33.

Border color

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

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

This div border color is #716C33.

Opacity

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

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

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

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

This text has shadow with #716C33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #716C33.

Preview

Color preview on black background

This text has color #716C33 on black background.


Color preview on white background

This text has color #716C33 on white background.


Black color preview on #716C33 background

This text has black color on #716C33 background.


White color preview on #716C33 background

This text has white color on #716C33 background.


Related colors

Complementary color

Complementary color for #hex is #8E93CC.


I love getcolorcode.com

Triadic colors

1 #33716C and #6C3371 with #716C33 are triadic colors.

2 #336C71 and #6C7133 with #716C33 are triadic colors.