COLOR #72070C

HEX: #72070C
RGB: (114,7,12)

Color info

#72070C contains mainly red color. Web safe color of #72070C is #660000 (or #600).

RGB color model

#72070C color RGB value is (114,7,12).

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

RGB channels and saturation

R 114 of 255 = 45%
G 7 of 255 = 3%
B 12 of 255 = 5%

114
7
12

R + G + B ~ 18%. #72070C is dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 7 + 12 = 133 (100%)
R 114 of 133 ~ 85.71%
G 7 of 133 ~ 5.26%
B 12 of 133 ~ 9.02%

%85.71

CMYK color model

#72070C color CMYK value is (0,94,89,55).

  • cyan value is 0.00%
  • magenta value is 93.86%
  • yellow value is 89.47%
  • key color value is 55.29%
CMYK:
(0,94,89,55)
C0M94Y89K55 
(0%,94%,89%,55%)
(0.00/0.94/0.89/0.55)	

CMYK percentages

%0
%93.86
%89.47
%55.29

Codes

Color #72070C in popluar color models

72070C
RGB114712
HSL357°88.43%23.73%
HSB/HSV357°93.86%44.71%
CMYK0.00%93.86%89.47%
55.29%

Color #72070C in popluar number systems.

HEX72070C
Decimal114712
Binary11100101111100
Octal162714

Shades and tints

Shades of #72070C

#72070C
(114,7,12)
#68070B
(104,7,11)
#5E070A
(94,7,10)
#540709
(84,7,9)
#4A0708
(74,7,8)
#400707
(64,7,7)
#360706
(54,7,6)
#2C0705
(44,7,5)
#220704
(34,7,4)
#180703
(24,7,3)
#0E0702
(14,7,2)
#000000
(0,0,0)

Tints of #72070C

#72070C
(114,7,12)
#7E1D22
(126,29,34)
#8A3338
(138,51,56)
#96494E
(150,73,78)
#A25F64
(162,95,100)
#AE757A
(174,117,122)
#BA8B90
(186,139,144)
#C6A1A6
(198,161,166)
#D2B7BC
(210,183,188)
#DECDD2
(222,205,210)
#EAE3E8
(234,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72070C; }

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

This text font color is #72070C.


Background Color

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

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

This div background color is #72070C.


Border color

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

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

This div border color is #72070C.


Opacity

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

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

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

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

This text has shadow with #72070C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72070C on black background.


Color preview on white background

This text has color #72070C on white background.



Black color preview on #72070C background

This text has black color on #72070C background.


White color preview on #72070C background

This text has white color on #72070C background.