Color Hex Logo

#72343a Color Hex

#72343A
(114,52,58)
0 Favorites   0 Comments

Color spaces of #72343a

RGB 1145258
HSL0.980.370.33
HSV354°54°45°
CMYK 0.000.540.49   0.55
XYZ8.93116.33894.7558
Yxy6.33890.44600.3165
Hunter Lab25.177219.25936.4245
CIE-Lab30.251927.95219.3103

#72343a color RGB value is (114,52,58).

#72343a hex color red value is 114, green value is 52 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #72343a hue: 0.98 , saturation: 0.37 and the lightness value of 72343a is 0.33.

The process color (four color CMYK) of #72343a color hex is 0.00, 0.54, 0.49, 0.55. Web safe color of #72343a is #663333. Color #72343a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00110100 00111010
Octal 162 64 72
Decimal 114 52 58
Hex 72 34 3A

RGB Percentages of Color #72343a

%50.89
%23.21
%25.89

CMYK Percentages of Color #72343a

%0
%54
%49
%55

Triadic Colors of #72343a

#72343a #3a7234 #343a72

Analogous Colors of #72343a

#72343a #724d34 #723459

Monochromatic Colors of #72343a

#72343a

Complementary Color

#72343a #34726c

#72343a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72343a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72343a Color CSS Codes

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

#72343a Text Font Color

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

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


#72343a Background Color

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

This div background color is #72343a


#72343a Border Color

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

This div border color is #72343a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72343a

#72343a Color Palettes


Comments

No comments written yet.

Please login to write comment.