COLOR #724B36

HEX: #724B36
RGB: (114,75,54)

Color info

#724B36 contains mainly red and green colors. Web safe color of #724B36 is #663333 (or #633).

RGB color model

#724B36 color RGB value is (114,75,54).

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

RGB channels and saturation

R 114 of 255 = 45%
G 75 of 255 = 29%
B 54 of 255 = 21%

114
75
54

R + G + B ~ 32%. #724B36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 75 + 54 = 243 (100%)
R 114 of 243 ~ 46.91%
G 75 of 243 ~ 30.86%
B 54 of 243 ~ 22.22%

%46.91
%30.86
%22.22

CMYK color model

#724B36 color CMYK value is (0,34,53,55).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 52.63%
  • key color value is 55.29%
CMYK:
(0,34,53,55)
C0M34Y53K55 
(0%,34%,53%,55%)
(0.00/0.34/0.53/0.55)	

CMYK percentages

%0
%34.21
%52.63
%55.29

Codes

Color #724B36 in popluar color models

724B36
RGB1147554
HSL21°35.71%32.94%
HSB/HSV21°52.63%44.71%
CMYK0.00%34.21%52.63%
55.29%

Color #724B36 in popluar number systems.

HEX724B36
Decimal1147554
Binary11100101001011110110
Octal16211366

Shades and tints

Shades of #724B36

#724B36
(114,75,54)
#684532
(104,69,50)
#5E3F2E
(94,63,46)
#54392A
(84,57,42)
#4A3326
(74,51,38)
#402D22
(64,45,34)
#36271E
(54,39,30)
#2C211A
(44,33,26)
#221B16
(34,27,22)
#181512
(24,21,18)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #724B36

#724B36
(114,75,54)
#7E5B48
(126,91,72)
#8A6B5A
(138,107,90)
#967B6C
(150,123,108)
#A28B7E
(162,139,126)
#AE9B90
(174,155,144)
#BAABA2
(186,171,162)
#C6BBB4
(198,187,180)
#D2CBC6
(210,203,198)
#DEDBD8
(222,219,216)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724B36; }

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

This text font color is #724B36.


Background Color

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

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

This div background color is #724B36.


Border color

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

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

This div border color is #724B36.


Opacity

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

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

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

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

This text has shadow with #724B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724B36 on black background.


Color preview on white background

This text has color #724B36 on white background.



Black color preview on #724B36 background

This text has black color on #724B36 background.


White color preview on #724B36 background

This text has white color on #724B36 background.