Color Hex Logo

#474322 Color Hex

#474322
(71,67,34)
0 Favorites   0 Comments

Color spaces of #474322

RGB 716734
HSL0.150.350.21
HSV54°52°28°
CMYK 0.000.060.52   0.72
XYZ4.89445.46942.3111
Yxy5.46940.38610.4315
Hunter Lab23.3867-3.570210.5116
CIE-Lab28.0323-3.775520.5424

#474322 color RGB value is (71,67,34).

#474322 hex color red value is 71, green value is 67 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #474322 hue: 0.15 , saturation: 0.35 and the lightness value of 474322 is 0.21.

The process color (four color CMYK) of #474322 color hex is 0.00, 0.06, 0.52, 0.72. Web safe color of #474322 is #333333. Color #474322 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000011 00100010
Octal 107 103 42
Decimal 71 67 34
Hex 47 43 22

RGB Percentages of Color #474322

%41.28
%38.95
%19.77

CMYK Percentages of Color #474322

%0
%6
%52
%72

Triadic Colors of #474322

#474322 #224743 #432247

Analogous Colors of #474322

#474322 #394722 #473122

Monochromatic Colors of #474322

#474322

Complementary Color

#474322 #222647

#474322 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474322 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474322 Color CSS Codes

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

#474322 Text Font Color

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

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


#474322 Background Color

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

This div background color is #474322


#474322 Border Color

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

This div border color is #474322


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474322


Comments

No comments written yet.

Please login to write comment.