Color Hex Logo

#473b3c Color Hex

#473B3C
(71,59,60)
0 Favorites   0 Comments

Color spaces of #473b3c

RGB 715960
HSL0.990.090.25
HSV355°17°28°
CMYK 0.000.170.15   0.72
XYZ4.97814.79384.9379
Yxy4.79380.33840.3259
Hunter Lab21.89472.26881.9547
CIE-Lab26.13905.43951.3314

#473b3c color RGB value is (71,59,60).

#473b3c hex color red value is 71, green value is 59 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #473b3c hue: 0.99 , saturation: 0.09 and the lightness value of 473b3c is 0.25.

The process color (four color CMYK) of #473b3c color hex is 0.00, 0.17, 0.15, 0.72. Web safe color of #473b3c is #333333. Color #473b3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111011 00111100
Octal 107 73 74
Decimal 71 59 60
Hex 47 3B 3C

RGB Percentages of Color #473b3c

%37.37
%31.05
%31.58

CMYK Percentages of Color #473b3c

%0
%17
%15
%72

Triadic Colors of #473b3c

#473b3c #3c473b #3b3c47

Analogous Colors of #473b3c

#473b3c #47403b #473b42

Monochromatic Colors of #473b3c

#473b3c

Complementary Color

#473b3c #3b4746

#473b3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473b3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#473b3c Color CSS Codes

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

#473b3c Text Font Color

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

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


#473b3c Background Color

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

This div background color is #473b3c


#473b3c Border Color

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

This div border color is #473b3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,59,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #473b3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #473b3c;
  -webkit-box-shadow: 1px 1px 3px 2px #473b3c;
  box-shadow:         1px 1px 3px 2px #473b3c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473b3c


Comments

No comments written yet.

Please login to write comment.