COLOR #716144

HEX: #716144
RGB: (113,97,68)

Color info

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

RGB color model

#716144 color RGB value is (113,97,68).

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

RGB channels and saturation

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

113
97
68

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

Portions of RGB colors in percentages

R + G + B =
113 + 97 + 68 = 278 (100%)
R 113 of 278 ~ 40.65%
G 97 of 278 ~ 34.89%
B 68 of 278 ~ 24.46%

%40.65
%34.89
%24.46

CMYK color model

#716144 color CMYK value is (0,14,40,56).

  • cyan value is 0.00%
  • magenta value is 14.16%
  • yellow value is 39.82%
  • key color value is 55.69%
CMYK:
(0,14,40,56)
C0M14Y40K56 
(0%,14%,40%,56%)
(0.00/0.14/0.40/0.56)	

CMYK percentages

%0
%14.16
%39.82
%55.69

Codes

Color #716144 in popluar color models

716144
RGB1139768
HSL39°24.86%35.49%
HSB/HSV39°39.82%44.31%
CMYK0.00%14.16%39.82%
55.69%

Color #716144 in popluar number systems.

HEX716144
Decimal1139768
Binary111000111000011000100
Octal161141104

Shades and tints

Shades of #716144

#716144
(113,97,68)
#67593E
(103,89,62)
#5D5138
(93,81,56)
#534932
(83,73,50)
#49412C
(73,65,44)
#3F3926
(63,57,38)
#353120
(53,49,32)
#2B291A
(43,41,26)
#212114
(33,33,20)
#17190E
(23,25,14)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #716144

#716144
(113,97,68)
#7D6F55
(125,111,85)
#897D66
(137,125,102)
#958B77
(149,139,119)
#A19988
(161,153,136)
#ADA799
(173,167,153)
#B9B5AA
(185,181,170)
#C5C3BB
(197,195,187)
#D1D1CC
(209,209,204)
#DDDFDD
(221,223,221)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716144; }

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

This text font color is #716144.


Background Color

.myBgColor { background-color: #716144; }

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

This div background color is #716144.


Border color

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

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

This div border color is #716144.


Opacity

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

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

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

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

This text has shadow with #716144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716144 on black background.


Color preview on white background

This text has color #716144 on white background.



Black color preview on #716144 background

This text has black color on #716144 background.


White color preview on #716144 background

This text has white color on #716144 background.