Color Hex Logo

#474325 Color Hex

#474325
(71,67,37)
0 Favorites   0 Comments

Color spaces of #474325

RGB 716737
HSL0.150.310.21
HSV53°48°28°
CMYK 0.000.060.48   0.72
XYZ4.93965.48752.5491
Yxy5.48750.38070.4229
Hunter Lab23.4254-3.35519.9460
CIE-Lab28.0808-3.413718.7870

#474325 color RGB value is (71,67,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000011 00100101
Octal 107 103 45
Decimal 71 67 37
Hex 47 43 25

RGB Percentages of Color #474325

%40.57
%38.29
%21.14

CMYK Percentages of Color #474325

%0
%6
%48
%72

Triadic Colors of #474325

#474325 #254743 #432547

Analogous Colors of #474325

#474325 #3a4725 #473225

Monochromatic Colors of #474325

#474325

Complementary Color

#474325 #252947

#474325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474325 Color CSS Codes

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

#474325 Text Font Color

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

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


#474325 Background Color

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

This div background color is #474325


#474325 Border Color

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

This div border color is #474325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474325


Comments

No comments written yet.

Please login to write comment.