Color Hex Logo

#724632 Color Hex

#724632
(114,70,50)
0 Favorites   0 Comments

Color spaces of #724632

RGB 1147050
HSL0.050.390.32
HSV19°56°45°
CMYK 0.000.390.56   0.55
XYZ9.70538.18804.0865
Yxy8.18800.44160.3725
Hunter Lab28.614710.466511.5630
CIE-Lab34.371416.582719.8854

#724632 color RGB value is (114,70,50).

#724632 hex color red value is 114, green value is 70 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #724632 hue: 0.05 , saturation: 0.39 and the lightness value of 724632 is 0.32.

The process color (four color CMYK) of #724632 color hex is 0.00, 0.39, 0.56, 0.55. Web safe color of #724632 is #663333. Color #724632 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000110 00110010
Octal 162 106 62
Decimal 114 70 50
Hex 72 46 32

RGB Percentages of Color #724632

%48.72
%29.91
%21.37

CMYK Percentages of Color #724632

%0
%39
%56
%55

Triadic Colors of #724632

#724632 #327246 #463272

Analogous Colors of #724632

#724632 #726632 #72323e

Monochromatic Colors of #724632

#724632

Complementary Color

#724632 #325e72

#724632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#724632 Color CSS Codes

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

#724632 Text Font Color

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

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


#724632 Background Color

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

This div background color is #724632


#724632 Border Color

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

This div border color is #724632


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,70,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #724632; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #724632;
  -webkit-box-shadow: 1px 1px 3px 2px #724632;
  box-shadow:         1px 1px 3px 2px #724632; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724632


Comments

No comments written yet.

Please login to write comment.