COLOR #716452

HEX: #716452
RGB: (113,100,82)

Color info

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

RGB color model

#716452 color RGB value is (113,100,82).

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

RGB channels and saturation

R 113 of 255 = 44%
G 100 of 255 = 39%
B 82 of 255 = 32%

113
100
82

R + G + B ~ 38%. #716452 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 100 + 82 = 295 (100%)
R 113 of 295 ~ 38.31%
G 100 of 295 ~ 33.9%
B 82 of 295 ~ 27.8%

%38.31
%33.9
%27.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 27.43%
  • 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
%27.43
%55.69

Codes

Color #716452 in popluar color models

716452
RGB11310082
HSL35°15.90%38.24%
HSB/HSV35°27.43%44.31%
CMYK0.00%11.50%27.43%
55.69%

Color #716452 in popluar number systems.

HEX716452
Decimal11310082
Binary111000111001001010010
Octal161144122

Shades and tints

Shades of #716452

#716452
(113,100,82)
#675B4B
(103,91,75)
#5D5244
(93,82,68)
#53493D
(83,73,61)
#494036
(73,64,54)
#3F372F
(63,55,47)
#352E28
(53,46,40)
#2B2521
(43,37,33)
#211C1A
(33,28,26)
#171313
(23,19,19)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #716452

#716452
(113,100,82)
#7D7261
(125,114,97)
#898070
(137,128,112)
#958E7F
(149,142,127)
#A19C8E
(161,156,142)
#ADAA9D
(173,170,157)
#B9B8AC
(185,184,172)
#C5C6BB
(197,198,187)
#D1D4CA
(209,212,202)
#DDE2D9
(221,226,217)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716452; }

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

This text font color is #716452.


Background Color

.myBgColor { background-color: #716452; }

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

This div background color is #716452.


Border color

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

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

This div border color is #716452.


Opacity

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

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

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

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

This text has shadow with #716452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716452 on black background.


Color preview on white background

This text has color #716452 on white background.



Black color preview on #716452 background

This text has black color on #716452 background.


White color preview on #716452 background

This text has white color on #716452 background.