COLOR #724F23

HEX: #724F23
RGB: (114,79,35)

Color info

#724F23 contains mainly red and green colors. Web safe color of #724F23 is #666633 (or #663).

RGB color model

#724F23 color RGB value is (114,79,35).

  • red value is 114;
  • green value is 79;
  • blue value is 35.
RGB:
(114,79,35)
(45%,31%,14%)

RGB channels and saturation

R 114 of 255 = 45%
G 79 of 255 = 31%
B 35 of 255 = 14%

114
79
35

R + G + B ~ 30%. #724F23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 79 + 35 = 228 (100%)
R 114 of 228 ~ 50%
G 79 of 228 ~ 34.65%
B 35 of 228 ~ 15.35%

%50
%34.65
%15.35

CMYK color model

#724F23 color CMYK value is (0,31,69,55).

  • cyan value is 0.00%
  • magenta value is 30.70%
  • yellow value is 69.30%
  • key color value is 55.29%
CMYK:
(0,31,69,55)
C0M31Y69K55 
(0%,31%,69%,55%)
(0.00/0.31/0.69/0.55)	

CMYK percentages

%0
%30.7
%69.3
%55.29

Codes

Color #724F23 in popluar color models

724F23
RGB1147935
HSL33°53.02%29.22%
HSB/HSV33°69.30%44.71%
CMYK0.00%30.70%69.30%
55.29%

Color #724F23 in popluar number systems.

HEX724F23
Decimal1147935
Binary11100101001111100011
Octal16211743

Shades and tints

Shades of #724F23

#724F23
(114,79,35)
#684820
(104,72,32)
#5E411D
(94,65,29)
#543A1A
(84,58,26)
#4A3317
(74,51,23)
#402C14
(64,44,20)
#362511
(54,37,17)
#2C1E0E
(44,30,14)
#22170B
(34,23,11)
#181008
(24,16,8)
#0E0905
(14,9,5)
#000000
(0,0,0)

Tints of #724F23

#724F23
(114,79,35)
#7E5F37
(126,95,55)
#8A6F4B
(138,111,75)
#967F5F
(150,127,95)
#A28F73
(162,143,115)
#AE9F87
(174,159,135)
#BAAF9B
(186,175,155)
#C6BFAF
(198,191,175)
#D2CFC3
(210,207,195)
#DEDFD7
(222,223,215)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724F23 color. Also use rgb(114,79,35) instead hex code.

Text Font Color

.myTextColor { color: #724F23; }

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

This text font color is #724F23.


Background Color

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

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

This div background color is #724F23.


Border color

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

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

This div border color is #724F23.


Opacity

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

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

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

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

This text has shadow with #724F23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724F23 on black background.


Color preview on white background

This text has color #724F23 on white background.



Black color preview on #724F23 background

This text has black color on #724F23 background.


White color preview on #724F23 background

This text has white color on #724F23 background.