Color Hex Logo

#47312e Color Hex

#47312E
(71,49,46)
0 Favorites   0 Comments

Color spaces of #47312e

RGB 714946
HSL0.020.210.23
HSV35°28°
CMYK 0.000.310.35   0.72
XYZ4.19003.73353.0846
Yxy3.73350.38060.3392
Hunter Lab19.32234.89344.0606
CIE-Lab22.77019.51655.8759

#47312e color RGB value is (71,49,46).

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

The process color (four color CMYK) of #47312e color hex is 0.00, 0.31, 0.35, 0.72. Web safe color of #47312e is #333333. Color #47312e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110001 00101110
Octal 107 61 56
Decimal 71 49 46
Hex 47 31 2E

RGB Percentages of Color #47312e

%42.77
%29.52
%27.71

CMYK Percentages of Color #47312e

%0
%31
%35
%72

Triadic Colors of #47312e

#47312e #2e4731 #312e47

Analogous Colors of #47312e

#47312e #473e2e #472e38

Monochromatic Colors of #47312e

#47312e

Complementary Color

#47312e #2e4447

#47312e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47312e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47312e Color CSS Codes

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

#47312e Text Font Color

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

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


#47312e Background Color

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

This div background color is #47312e


#47312e Border Color

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

This div border color is #47312e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,49,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 #47312e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47312e


Comments

No comments written yet.

Please login to write comment.