Color Hex Logo

#72442e Color Hex

#72442E
(114,68,46)
0 Favorites   0 Comments

Color spaces of #72442e

RGB 1146846
HSL0.050.430.31
HSV19°60°45°
CMYK 0.000.400.60   0.55
XYZ9.49977.90893.6107
Yxy7.90890.45200.3763
Hunter Lab28.122811.081412.0737
CIE-Lab33.792417.416221.5940

#72442e color RGB value is (114,68,46).

#72442e hex color red value is 114, green value is 68 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #72442e hue: 0.05 , saturation: 0.43 and the lightness value of 72442e is 0.31.

The process color (four color CMYK) of #72442e color hex is 0.00, 0.40, 0.60, 0.55. Web safe color of #72442e is #663333. Color #72442e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000100 00101110
Octal 162 104 56
Decimal 114 68 46
Hex 72 44 2E

RGB Percentages of Color #72442e

%50.00
%29.82
%20.18

CMYK Percentages of Color #72442e

%0
%40
%60
%55

Triadic Colors of #72442e

#72442e #2e7244 #442e72

Analogous Colors of #72442e

#72442e #72662e #722e3a

Monochromatic Colors of #72442e

#72442e

Complementary Color

#72442e #2e5c72

#72442e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72442e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72442e Color CSS Codes

.mybgcolor {background-color:#72442e; } 
.myforecolor {color:#72442e; }
.mybordercolor {border:3px solid #72442e; }

#72442e Text Font Color

<p style="color:#72442e">Text here</p>

This sample text font color is #72442e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#72442e Background Color

<div style="background-color:#72442e">
Div content here</div>

This div background color is #72442e


#72442e Border Color

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

This div border color is #72442e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,68,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72442e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72442e;
  -webkit-box-shadow: 1px 1px 3px 2px #72442e;
  box-shadow:         1px 1px 3px 2px #72442e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,68,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #72442e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #72442e;
  -webkit-box-shadow: 1px 1px 3px 2px #72442e;
  box-shadow:         1px 1px 3px 2px #72442e;">
Div content here</div>

This div box has shadow with color #72442e


Comments

No comments written yet.

Please login to write comment.