COLOR #716448

HEX: #716448
RGB: (113,100,72)

Color info

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

RGB color model

#716448 color RGB value is (113,100,72).

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

RGB channels and saturation

R 113 of 255 = 44%
G 100 of 255 = 39%
B 72 of 255 = 28%

113
100
72

R + G + B ~ 37%. #716448 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 100 + 72 = 285 (100%)
R 113 of 285 ~ 39.65%
G 100 of 285 ~ 35.09%
B 72 of 285 ~ 25.26%

%39.65
%35.09
%25.26

CMYK color model

#716448 color CMYK value is (0,12,36,56).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 36.28%
  • key color value is 55.69%
CMYK:
(0,12,36,56)
C0M12Y36K56 
(0%,12%,36%,56%)
(0.00/0.12/0.36/0.56)	

CMYK percentages

%0
%11.5
%36.28
%55.69

Codes

Color #716448 in popluar color models

716448
RGB11310072
HSL41°22.16%36.27%
HSB/HSV41°36.28%44.31%
CMYK0.00%11.50%36.28%
55.69%

Color #716448 in popluar number systems.

HEX716448
Decimal11310072
Binary111000111001001001000
Octal161144110

Shades and tints

Shades of #716448

#716448
(113,100,72)
#675B42
(103,91,66)
#5D523C
(93,82,60)
#534936
(83,73,54)
#494030
(73,64,48)
#3F372A
(63,55,42)
#352E24
(53,46,36)
#2B251E
(43,37,30)
#211C18
(33,28,24)
#171312
(23,19,18)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #716448

#716448
(113,100,72)
#7D7258
(125,114,88)
#898068
(137,128,104)
#958E78
(149,142,120)
#A19C88
(161,156,136)
#ADAA98
(173,170,152)
#B9B8A8
(185,184,168)
#C5C6B8
(197,198,184)
#D1D4C8
(209,212,200)
#DDE2D8
(221,226,216)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716448; }

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

This text font color is #716448.


Background Color

.myBgColor { background-color: #716448; }

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

This div background color is #716448.


Border color

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

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

This div border color is #716448.


Opacity

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

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

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

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

This text has shadow with #716448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716448 on black background.


Color preview on white background

This text has color #716448 on white background.



Black color preview on #716448 background

This text has black color on #716448 background.


White color preview on #716448 background

This text has white color on #716448 background.