COLOR #716244

HEX: #716244
RGB: (113,98,68)

Color info

#716244 contains red, green and blue colors in about the same proportion. Web safe color of #716244 is #666633 (or #663).

RGB color model

#716244 color RGB value is (113,98,68).

  • red value is 113;
  • green value is 98;
  • blue value is 68.
RGB:
(113,98,68)
(44%,38%,27%)

RGB channels and saturation

R 113 of 255 = 44%
G 98 of 255 = 38%
B 68 of 255 = 27%

113
98
68

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

Portions of RGB colors in percentages

R + G + B =
113 + 98 + 68 = 279 (100%)
R 113 of 279 ~ 40.5%
G 98 of 279 ~ 35.13%
B 68 of 279 ~ 24.37%

%40.5
%35.13
%24.37

CMYK color model

#716244 color CMYK value is (0,13,40,56).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 39.82%
  • key color value is 55.69%
CMYK:
(0,13,40,56)
C0M13Y40K56 
(0%,13%,40%,56%)
(0.00/0.13/0.40/0.56)	

CMYK percentages

%0
%13.27
%39.82
%55.69

Codes

Color #716244 in popluar color models

716244
RGB1139868
HSL40°24.86%35.49%
HSB/HSV40°39.82%44.31%
CMYK0.00%13.27%39.82%
55.69%

Color #716244 in popluar number systems.

HEX716244
Decimal1139868
Binary111000111000101000100
Octal161142104

Shades and tints

Shades of #716244

#716244
(113,98,68)
#675A3E
(103,90,62)
#5D5238
(93,82,56)
#534A32
(83,74,50)
#49422C
(73,66,44)
#3F3A26
(63,58,38)
#353220
(53,50,32)
#2B2A1A
(43,42,26)
#212214
(33,34,20)
#171A0E
(23,26,14)
#0D1208
(13,18,8)
#000000
(0,0,0)

Tints of #716244

#716244
(113,98,68)
#7D7055
(125,112,85)
#897E66
(137,126,102)
#958C77
(149,140,119)
#A19A88
(161,154,136)
#ADA899
(173,168,153)
#B9B6AA
(185,182,170)
#C5C4BB
(197,196,187)
#D1D2CC
(209,210,204)
#DDE0DD
(221,224,221)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716244 color. Also use rgb(113,98,68) instead hex code.

Text Font Color

.myTextColor { color: #716244; }

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

This text font color is #716244.


Background Color

.myBgColor { background-color: #716244; }

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

This div background color is #716244.


Border color

.myBorderColor { border: 1px solid #716244; }

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

This div border color is #716244.


Opacity

.myOpacity80 { color: #716244; opacity: 0.8; }

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

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

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

This text has shadow with #716244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716244 on black background.


Color preview on white background

This text has color #716244 on white background.



Black color preview on #716244 background

This text has black color on #716244 background.


White color preview on #716244 background

This text has white color on #716244 background.