COLOR #716453

HEX: #716453
RGB: (113,100,83)

Color info

#716453 contains red, green and blue colors in about the same proportion. Web safe color of #716453 is #666666 (or #666).

RGB color model

#716453 color RGB value is (113,100,83).

  • red value is 113;
  • green value is 100;
  • blue value is 83.
RGB:
(113,100,83)
(44%,39%,33%)

RGB channels and saturation

R 113 of 255 = 44%
G 100 of 255 = 39%
B 83 of 255 = 33%

113
100
83

R + G + B ~ 39%. #716453 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 100 + 83 = 296 (100%)
R 113 of 296 ~ 38.18%
G 100 of 296 ~ 33.78%
B 83 of 296 ~ 28.04%

%38.18
%33.78
%28.04

CMYK color model

#716453 color CMYK value is (0,12,27,56).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 26.55%
  • key color value is 55.69%
CMYK:
(0,12,27,56)
C0M12Y27K56 
(0%,12%,27%,56%)
(0.00/0.12/0.27/0.56)	

CMYK percentages

%0
%11.5
%26.55
%55.69

Codes

Color #716453 in popluar color models

716453
RGB11310083
HSL34°15.31%38.43%
HSB/HSV34°26.55%44.31%
CMYK0.00%11.50%26.55%
55.69%

Color #716453 in popluar number systems.

HEX716453
Decimal11310083
Binary111000111001001010011
Octal161144123

Shades and tints

Shades of #716453

#716453
(113,100,83)
#675B4C
(103,91,76)
#5D5245
(93,82,69)
#53493E
(83,73,62)
#494037
(73,64,55)
#3F3730
(63,55,48)
#352E29
(53,46,41)
#2B2522
(43,37,34)
#211C1B
(33,28,27)
#171314
(23,19,20)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #716453

#716453
(113,100,83)
#7D7262
(125,114,98)
#898071
(137,128,113)
#958E80
(149,142,128)
#A19C8F
(161,156,143)
#ADAA9E
(173,170,158)
#B9B8AD
(185,184,173)
#C5C6BC
(197,198,188)
#D1D4CB
(209,212,203)
#DDE2DA
(221,226,218)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716453 color. Also use rgb(113,100,83) instead hex code.

Text Font Color

.myTextColor { color: #716453; }

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

This text font color is #716453.


Background Color

.myBgColor { background-color: #716453; }

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

This div background color is #716453.


Border color

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

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

This div border color is #716453.


Opacity

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

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

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

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

This text has shadow with #716453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716453 on black background.


Color preview on white background

This text has color #716453 on white background.



Black color preview on #716453 background

This text has black color on #716453 background.


White color preview on #716453 background

This text has white color on #716453 background.