COLOR #72442A

HEX: #72442A
RGB: (114,68,42)

Color info

#72442A contains mainly red and green colors. Web safe color of #72442A is #663333 (or #633).

RGB color model

#72442A color RGB value is (114,68,42).

  • red value is 114;
  • green value is 68;
  • blue value is 42.
RGB:
(114,68,42)
(45%,27%,16%)

RGB channels and saturation

R 114 of 255 = 45%
G 68 of 255 = 27%
B 42 of 255 = 16%

114
68
42

R + G + B ~ 29%. #72442A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 68 + 42 = 224 (100%)
R 114 of 224 ~ 50.89%
G 68 of 224 ~ 30.36%
B 42 of 224 ~ 18.75%

%50.89
%30.36
%18.75

CMYK color model

#72442A color CMYK value is (0,40,63,55).

  • cyan value is 0.00%
  • magenta value is 40.35%
  • yellow value is 63.16%
  • key color value is 55.29%
CMYK:
(0,40,63,55)
C0M40Y63K55 
(0%,40%,63%,55%)
(0.00/0.40/0.63/0.55)	

CMYK percentages

%0
%40.35
%63.16
%55.29

Codes

Color #72442A in popluar color models

72442A
RGB1146842
HSL22°46.15%30.59%
HSB/HSV22°63.16%44.71%
CMYK0.00%40.35%63.16%
55.29%

Color #72442A in popluar number systems.

HEX72442A
Decimal1146842
Binary11100101000100101010
Octal16210452

Shades and tints

Shades of #72442A

#72442A
(114,68,42)
#683E27
(104,62,39)
#5E3824
(94,56,36)
#543221
(84,50,33)
#4A2C1E
(74,44,30)
#40261B
(64,38,27)
#362018
(54,32,24)
#2C1A15
(44,26,21)
#221412
(34,20,18)
#180E0F
(24,14,15)
#0E080C
(14,8,12)
#000000
(0,0,0)

Tints of #72442A

#72442A
(114,68,42)
#7E553D
(126,85,61)
#8A6650
(138,102,80)
#967763
(150,119,99)
#A28876
(162,136,118)
#AE9989
(174,153,137)
#BAAA9C
(186,170,156)
#C6BBAF
(198,187,175)
#D2CCC2
(210,204,194)
#DEDDD5
(222,221,213)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72442A color. Also use rgb(114,68,42) instead hex code.

Text Font Color

.myTextColor { color: #72442A; }

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

This text font color is #72442A.


Background Color

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

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

This div background color is #72442A.


Border color

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

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

This div border color is #72442A.


Opacity

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

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

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

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

This text has shadow with #72442A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72442A on black background.


Color preview on white background

This text has color #72442A on white background.



Black color preview on #72442A background

This text has black color on #72442A background.


White color preview on #72442A background

This text has white color on #72442A background.