COLOR #72484A

HEX: #72484A
RGB: (114,72,74)

Color info

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

RGB color model

#72484A color RGB value is (114,72,74).

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

RGB channels and saturation

R 114 of 255 = 45%
G 72 of 255 = 28%
B 74 of 255 = 29%

114
72
74

R + G + B ~ 34%. #72484A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 72 + 74 = 260 (100%)
R 114 of 260 ~ 43.85%
G 72 of 260 ~ 27.69%
B 74 of 260 ~ 28.46%

%43.85
%27.69
%28.46

CMYK color model

#72484A color CMYK value is (0,37,35,55).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 35.09%
  • key color value is 55.29%
CMYK:
(0,37,35,55)
C0M37Y35K55 
(0%,37%,35%,55%)
(0.00/0.37/0.35/0.55)	

CMYK percentages

%0
%36.84
%35.09
%55.29

Codes

Color #72484A in popluar color models

72484A
RGB1147274
HSL357°22.58%36.47%
HSB/HSV357°36.84%44.71%
CMYK0.00%36.84%35.09%
55.29%

Color #72484A in popluar number systems.

HEX72484A
Decimal1147274
Binary111001010010001001010
Octal162110112

Shades and tints

Shades of #72484A

#72484A
(114,72,74)
#684244
(104,66,68)
#5E3C3E
(94,60,62)
#543638
(84,54,56)
#4A3032
(74,48,50)
#402A2C
(64,42,44)
#362426
(54,36,38)
#2C1E20
(44,30,32)
#22181A
(34,24,26)
#181214
(24,18,20)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #72484A

#72484A
(114,72,74)
#7E585A
(126,88,90)
#8A686A
(138,104,106)
#96787A
(150,120,122)
#A2888A
(162,136,138)
#AE989A
(174,152,154)
#BAA8AA
(186,168,170)
#C6B8BA
(198,184,186)
#D2C8CA
(210,200,202)
#DED8DA
(222,216,218)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72484A; }

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

This text font color is #72484A.


Background Color

.myBgColor { background-color: #72484A; }

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

This div background color is #72484A.


Border color

.myBorderColor { border: 1px solid #72484A; }

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

This div border color is #72484A.


Opacity

.myOpacity80 { color: #72484A; opacity: 0.8; }

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

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

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

This text has shadow with #72484A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72484A on black background.


Color preview on white background

This text has color #72484A on white background.



Black color preview on #72484A background

This text has black color on #72484A background.


White color preview on #72484A background

This text has white color on #72484A background.