COLOR #72250C

HEX: #72250C
RGB: (114,37,12)

Color info

#72250C contains mainly red color. Web safe color of #72250C is #663300 (or #630).

RGB color model

#72250C color RGB value is (114,37,12).

  • red value is 114;
  • green value is 37;
  • blue value is 12.
RGB:
(114,37,12)
(45%,15%,5%)

RGB channels and saturation

R 114 of 255 = 45%
G 37 of 255 = 15%
B 12 of 255 = 5%

114
37
12

R + G + B ~ 22%. #72250C is dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 37 + 12 = 163 (100%)
R 114 of 163 ~ 69.94%
G 37 of 163 ~ 22.7%
B 12 of 163 ~ 7.36%

%69.94
%22.7

CMYK color model

#72250C color CMYK value is (0,68,89,55).

  • cyan value is 0.00%
  • magenta value is 67.54%
  • yellow value is 89.47%
  • key color value is 55.29%
CMYK:
(0,68,89,55)
C0M68Y89K55 
(0%,68%,89%,55%)
(0.00/0.68/0.89/0.55)	

CMYK percentages

%0
%67.54
%89.47
%55.29

Codes

Color #72250C in popluar color models

72250C
RGB1143712
HSL15°80.95%24.71%
HSB/HSV15°89.47%44.71%
CMYK0.00%67.54%89.47%
55.29%

Color #72250C in popluar number systems.

HEX72250C
Decimal1143712
Binary11100101001011100
Octal1624514

Shades and tints

Shades of #72250C

#72250C
(114,37,12)
#68220B
(104,34,11)
#5E1F0A
(94,31,10)
#541C09
(84,28,9)
#4A1908
(74,25,8)
#401607
(64,22,7)
#361306
(54,19,6)
#2C1005
(44,16,5)
#220D04
(34,13,4)
#180A03
(24,10,3)
#0E0702
(14,7,2)
#000000
(0,0,0)

Tints of #72250C

#72250C
(114,37,12)
#7E3822
(126,56,34)
#8A4B38
(138,75,56)
#965E4E
(150,94,78)
#A27164
(162,113,100)
#AE847A
(174,132,122)
#BA9790
(186,151,144)
#C6AAA6
(198,170,166)
#D2BDBC
(210,189,188)
#DED0D2
(222,208,210)
#EAE3E8
(234,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72250C color. Also use rgb(114,37,12) instead hex code.

Text Font Color

.myTextColor { color: #72250C; }

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

This text font color is #72250C.


Background Color

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

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

This div background color is #72250C.


Border color

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

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

This div border color is #72250C.


Opacity

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

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

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

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

This text has shadow with #72250C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72250C on black background.


Color preview on white background

This text has color #72250C on white background.



Black color preview on #72250C background

This text has black color on #72250C background.


White color preview on #72250C background

This text has white color on #72250C background.