Color Hex Logo

#72480a Color Hex

#72480A
(114,72,10)
0 Favorites   0 Comments

Color spaces of #72480a

RGB 1147210
HSL0.100.840.24
HSV36°91°45°
CMYK 0.000.370.91   0.55
XYZ9.31168.23411.3857
Yxy8.23410.49190.4349
Hunter Lab28.69517.707017.2234
CIE-Lab34.465712.972240.3153

#72480a color RGB value is (114,72,10).

#72480a hex color red value is 114, green value is 72 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #72480a hue: 0.10 , saturation: 0.84 and the lightness value of 72480a is 0.24.

The process color (four color CMYK) of #72480a color hex is 0.00, 0.37, 0.91, 0.55. Web safe color of #72480a is #663300. Color #72480a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001000 00001010
Octal 162 110 12
Decimal 114 72 10
Hex 72 48 A

RGB Percentages of Color #72480a

%58.16
%36.73
%5.10

CMYK Percentages of Color #72480a

%0
%37
%91
%55

Triadic Colors of #72480a

#72480a #0a7248 #480a72

Analogous Colors of #72480a

#72480a #68720a #72140a

Monochromatic Colors of #72480a

#72480a

Complementary Color

#72480a #0a3472

#72480a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72480a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72480a Color CSS Codes

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

#72480a Text Font Color

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

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


#72480a Background Color

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

This div background color is #72480a


#72480a Border Color

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

This div border color is #72480a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72480a


Comments

No comments written yet.

Please login to write comment.