COLOR #724E2F

HEX: #724E2F RGB: (114,78,47)

Color info

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

RGB color model

#724E2F color RGB value is (114,78,47).

RGB: (114,78,47) (45%, 31%, 18%)

RGB channels and saturation

R 114 of 255 = 45%
G 78 of 255 = 31%
B 47 of 255 = 18%

114
78
47

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

Portions of RGB colors in percentages

R + G + B = 114 + 78 + 47 = 239 (100%)
R 114 of 239 ~ 47.7%
G 78 of 239 ~ 32.64%
B 47 of 239 ~ 19.67'%

%47.7
%32.64
%19.67

CMYK color model

#724E2F color CMYK value is (0,32,59,55).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 58.77%
  • key color value is 55.29%
CMYK: (0,32,59,55) C0M32Y59K55 (0%,32%,59%,55%) (0.00/0.32/0.59/0.55) 

CMYK percentages

%0
%31.58
%58.77
%55.29

Codes

Color #724E2F in popluar color models

72 4E 2F
RGB 114 78 47
HSL 28° 41.61% 31.57%
HSB/HSV 28° 58.77% 44.71%
CMYK 0.00% 31.58% 58.77%
55.29%

Color #724E2F in popluar number systems.

HEX 72 4E 2F
Decimal 114 78 47
Binary 1110010 1001110 101111
Octal 162 116 57

Shades and tints

Shades of #724E2F

#724E2F
(114,78,47)
#68472B
(104,71,43)
#5E4027
(94,64,39)
#543923
(84,57,35)
#4A321F
(74,50,31)
#402B1B
(64,43,27)
#362417
(54,36,23)
#2C1D13
(44,29,19)
#22160F
(34,22,15)
#180F0B
(24,15,11)
#0E0807
(14,8,7)
#000000
(0,0,0)

Tints of #724E2F

#724E2F
(114,78,47)
#7E5E41
(126,94,65)
#8A6E53
(138,110,83)
#967E65
(150,126,101)
#A28E77
(162,142,119)
#AE9E89
(174,158,137)
#BAAE9B
(186,174,155)
#C6BEAD
(198,190,173)
#D2CEBF
(210,206,191)
#DEDED1
(222,222,209)
#EAEEE3
(234,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724E2F color. Also use rgb(114,78,47) instead hex code.

Text Font Color

.myTextColor { color: #724E2F; }

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

This text font color is #724E2F.

Background Color

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

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

This div background color is #724E2F.

Border color

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

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

This div border color is #724E2F.

Opacity

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

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

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

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

This text has shadow with #724E2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #724E2F.

Preview

Color preview on black background

This text has color #724E2F on black background.


Color preview on white background

This text has color #724E2F on white background.


Black color preview on #724E2F background

This text has black color on #724E2F background.


White color preview on #724E2F background

This text has white color on #724E2F background.


Related colors

Complementary color

Complementary color for #hex is #8DB1D0.


I love getcolorcode.com

Triadic colors

1 #2F724E and #4E2F72 with #724E2F are triadic colors.

2 #2F4E72 and #4E722F with #724E2F are triadic colors.