COLOR #72384C

HEX: #72384C
RGB: (114,56,76)

Color info

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

RGB color model

#72384C color RGB value is (114,56,76).

  • red value is 114;
  • green value is 56;
  • blue value is 76.
RGB:
(114,56,76)
(45%,22%,30%)

RGB channels and saturation

R 114 of 255 = 45%
G 56 of 255 = 22%
B 76 of 255 = 30%

114
56
76

R + G + B ~ 32%. #72384C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 56 + 76 = 246 (100%)
R 114 of 246 ~ 46.34%
G 56 of 246 ~ 22.76%
B 76 of 246 ~ 30.89%

%46.34
%22.76
%30.89

CMYK color model

#72384C color CMYK value is (0,51,33,55).

  • cyan value is 0.00%
  • magenta value is 50.88%
  • yellow value is 33.33%
  • key color value is 55.29%
CMYK:
(0,51,33,55)
C0M51Y33K55 
(0%,51%,33%,55%)
(0.00/0.51/0.33/0.55)	

CMYK percentages

%0
%50.88
%33.33
%55.29

Codes

Color #72384C in popluar color models

72384C
RGB1145676
HSL339°34.12%33.33%
HSB/HSV339°50.88%44.71%
CMYK0.00%50.88%33.33%
55.29%

Color #72384C in popluar number systems.

HEX72384C
Decimal1145676
Binary11100101110001001100
Octal16270114

Shades and tints

Shades of #72384C

#72384C
(114,56,76)
#683346
(104,51,70)
#5E2E40
(94,46,64)
#54293A
(84,41,58)
#4A2434
(74,36,52)
#401F2E
(64,31,46)
#361A28
(54,26,40)
#2C1522
(44,21,34)
#22101C
(34,16,28)
#180B16
(24,11,22)
#0E0610
(14,6,16)
#000000
(0,0,0)

Tints of #72384C

#72384C
(114,56,76)
#7E4A5C
(126,74,92)
#8A5C6C
(138,92,108)
#966E7C
(150,110,124)
#A2808C
(162,128,140)
#AE929C
(174,146,156)
#BAA4AC
(186,164,172)
#C6B6BC
(198,182,188)
#D2C8CC
(210,200,204)
#DEDADC
(222,218,220)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72384C color. Also use rgb(114,56,76) instead hex code.

Text Font Color

.myTextColor { color: #72384C; }

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

This text font color is #72384C.


Background Color

.myBgColor { background-color: #72384C; }

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

This div background color is #72384C.


Border color

.myBorderColor { border: 1px solid #72384C; }

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

This div border color is #72384C.


Opacity

.myOpacity80 { color: #72384C; opacity: 0.8; }

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

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

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

This text has shadow with #72384C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72384C on black background.


Color preview on white background

This text has color #72384C on white background.



Black color preview on #72384C background

This text has black color on #72384C background.


White color preview on #72384C background

This text has white color on #72384C background.