COLOR #724448

HEX: #724448
RGB: (114,68,72)

Color info

#724448 contains red, green and blue colors in about the same proportion. Web safe color of #724448 is #663333 (or #633).

RGB color model

#724448 color RGB value is (114,68,72).

  • red value is 114;
  • green value is 68;
  • blue value is 72.
RGB:
(114,68,72)
(45%,27%,28%)

RGB channels and saturation

R 114 of 255 = 45%
G 68 of 255 = 27%
B 72 of 255 = 28%

114
68
72

R + G + B ~ 33%. #724448 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 68 + 72 = 254 (100%)
R 114 of 254 ~ 44.88%
G 68 of 254 ~ 26.77%
B 72 of 254 ~ 28.35%

%44.88
%26.77
%28.35

CMYK color model

#724448 color CMYK value is (0,40,37,55).

  • cyan value is 0.00%
  • magenta value is 40.35%
  • yellow value is 36.84%
  • key color value is 55.29%
CMYK:
(0,40,37,55)
C0M40Y37K55 
(0%,40%,37%,55%)
(0.00/0.40/0.37/0.55)	

CMYK percentages

%0
%40.35
%36.84
%55.29

Codes

Color #724448 in popluar color models

724448
RGB1146872
HSL355°25.27%35.69%
HSB/HSV355°40.35%44.71%
CMYK0.00%40.35%36.84%
55.29%

Color #724448 in popluar number systems.

HEX724448
Decimal1146872
Binary111001010001001001000
Octal162104110

Shades and tints

Shades of #724448

#724448
(114,68,72)
#683E42
(104,62,66)
#5E383C
(94,56,60)
#543236
(84,50,54)
#4A2C30
(74,44,48)
#40262A
(64,38,42)
#362024
(54,32,36)
#2C1A1E
(44,26,30)
#221418
(34,20,24)
#180E12
(24,14,18)
#0E080C
(14,8,12)
#000000
(0,0,0)

Tints of #724448

#724448
(114,68,72)
#7E5558
(126,85,88)
#8A6668
(138,102,104)
#967778
(150,119,120)
#A28888
(162,136,136)
#AE9998
(174,153,152)
#BAAAA8
(186,170,168)
#C6BBB8
(198,187,184)
#D2CCC8
(210,204,200)
#DEDDD8
(222,221,216)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724448 color. Also use rgb(114,68,72) instead hex code.

Text Font Color

.myTextColor { color: #724448; }

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

This text font color is #724448.


Background Color

.myBgColor { background-color: #724448; }

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

This div background color is #724448.


Border color

.myBorderColor { border: 1px solid #724448; }

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

This div border color is #724448.


Opacity

.myOpacity80 { color: #724448; opacity: 0.8; }

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

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

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

This text has shadow with #724448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724448 on black background.


Color preview on white background

This text has color #724448 on white background.



Black color preview on #724448 background

This text has black color on #724448 background.


White color preview on #724448 background

This text has white color on #724448 background.