Color Hex Logo

#72481f Color Hex

#72481F
(114,72,31)
0 Favorites   0 Comments

Color spaces of #72481f

RGB 1147231
HSL0.080.570.28
HSV30°73°45°
CMYK 0.000.370.73   0.55
XYZ9.50418.31112.3996
Yxy8.31110.47020.4111
Hunter Lab28.82908.395715.2452
CIE-Lab34.622613.873831.2070

#72481f color RGB value is (114,72,31).

#72481f hex color red value is 114, green value is 72 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #72481f hue: 0.08 , saturation: 0.57 and the lightness value of 72481f is 0.28.

The process color (four color CMYK) of #72481f color hex is 0.00, 0.37, 0.73, 0.55. Web safe color of #72481f is #663333. Color #72481f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001000 00011111
Octal 162 110 37
Decimal 114 72 31
Hex 72 48 1F

RGB Percentages of Color #72481f

%52.53
%33.18
%14.29

CMYK Percentages of Color #72481f

%0
%37
%73
%55

Triadic Colors of #72481f

#72481f #1f7248 #481f72

Analogous Colors of #72481f

#72481f #72721f #721f20

Monochromatic Colors of #72481f

#72481f

Complementary Color

#72481f #1f4972

#72481f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72481f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72481f Color CSS Codes

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

#72481f Text Font Color

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

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


#72481f Background Color

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

This div background color is #72481f


#72481f Border Color

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

This div border color is #72481f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,72,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72481f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72481f;
  -webkit-box-shadow: 1px 1px 3px 2px #72481f;
  box-shadow:         1px 1px 3px 2px #72481f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72481f


Comments

No comments written yet.

Please login to write comment.