Color Hex Logo

#47062e Color Hex

#47062E
(71,6,46)
0 Favorites   0 Comments

Color spaces of #47062e

RGB 71646
HSL0.900.840.15
HSV323°92°28°
CMYK 0.000.920.35   0.72
XYZ3.15681.66712.7402
Yxy1.66710.41730.2204
Hunter Lab12.911621.0466-3.5448
CIE-Lab13.633232.9918-7.5181

#47062e color RGB value is (71,6,46).

#47062e hex color red value is 71, green value is 6 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #47062e hue: 0.90 , saturation: 0.84 and the lightness value of 47062e is 0.15.

The process color (four color CMYK) of #47062e color hex is 0.00, 0.92, 0.35, 0.72. Web safe color of #47062e is #330033. Color #47062e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000110 00101110
Octal 107 6 56
Decimal 71 6 46
Hex 47 6 2E

RGB Percentages of Color #47062e

%57.72
%4.88
%37.40

CMYK Percentages of Color #47062e

%0
%92
%35
%72

Triadic Colors of #47062e

#47062e #2e4706 #062e47

Analogous Colors of #47062e

#47062e #47060d #400647

Monochromatic Colors of #47062e

#47062e

Complementary Color

#47062e #06471f

#47062e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47062e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47062e Color CSS Codes

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

#47062e Text Font Color

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

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


#47062e Background Color

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

This div background color is #47062e


#47062e Border Color

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

This div border color is #47062e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47062e


Comments

No comments written yet.

Please login to write comment.