COLOR #724B00

HEX: #724B00
RGB: (114,75,0)

Color info

#724B00 contains only red and green colors. Web safe color of #724B00 is #663300 (or #630).

RGB color model

#724B00 color RGB value is (114,75,0).

  • red value is 114;
  • green value is 75;
  • blue value is 0.
RGB:
(114,75,0)
(45%,29%,0%)

RGB channels and saturation

R 114 of 255 = 45%
G 75 of 255 = 29%
B 0 of 255 = 0%

114
75
0

R + G + B ~ 25%. #724B00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 75 + 0 = 189 (100%)
R 114 of 189 ~ 60.32%
G 75 of 189 ~ 39.68%
B 0 of 189 ~ 0%

%60.32
%39.68

CMYK color model

#724B00 color CMYK value is (0,34,100,55).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 100.00%
  • key color value is 55.29%
CMYK:
(0,34,100,55)
C0M34Y100K55 
(0%,34%,100%,55%)
(0.00/0.34/1.00/0.55)	

CMYK percentages

%0
%34.21
%100
%55.29

Codes

Color #724B00 in popluar color models

724B00
RGB114750
HSL39°100.00%22.35%
HSB/HSV39°100.00%44.71%
CMYK0.00%34.21%100.00%
55.29%

Color #724B00 in popluar number systems.

HEX724B00
Decimal114750
Binary111001010010110
Octal1621130

Shades and tints

Shades of #724B00

#724B00
(114,75,0)
#684500
(104,69,0)
#5E3F00
(94,63,0)
#543900
(84,57,0)
#4A3300
(74,51,0)
#402D00
(64,45,0)
#362700
(54,39,0)
#2C2100
(44,33,0)
#221B00
(34,27,0)
#181500
(24,21,0)
#0E0F00
(14,15,0)
#000000
(0,0,0)

Tints of #724B00

#724B00
(114,75,0)
#7E5B17
(126,91,23)
#8A6B2E
(138,107,46)
#967B45
(150,123,69)
#A28B5C
(162,139,92)
#AE9B73
(174,155,115)
#BAAB8A
(186,171,138)
#C6BBA1
(198,187,161)
#D2CBB8
(210,203,184)
#DEDBCF
(222,219,207)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724B00 color. Also use rgb(114,75,0) instead hex code.

Text Font Color

.myTextColor { color: #724B00; }

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

This text font color is #724B00.


Background Color

.myBgColor { background-color: #724B00; }

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

This div background color is #724B00.


Border color

.myBorderColor { border: 1px solid #724B00; }

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

This div border color is #724B00.


Opacity

.myOpacity80 { color: #724B00; opacity: 0.8; }

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

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

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

This text has shadow with #724B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724B00 on black background.


Color preview on white background

This text has color #724B00 on white background.



Black color preview on #724B00 background

This text has black color on #724B00 background.


White color preview on #724B00 background

This text has white color on #724B00 background.