COLOR #716B34

HEX: #716B34
RGB: (113,107,52)

Color info

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

RGB color model

#716B34 color RGB value is (113,107,52).

  • red value is 113;
  • green value is 107;
  • blue value is 52.
RGB:
(113,107,52)
(44%,42%,20%)

RGB channels and saturation

R 113 of 255 = 44%
G 107 of 255 = 42%
B 52 of 255 = 20%

113
107
52

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

Portions of RGB colors in percentages

R + G + B =
113 + 107 + 52 = 272 (100%)
R 113 of 272 ~ 41.54%
G 107 of 272 ~ 39.34%
B 52 of 272 ~ 19.12%

%41.54
%39.34
%19.12

CMYK color model

#716B34 color CMYK value is (0,5,54,56).

  • cyan value is 0.00%
  • magenta value is 5.31%
  • yellow value is 53.98%
  • key color value is 55.69%
CMYK:
(0,5,54,56)
C0M5Y54K56 
(0%,5%,54%,56%)
(0.00/0.05/0.54/0.56)	

CMYK percentages

%0
%5.31
%53.98
%55.69

Codes

Color #716B34 in popluar color models

716B34
RGB11310752
HSL54°36.97%32.35%
HSB/HSV54°53.98%44.31%
CMYK0.00%5.31%53.98%
55.69%

Color #716B34 in popluar number systems.

HEX716B34
Decimal11310752
Binary11100011101011110100
Octal16115364

Shades and tints

Shades of #716B34

#716B34
(113,107,52)
#676230
(103,98,48)
#5D592C
(93,89,44)
#535028
(83,80,40)
#494724
(73,71,36)
#3F3E20
(63,62,32)
#35351C
(53,53,28)
#2B2C18
(43,44,24)
#212314
(33,35,20)
#171A10
(23,26,16)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #716B34

#716B34
(113,107,52)
#7D7846
(125,120,70)
#898558
(137,133,88)
#95926A
(149,146,106)
#A19F7C
(161,159,124)
#ADAC8E
(173,172,142)
#B9B9A0
(185,185,160)
#C5C6B2
(197,198,178)
#D1D3C4
(209,211,196)
#DDE0D6
(221,224,214)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716B34 color. Also use rgb(113,107,52) instead hex code.

Text Font Color

.myTextColor { color: #716B34; }

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

This text font color is #716B34.


Background Color

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

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

This div background color is #716B34.


Border color

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

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

This div border color is #716B34.


Opacity

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

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

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

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

This text has shadow with #716B34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716B34 on black background.


Color preview on white background

This text has color #716B34 on white background.



Black color preview on #716B34 background

This text has black color on #716B34 background.


White color preview on #716B34 background

This text has white color on #716B34 background.