Color Hex Logo

#725012 Color Hex

#725012
(114,80,18)
0 Favorites   0 Comments

Color spaces of #725012

RGB 1148018
HSL0.110.730.26
HSV39°84°45°
CMYK 0.000.300.84   0.55
XYZ9.91739.35841.8559
Yxy9.35840.46930.4429
Hunter Lab30.59154.331917.8171
CIE-Lab36.66548.384339.3315

#725012 color RGB value is (114,80,18).

#725012 hex color red value is 114, green value is 80 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #725012 hue: 0.11 , saturation: 0.73 and the lightness value of 725012 is 0.26.

The process color (four color CMYK) of #725012 color hex is 0.00, 0.30, 0.84, 0.55. Web safe color of #725012 is #666600. Color #725012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010000 00010010
Octal 162 120 22
Decimal 114 80 18
Hex 72 50 12

RGB Percentages of Color #725012

%53.77
%37.74
%8.49

CMYK Percentages of Color #725012

%0
%30
%84
%55

Triadic Colors of #725012

#725012 #127250 #501272

Analogous Colors of #725012

#725012 #647212 #722012

Monochromatic Colors of #725012

#725012

Complementary Color

#725012 #123472

#725012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725012 Color CSS Codes

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

#725012 Text Font Color

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

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


#725012 Background Color

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

This div background color is #725012


#725012 Border Color

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

This div border color is #725012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725012


Comments

No comments written yet.

Please login to write comment.