Color Hex Logo

#472c3e Color Hex

#472C3E
(71,44,62)
0 Favorites   0 Comments

Color spaces of #472c3e

RGB 714462
HSL0.890.230.23
HSV320°38°28°
CMYK 0.000.380.13   0.72
XYZ4.36873.48885.0006
Yxy3.48880.33980.2713
Hunter Lab18.67839.0625-2.7984
CIE-Lab21.903915.7264-6.2712

#472c3e color RGB value is (71,44,62).

#472c3e hex color red value is 71, green value is 44 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #472c3e hue: 0.89 , saturation: 0.23 and the lightness value of 472c3e is 0.23.

The process color (four color CMYK) of #472c3e color hex is 0.00, 0.38, 0.13, 0.72. Web safe color of #472c3e is #333333. Color #472c3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101100 00111110
Octal 107 54 76
Decimal 71 44 62
Hex 47 2C 3E

RGB Percentages of Color #472c3e

%40.11
%24.86
%35.03

CMYK Percentages of Color #472c3e

%0
%38
%13
%72

Triadic Colors of #472c3e

#472c3e #3e472c #2c3e47

Analogous Colors of #472c3e

#472c3e #472c31 #432c47

Monochromatic Colors of #472c3e

#472c3e

Complementary Color

#472c3e #2c4735

#472c3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472c3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#472c3e Color CSS Codes

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

#472c3e Text Font Color

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

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


#472c3e Background Color

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

This div background color is #472c3e


#472c3e Border Color

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

This div border color is #472c3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,44,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #472c3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #472c3e;
  -webkit-box-shadow: 1px 1px 3px 2px #472c3e;
  box-shadow:         1px 1px 3px 2px #472c3e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472c3e


Comments

No comments written yet.

Please login to write comment.