Color Hex Logo

#72364a Color Hex

#72364A
(114,54,74)
0 Favorites   0 Comments

Color spaces of #72364a

RGB 1145474
HSL0.940.360.33
HSV340°53°45°
CMYK 0.000.530.35   0.55
XYZ9.49466.71027.2733
Yxy6.71020.40440.2858
Hunter Lab25.904120.09341.4855
CIE-Lab31.137928.81680.1224

#72364a color RGB value is (114,54,74).

#72364a hex color red value is 114, green value is 54 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #72364a hue: 0.94 , saturation: 0.36 and the lightness value of 72364a is 0.33.

The process color (four color CMYK) of #72364a color hex is 0.00, 0.53, 0.35, 0.55. Web safe color of #72364a is #663333. Color #72364a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00110110 01001010
Octal 162 66 112
Decimal 114 54 74
Hex 72 36 4A

RGB Percentages of Color #72364a

%47.11
%22.31
%30.58

CMYK Percentages of Color #72364a

%0
%53
%35
%55

Triadic Colors of #72364a

#72364a #4a7236 #364a72

Analogous Colors of #72364a

#72364a #724036 #723668

Monochromatic Colors of #72364a

#72364a

Complementary Color

#72364a #36725e

#72364a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72364a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72364a Color CSS Codes

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

#72364a Text Font Color

<p style="color:#72364a">Text here</p>

This sample text font color is #72364a
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.


#72364a Background Color

<div style="background-color:#72364a">
Div content here</div>

This div background color is #72364a


#72364a Border Color

<div style="border:3px solid #72364a">
Div here</div>

This div border color is #72364a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,54,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72364a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72364a;
  -webkit-box-shadow: 1px 1px 3px 2px #72364a;
  box-shadow:         1px 1px 3px 2px #72364a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72364a


Comments

No comments written yet.

Please login to write comment.