COLOR #724E2B

HEX: #724E2B RGB: (114,78,43)

Color info

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

RGB color model

#724E2B color RGB value is (114,78,43).

RGB: (114,78,43) (45%, 31%, 17%)

RGB channels and saturation

R 114 of 255 = 45%
G 78 of 255 = 31%
B 43 of 255 = 17%

114
78
43

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

Portions of RGB colors in percentages

R + G + B = 114 + 78 + 43 = 235 (100%)
R 114 of 235 ~ 48.51%
G 78 of 235 ~ 33.19%
B 43 of 235 ~ 18.3'%

%48.51
%33.19
%18.3

CMYK color model

#724E2B color CMYK value is (0,32,62,55).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 62.28%
  • key color value is 55.29%

CMYK: (0,32,62,55)
C0M32Y62K55 (0%, 32%, 62%, 55%)
(0.00 / 0.32 / 0.62 / 0.55)

CMYK percentages

%0
%31.58
%62.28
%55.29

Codes

Color #724E2B in popluar color models

72 4E 2B
RGB 114 78 43
HSL 30° 45.22% 30.78%
HSB/HSV 30° 62.28% 44.71%
CMYK 0.00% 31.58% 62.28%
55.29%

Color #724E2B in popluar number systems.

HEX 72 4E 2B
Decimal 114 78 43
Binary 1110010 1001110 101011
Octal 162 116 53

Shades and tints

Shades of #724E2B

#724E2B
(114,78,43)
#684728
(104,71,40)
#5E4025
(94,64,37)
#543922
(84,57,34)
#4A321F
(74,50,31)
#402B1C
(64,43,28)
#362419
(54,36,25)
#2C1D16
(44,29,22)
#221613
(34,22,19)
#180F10
(24,15,16)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #724E2B

#724E2B
(114,78,43)
#7E5E3E
(126,94,62)
#8A6E51
(138,110,81)
#967E64
(150,126,100)
#A28E77
(162,142,119)
#AE9E8A
(174,158,138)
#BAAE9D
(186,174,157)
#C6BEB0
(198,190,176)
#D2CEC3
(210,206,195)
#DEDED6
(222,222,214)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724E2B; }

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

This text font color is #724E2B.

Background Color

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

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

This div background color is #724E2B.

Border color

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

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

This div border color is #724E2B.

Opacity

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

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

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

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

This text has shadow with #724E2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #724E2B.

Preview

Color preview on black background

This text has color #724E2B on black background.


Color preview on white background

This text has color #724E2B on white background.


Black color preview on #724E2B background

This text has black color on #724E2B background.


White color preview on #724E2B background

This text has white color on #724E2B background.


Related colors

Complementary color

Complementary color for #hex is #8DB1D4.


I love getcolorcode.com

Triadic colors

1 #2B724E and #4E2B72 with #724E2B are triadic colors.

2 #2B4E72 and #4E722B with #724E2B are triadic colors.