Color Hex Logo

#471a26 Color Hex

#471A26
(71,26,38)
0 Favorites   0 Comments

Color spaces of #471a26

RGB 712638
HSL0.960.460.19
HSV344°63°28°
CMYK 0.000.630.46   0.72
XYZ3.31782.21832.0870
Yxy2.21830.43520.2910
Hunter Lab14.894013.69852.1178
CIE-Lab16.593522.91892.6715

#471a26 color RGB value is (71,26,38).

#471a26 hex color red value is 71, green value is 26 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #471a26 hue: 0.96 , saturation: 0.46 and the lightness value of 471a26 is 0.19.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011010 00100110
Octal 107 32 46
Decimal 71 26 38
Hex 47 1A 26

RGB Percentages of Color #471a26

%52.59
%19.26
%28.15

CMYK Percentages of Color #471a26

%0
%63
%46
%72

Triadic Colors of #471a26

#471a26 #26471a #1a2647

Analogous Colors of #471a26

#471a26 #47251a #471a3d

Monochromatic Colors of #471a26

#471a26

Complementary Color

#471a26 #1a473b

#471a26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471a26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471a26 Color CSS Codes

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

#471a26 Text Font Color

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

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


#471a26 Background Color

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

This div background color is #471a26


#471a26 Border Color

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

This div border color is #471a26


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,26,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 #471a26">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471a26


Comments

No comments written yet.

Please login to write comment.