COLOR #716418

HEX: #716418
RGB: (113,100,24)

Color info

#716418 contains mainly red and green colors. Web safe color of #716418 is #666600 (or #660).

RGB color model

#716418 color RGB value is (113,100,24).

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

RGB channels and saturation

R 113 of 255 = 44%
G 100 of 255 = 39%
B 24 of 255 = 9%

113
100
24

R + G + B ~ 31%. #716418 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 100 + 24 = 237 (100%)
R 113 of 237 ~ 47.68%
G 100 of 237 ~ 42.19%
B 24 of 237 ~ 10.13%

%47.68
%42.19
%10.13

CMYK color model

#716418 color CMYK value is (0,12,79,56).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 78.76%
  • key color value is 55.69%
CMYK:
(0,12,79,56)
C0M12Y79K56 
(0%,12%,79%,56%)
(0.00/0.12/0.79/0.56)	

CMYK percentages

%0
%11.5
%78.76
%55.69

Codes

Color #716418 in popluar color models

716418
RGB11310024
HSL51°64.96%26.86%
HSB/HSV51°78.76%44.31%
CMYK0.00%11.50%78.76%
55.69%

Color #716418 in popluar number systems.

HEX716418
Decimal11310024
Binary1110001110010011000
Octal16114430

Shades and tints

Shades of #716418

#716418
(113,100,24)
#675B16
(103,91,22)
#5D5214
(93,82,20)
#534912
(83,73,18)
#494010
(73,64,16)
#3F370E
(63,55,14)
#352E0C
(53,46,12)
#2B250A
(43,37,10)
#211C08
(33,28,8)
#171306
(23,19,6)
#0D0A04
(13,10,4)
#000000
(0,0,0)

Tints of #716418

#716418
(113,100,24)
#7D722D
(125,114,45)
#898042
(137,128,66)
#958E57
(149,142,87)
#A19C6C
(161,156,108)
#ADAA81
(173,170,129)
#B9B896
(185,184,150)
#C5C6AB
(197,198,171)
#D1D4C0
(209,212,192)
#DDE2D5
(221,226,213)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716418; }

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

This text font color is #716418.


Background Color

.myBgColor { background-color: #716418; }

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

This div background color is #716418.


Border color

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

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

This div border color is #716418.


Opacity

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

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

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

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

This text has shadow with #716418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716418 on black background.


Color preview on white background

This text has color #716418 on white background.



Black color preview on #716418 background

This text has black color on #716418 background.


White color preview on #716418 background

This text has white color on #716418 background.