Color Hex Logo

#473414 Color Hex

#473414
(71,52,20)
0 Favorites   0 Comments

Color spaces of #473414

RGB 715220
HSL0.100.560.18
HSV38°72°28°
CMYK 0.000.270.72   0.72
XYZ3.95283.84611.1959
Yxy3.84610.43950.4276
Hunter Lab19.61151.657610.1126
CIE-Lab23.15604.455123.0532

#473414 color RGB value is (71,52,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110100 00010100
Octal 107 64 24
Decimal 71 52 20
Hex 47 34 14

RGB Percentages of Color #473414

%49.65
%36.36
%13.99

CMYK Percentages of Color #473414

%0
%27
%72
%72

Triadic Colors of #473414

#473414 #144734 #341447

Analogous Colors of #473414

#473414 #414714 #471b14

Monochromatic Colors of #473414

#473414

Complementary Color

#473414 #142747

#473414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473414 Color CSS Codes

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

#473414 Text Font Color

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

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


#473414 Background Color

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

This div background color is #473414


#473414 Border Color

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

This div border color is #473414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473414


Comments

No comments written yet.

Please login to write comment.