COLOR #716E35

HEX: #716E35
RGB: (113,110,53)

Color info

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

RGB color model

#716E35 color RGB value is (113,110,53).

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

RGB channels and saturation

R 113 of 255 = 44%
G 110 of 255 = 43%
B 53 of 255 = 21%

113
110
53

R + G + B ~ 36%. #716E35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 110 + 53 = 276 (100%)
R 113 of 276 ~ 40.94%
G 110 of 276 ~ 39.86%
B 53 of 276 ~ 19.2%

%40.94
%39.86
%19.2

CMYK color model

#716E35 color CMYK value is (0,3,53,56).

  • cyan value is 0.00%
  • magenta value is 2.65%
  • yellow value is 53.10%
  • key color value is 55.69%
CMYK:
(0,3,53,56)
C0M3Y53K56 
(0%,3%,53%,56%)
(0.00/0.03/0.53/0.56)	

CMYK percentages

%0
%2.65
%53.1
%55.69

Codes

Color #716E35 in popluar color models

716E35
RGB11311053
HSL57°36.14%32.55%
HSB/HSV57°53.10%44.31%
CMYK0.00%2.65%53.10%
55.69%

Color #716E35 in popluar number systems.

HEX716E35
Decimal11311053
Binary11100011101110110101
Octal16115665

Shades and tints

Shades of #716E35

#716E35
(113,110,53)
#676431
(103,100,49)
#5D5A2D
(93,90,45)
#535029
(83,80,41)
#494625
(73,70,37)
#3F3C21
(63,60,33)
#35321D
(53,50,29)
#2B2819
(43,40,25)
#211E15
(33,30,21)
#171411
(23,20,17)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #716E35

#716E35
(113,110,53)
#7D7B47
(125,123,71)
#898859
(137,136,89)
#95956B
(149,149,107)
#A1A27D
(161,162,125)
#ADAF8F
(173,175,143)
#B9BCA1
(185,188,161)
#C5C9B3
(197,201,179)
#D1D6C5
(209,214,197)
#DDE3D7
(221,227,215)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716E35; }

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

This text font color is #716E35.


Background Color

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

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

This div background color is #716E35.


Border color

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

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

This div border color is #716E35.


Opacity

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

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

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

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

This text has shadow with #716E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716E35 on black background.


Color preview on white background

This text has color #716E35 on white background.



Black color preview on #716E35 background

This text has black color on #716E35 background.


White color preview on #716E35 background

This text has white color on #716E35 background.