COLOR #724301

HEX: #724301
RGB: (114,67,1)

Color info

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

RGB color model

#724301 color RGB value is (114,67,1).

  • red value is 114;
  • green value is 67;
  • blue value is 1.
RGB:
(114,67,1)
(45%,26%,0%)

RGB channels and saturation

R 114 of 255 = 45%
G 67 of 255 = 26%
B 1 of 255 = 0%

114
67
1

R + G + B ~ 24%. #724301 is dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 67 + 1 = 182 (100%)
R 114 of 182 ~ 62.64%
G 67 of 182 ~ 36.81%
B 1 of 182 ~ 0.55%

%62.64
%36.81

CMYK color model

#724301 color CMYK value is (0,41,99,55).

  • cyan value is 0.00%
  • magenta value is 41.23%
  • yellow value is 99.12%
  • key color value is 55.29%
CMYK:
(0,41,99,55)
C0M41Y99K55 
(0%,41%,99%,55%)
(0.00/0.41/0.99/0.55)	

CMYK percentages

%0
%41.23
%99.12
%55.29

Codes

Color #724301 in popluar color models

724301
RGB114671
HSL35°98.26%22.55%
HSB/HSV35°99.12%44.71%
CMYK0.00%41.23%99.12%
55.29%

Color #724301 in popluar number systems.

HEX724301
Decimal114671
Binary111001010000111
Octal1621031

Shades and tints

Shades of #724301

#724301
(114,67,1)
#683D01
(104,61,1)
#5E3701
(94,55,1)
#543101
(84,49,1)
#4A2B01
(74,43,1)
#402501
(64,37,1)
#361F01
(54,31,1)
#2C1901
(44,25,1)
#221301
(34,19,1)
#180D01
(24,13,1)
#0E0701
(14,7,1)
#000000
(0,0,0)

Tints of #724301

#724301
(114,67,1)
#7E5418
(126,84,24)
#8A652F
(138,101,47)
#967646
(150,118,70)
#A2875D
(162,135,93)
#AE9874
(174,152,116)
#BAA98B
(186,169,139)
#C6BAA2
(198,186,162)
#D2CBB9
(210,203,185)
#DEDCD0
(222,220,208)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724301 color. Also use rgb(114,67,1) instead hex code.

Text Font Color

.myTextColor { color: #724301; }

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

This text font color is #724301.


Background Color

.myBgColor { background-color: #724301; }

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

This div background color is #724301.


Border color

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

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

This div border color is #724301.


Opacity

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

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

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

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

This text has shadow with #724301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724301 on black background.


Color preview on white background

This text has color #724301 on white background.



Black color preview on #724301 background

This text has black color on #724301 background.


White color preview on #724301 background

This text has white color on #724301 background.