Color Hex Logo

#72300a Color Hex

#72300A
(114,48,10)
0 Favorites   0 Comments

Color spaces of #72300a

RGB 1144810
HSL0.060.840.24
HSV22°91°45°
CMYK 0.000.580.91   0.55
XYZ8.05125.71320.9656
Yxy5.71320.54660.3879
Hunter Lab23.902318.296514.3364
CIE-Lab28.677027.015635.6317

#72300a color RGB value is (114,48,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00110000 00001010
Octal 162 60 12
Decimal 114 48 10
Hex 72 30 A

RGB Percentages of Color #72300a

%66.28
%27.91
%5.81

CMYK Percentages of Color #72300a

%0
%58
%91
%55

Triadic Colors of #72300a

#72300a #0a7230 #300a72

Analogous Colors of #72300a

#72300a #72640a #720a18

Monochromatic Colors of #72300a

#72300a

Complementary Color

#72300a #0a4c72

#72300a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72300a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72300a Color CSS Codes

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

#72300a Text Font Color

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

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


#72300a Background Color

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

This div background color is #72300a


#72300a Border Color

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

This div border color is #72300a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,48,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 #72300a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72300a


Comments

No comments written yet.

Please login to write comment.