Color Hex Logo

#472726 Color Hex

#472726
(71,39,38)
1 Favorites   0 Comments

Color spaces of #472726

RGB 713938
HSL0.010.300.21
HSV46°28°
CMYK 0.000.450.46   0.72
XYZ3.67392.93062.2057
Yxy2.93060.41700.3326
Hunter Lab17.11908.34964.3441
CIE-Lab19.763814.90277.1413

#472726 color RGB value is (71,39,38).

#472726 hex color red value is 71, green value is 39 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #472726 hue: 0.01 , saturation: 0.30 and the lightness value of 472726 is 0.21.

The process color (four color CMYK) of #472726 color hex is 0.00, 0.45, 0.46, 0.72. Web safe color of #472726 is #333333. Color #472726 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100111 00100110
Octal 107 47 46
Decimal 71 39 38
Hex 47 27 26

RGB Percentages of Color #472726

%47.97
%26.35
%25.68

CMYK Percentages of Color #472726

%0
%45
%46
%72

Triadic Colors of #472726

#472726 #264727 #272647

Analogous Colors of #472726

#472726 #473826 #472636

Monochromatic Colors of #472726

#472726

Complementary Color

#472726 #264647

#472726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472726 Color CSS Codes

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

#472726 Text Font Color

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

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


#472726 Background Color

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

This div background color is #472726


#472726 Border Color

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

This div border color is #472726


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,39,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #472726; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #472726;
  -webkit-box-shadow: 1px 1px 3px 2px #472726;
  box-shadow:         1px 1px 3px 2px #472726; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472726


Comments

No comments written yet.

Please login to write comment.