Color Hex Logo

#72650d Color Hex

#72650D
(114,101,13)
0 Favorites   0 Comments

Color spaces of #72650d

RGB 11410113
HSL0.150.800.25
HSV52°89°45°
CMYK 0.000.110.89   0.55
XYZ11.665812.91382.2585
Yxy12.91380.43470.4812
Hunter Lab35.9358-4.941321.4288
CIE-Lab42.6331-4.246546.1395

#72650d color RGB value is (114,101,13).

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

The process color (four color CMYK) of #72650d color hex is 0.00, 0.11, 0.89, 0.55. Web safe color of #72650d is #666600. Color #72650d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100101 00001101
Octal 162 145 15
Decimal 114 101 13
Hex 72 65 D

RGB Percentages of Color #72650d

%50.00
%44.30
%5.70

CMYK Percentages of Color #72650d

%0
%11
%89
%55

Triadic Colors of #72650d

#72650d #0d7265 #650d72

Analogous Colors of #72650d

#72650d #4d720d #72330d

Monochromatic Colors of #72650d

#72650d

Complementary Color

#72650d #0d1a72

#72650d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72650d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72650d Color CSS Codes

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

#72650d Text Font Color

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

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


#72650d Background Color

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

This div background color is #72650d


#72650d Border Color

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

This div border color is #72650d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72650d


Comments

No comments written yet.

Please login to write comment.