Color Hex Logo

#72430d Color Hex

#72430D
(114,67,13)
0 Favorites   0 Comments

Color spaces of #72430d

RGB 1146713
HSL0.090.800.25
HSV32°89°45°
CMYK 0.000.410.89   0.55
XYZ9.01927.62081.3764
Yxy7.62080.50060.4230
Hunter Lab27.605810.008316.3679
CIE-Lab33.180316.074438.2038

#72430d color RGB value is (114,67,13).

#72430d hex color red value is 114, green value is 67 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #72430d hue: 0.09 , saturation: 0.80 and the lightness value of 72430d is 0.25.

The process color (four color CMYK) of #72430d color hex is 0.00, 0.41, 0.89, 0.55. Web safe color of #72430d is #663300. Color #72430d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000011 00001101
Octal 162 103 15
Decimal 114 67 13
Hex 72 43 D

RGB Percentages of Color #72430d

%58.76
%34.54
%6.70

CMYK Percentages of Color #72430d

%0
%41
%89
%55

Triadic Colors of #72430d

#72430d #0d7243 #430d72

Analogous Colors of #72430d

#72430d #6f720d #72110d

Monochromatic Colors of #72430d

#72430d

Complementary Color

#72430d #0d3c72

#72430d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72430d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72430d Color CSS Codes

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

#72430d Text Font Color

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

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


#72430d Background Color

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

This div background color is #72430d


#72430d Border Color

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

This div border color is #72430d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,67,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72430d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72430d;
  -webkit-box-shadow: 1px 1px 3px 2px #72430d;
  box-shadow:         1px 1px 3px 2px #72430d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72430d


Comments

No comments written yet.

Please login to write comment.