Color Hex Logo

#47013e Color Hex

#47013E
(71,1,62)
0 Favorites   0 Comments

Color spaces of #47013e

RGB 71162
HSL0.850.970.14
HSV308°99°28°
CMYK 0.000.990.13   0.72
XYZ3.47891.70914.7040
Yxy1.70910.35170.1728
Hunter Lab13.073324.6221-12.1824
CIE-Lab13.880037.2183-18.6605

#47013e color RGB value is (71,1,62).

#47013e hex color red value is 71, green value is 1 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #47013e hue: 0.85 , saturation: 0.97 and the lightness value of 47013e is 0.14.

The process color (four color CMYK) of #47013e color hex is 0.00, 0.99, 0.13, 0.72. Web safe color of #47013e is #330033. Color #47013e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000001 00111110
Octal 107 1 76
Decimal 71 1 62
Hex 47 1 3E

RGB Percentages of Color #47013e

%52.99
%0.75
%46.27

CMYK Percentages of Color #47013e

%0
%99
%13
%72

Triadic Colors of #47013e

#47013e #3e4701 #013e47

Analogous Colors of #47013e

#47013e #47011b #2d0147

Monochromatic Colors of #47013e

#47013e

Complementary Color

#47013e #01470a

#47013e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47013e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47013e Color CSS Codes

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

#47013e Text Font Color

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

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


#47013e Background Color

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

This div background color is #47013e


#47013e Border Color

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

This div border color is #47013e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47013e


Comments

No comments written yet.

Please login to write comment.