COLOR #72383B

HEX: #72383B
RGB: (114,56,59)

Color info

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

RGB color model

#72383B color RGB value is (114,56,59).

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

RGB channels and saturation

R 114 of 255 = 45%
G 56 of 255 = 22%
B 59 of 255 = 23%

114
56
59

R + G + B ~ 30%. #72383B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 56 + 59 = 229 (100%)
R 114 of 229 ~ 49.78%
G 56 of 229 ~ 24.45%
B 59 of 229 ~ 25.76%

%49.78
%24.45
%25.76

CMYK color model

#72383B color CMYK value is (0,51,48,55).

  • cyan value is 0.00%
  • magenta value is 50.88%
  • yellow value is 48.25%
  • key color value is 55.29%
CMYK:
(0,51,48,55)
C0M51Y48K55 
(0%,51%,48%,55%)
(0.00/0.51/0.48/0.55)	

CMYK percentages

%0
%50.88
%48.25
%55.29

Codes

Color #72383B in popluar color models

72383B
RGB1145659
HSL357°34.12%33.33%
HSB/HSV357°50.88%44.71%
CMYK0.00%50.88%48.25%
55.29%

Color #72383B in popluar number systems.

HEX72383B
Decimal1145659
Binary1110010111000111011
Octal1627073

Shades and tints

Shades of #72383B

#72383B
(114,56,59)
#683336
(104,51,54)
#5E2E31
(94,46,49)
#54292C
(84,41,44)
#4A2427
(74,36,39)
#401F22
(64,31,34)
#361A1D
(54,26,29)
#2C1518
(44,21,24)
#221013
(34,16,19)
#180B0E
(24,11,14)
#0E0609
(14,6,9)
#000000
(0,0,0)

Tints of #72383B

#72383B
(114,56,59)
#7E4A4C
(126,74,76)
#8A5C5D
(138,92,93)
#966E6E
(150,110,110)
#A2807F
(162,128,127)
#AE9290
(174,146,144)
#BAA4A1
(186,164,161)
#C6B6B2
(198,182,178)
#D2C8C3
(210,200,195)
#DEDAD4
(222,218,212)
#EAECE5
(234,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72383B color. Also use rgb(114,56,59) instead hex code.

Text Font Color

.myTextColor { color: #72383B; }

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

This text font color is #72383B.


Background Color

.myBgColor { background-color: #72383B; }

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

This div background color is #72383B.


Border color

.myBorderColor { border: 1px solid #72383B; }

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

This div border color is #72383B.


Opacity

.myOpacity80 { color: #72383B; opacity: 0.8; }

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

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

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

This text has shadow with #72383B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72383B on black background.


Color preview on white background

This text has color #72383B on white background.



Black color preview on #72383B background

This text has black color on #72383B background.


White color preview on #72383B background

This text has white color on #72383B background.