Color Hex Logo

#473f2e Color Hex

#473F2E
(71,63,46)
0 Favorites   0 Comments

Color spaces of #473f2e

RGB 716346
HSL0.110.210.23
HSV41°35°28°
CMYK 0.000.110.35   0.72
XYZ4.86925.09193.3110
Yxy5.09190.36690.3837
Hunter Lab22.5652-0.97197.0960
CIE-Lab26.99500.375811.7037

#473f2e color RGB value is (71,63,46).

#473f2e hex color red value is 71, green value is 63 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #473f2e hue: 0.11 , saturation: 0.21 and the lightness value of 473f2e is 0.23.

The process color (four color CMYK) of #473f2e color hex is 0.00, 0.11, 0.35, 0.72. Web safe color of #473f2e is #333333. Color #473f2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111111 00101110
Octal 107 77 56
Decimal 71 63 46
Hex 47 3F 2E

RGB Percentages of Color #473f2e

%39.44
%35.00
%25.56

CMYK Percentages of Color #473f2e

%0
%11
%35
%72

Triadic Colors of #473f2e

#473f2e #2e473f #3f2e47

Analogous Colors of #473f2e

#473f2e #43472e #47332e

Monochromatic Colors of #473f2e

#473f2e

Complementary Color

#473f2e #2e3647

#473f2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473f2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#473f2e Color CSS Codes

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

#473f2e Text Font Color

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

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


#473f2e Background Color

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

This div background color is #473f2e


#473f2e Border Color

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

This div border color is #473f2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473f2e


Comments

No comments written yet.

Please login to write comment.