Color Hex Logo

#72471c Color Hex

#72471C
(114,71,28)
0 Favorites   0 Comments

Color spaces of #72471c

RGB 1147128
HSL0.080.610.28
HSV30°75°45°
CMYK 0.000.380.75   0.55
XYZ9.40238.16772.1796
Yxy8.16770.47610.4136
Hunter Lab28.57928.711315.4837
CIE-Lab34.329714.304532.4709

#72471c color RGB value is (114,71,28).

#72471c hex color red value is 114, green value is 71 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #72471c hue: 0.08 , saturation: 0.61 and the lightness value of 72471c is 0.28.

The process color (four color CMYK) of #72471c color hex is 0.00, 0.38, 0.75, 0.55. Web safe color of #72471c is #663333. Color #72471c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000111 00011100
Octal 162 107 34
Decimal 114 71 28
Hex 72 47 1C

RGB Percentages of Color #72471c

%53.52
%33.33
%13.15

CMYK Percentages of Color #72471c

%0
%38
%75
%55

Triadic Colors of #72471c

#72471c #1c7247 #471c72

Analogous Colors of #72471c

#72471c #72721c #721c1c

Monochromatic Colors of #72471c

#72471c

Complementary Color

#72471c #1c4772

#72471c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72471c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72471c Color CSS Codes

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

#72471c Text Font Color

<p style="color:#72471c">Text here</p>

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


#72471c Background Color

<div style="background-color:#72471c">
Div content here</div>

This div background color is #72471c


#72471c Border Color

<div style="border:3px solid #72471c">
Div here</div>

This div border color is #72471c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,71,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72471c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72471c;
  -webkit-box-shadow: 1px 1px 3px 2px #72471c;
  box-shadow:         1px 1px 3px 2px #72471c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72471c


Comments

No comments written yet.

Please login to write comment.