COLOR #724618

HEX: #724618
RGB: (114,70,24)

Color info

#724618 contains mainly red and green colors. Web safe color of #724618 is #663300 (or #630).

RGB color model

#724618 color RGB value is (114,70,24).

  • red value is 114;
  • green value is 70;
  • blue value is 24.
RGB:
(114,70,24)
(45%,27%,9%)

RGB channels and saturation

R 114 of 255 = 45%
G 70 of 255 = 27%
B 24 of 255 = 9%

114
70
24

R + G + B ~ 27%. #724618 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 70 + 24 = 208 (100%)
R 114 of 208 ~ 54.81%
G 70 of 208 ~ 33.65%
B 24 of 208 ~ 11.54%

%54.81
%33.65
%11.54

CMYK color model

#724618 color CMYK value is (0,39,79,55).

  • cyan value is 0.00%
  • magenta value is 38.60%
  • yellow value is 78.95%
  • key color value is 55.29%
CMYK:
(0,39,79,55)
C0M39Y79K55 
(0%,39%,79%,55%)
(0.00/0.39/0.79/0.55)	

CMYK percentages

%0
%38.6
%78.95
%55.29

Codes

Color #724618 in popluar color models

724618
RGB1147024
HSL31°65.22%27.06%
HSB/HSV31°78.95%44.71%
CMYK0.00%38.60%78.95%
55.29%

Color #724618 in popluar number systems.

HEX724618
Decimal1147024
Binary1110010100011011000
Octal16210630

Shades and tints

Shades of #724618

#724618
(114,70,24)
#684016
(104,64,22)
#5E3A14
(94,58,20)
#543412
(84,52,18)
#4A2E10
(74,46,16)
#40280E
(64,40,14)
#36220C
(54,34,12)
#2C1C0A
(44,28,10)
#221608
(34,22,8)
#181006
(24,16,6)
#0E0A04
(14,10,4)
#000000
(0,0,0)

Tints of #724618

#724618
(114,70,24)
#7E562D
(126,86,45)
#8A6642
(138,102,66)
#967657
(150,118,87)
#A2866C
(162,134,108)
#AE9681
(174,150,129)
#BAA696
(186,166,150)
#C6B6AB
(198,182,171)
#D2C6C0
(210,198,192)
#DED6D5
(222,214,213)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724618 color. Also use rgb(114,70,24) instead hex code.

Text Font Color

.myTextColor { color: #724618; }

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

This text font color is #724618.


Background Color

.myBgColor { background-color: #724618; }

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

This div background color is #724618.


Border color

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

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

This div border color is #724618.


Opacity

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

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

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

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

This text has shadow with #724618 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724618 on black background.


Color preview on white background

This text has color #724618 on white background.



Black color preview on #724618 background

This text has black color on #724618 background.


White color preview on #724618 background

This text has white color on #724618 background.