Color Hex Logo

#473314 Color Hex

#473314
(71,51,20)
0 Favorites   0 Comments

Color spaces of #473314

RGB 715120
HSL0.100.560.18
HSV36°72°28°
CMYK 0.000.280.72   0.72
XYZ3.90863.75781.1811
Yxy3.75780.44180.4247
Hunter Lab19.38502.06719.9571
CIE-Lab22.85405.108622.7167

#473314 color RGB value is (71,51,20).

#473314 hex color red value is 71, green value is 51 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #473314 hue: 0.10 , saturation: 0.56 and the lightness value of 473314 is 0.18.

The process color (four color CMYK) of #473314 color hex is 0.00, 0.28, 0.72, 0.72. Web safe color of #473314 is #333300. Color #473314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110011 00010100
Octal 107 63 24
Decimal 71 51 20
Hex 47 33 14

RGB Percentages of Color #473314

%50.00
%35.92
%14.08

CMYK Percentages of Color #473314

%0
%28
%72
%72

Triadic Colors of #473314

#473314 #144733 #331447

Analogous Colors of #473314

#473314 #424714 #471a14

Monochromatic Colors of #473314

#473314

Complementary Color

#473314 #142847

#473314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473314 Color CSS Codes

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

#473314 Text Font Color

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

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


#473314 Background Color

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

This div background color is #473314


#473314 Border Color

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

This div border color is #473314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473314


Comments

No comments written yet.

Please login to write comment.