Color Hex Logo

#473505 Color Hex

#473505
(71,53,5)
0 Favorites   0 Comments

Color spaces of #473505

RGB 71535
HSL0.120.870.15
HSV44°93°28°
CMYK 0.000.250.93   0.72
XYZ3.89903.89680.6902
Yxy3.89680.45950.4592
Hunter Lab19.74030.710811.7452
CIE-Lab23.32732.927230.3472

#473505 color RGB value is (71,53,5).

#473505 hex color red value is 71, green value is 53 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #473505 hue: 0.12 , saturation: 0.87 and the lightness value of 473505 is 0.15.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110101 00000101
Octal 107 65 5
Decimal 71 53 5
Hex 47 35 5

RGB Percentages of Color #473505

%55.04
%41.09
%3.88

CMYK Percentages of Color #473505

%0
%25
%93
%72

Triadic Colors of #473505

#473505 #054735 #350547

Analogous Colors of #473505

#473505 #384705 #471405

Monochromatic Colors of #473505

#473505

Complementary Color

#473505 #051747

#473505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473505 Color CSS Codes

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

#473505 Text Font Color

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

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


#473505 Background Color

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

This div background color is #473505


#473505 Border Color

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

This div border color is #473505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473505


Comments

No comments written yet.

Please login to write comment.