Color Hex Logo

#47082c Color Hex

#47082C
(71,8,44)
0 Favorites   0 Comments

Color spaces of #47082c

RGB 71844
HSL0.900.800.15
HSV326°89°28°
CMYK 0.000.890.38   0.72
XYZ3.14001.69512.5446
Yxy1.69510.42550.2297
Hunter Lab13.019620.2654-2.4741
CIE-Lab13.798231.9950-5.8046

#47082c color RGB value is (71,8,44).

#47082c hex color red value is 71, green value is 8 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #47082c hue: 0.90 , saturation: 0.80 and the lightness value of 47082c is 0.15.

The process color (four color CMYK) of #47082c color hex is 0.00, 0.89, 0.38, 0.72. Web safe color of #47082c is #330033. Color #47082c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001000 00101100
Octal 107 10 54
Decimal 71 8 44
Hex 47 8 2C

RGB Percentages of Color #47082c

%57.72
%6.50
%35.77

CMYK Percentages of Color #47082c

%0
%89
%38
%72

Triadic Colors of #47082c

#47082c #2c4708 #082c47

Analogous Colors of #47082c

#47082c #47080c #430847

Monochromatic Colors of #47082c

#47082c

Complementary Color

#47082c #084723

#47082c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47082c Color Preview on White Background

Lorem ipsum dolor sit amet.

#47082c Color CSS Codes

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

#47082c Text Font Color

<p style="color:#47082c">Text here</p>

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


#47082c Background Color

<div style="background-color:#47082c">
Div content here</div>

This div background color is #47082c


#47082c Border Color

<div style="border:3px solid #47082c">
Div here</div>

This div border color is #47082c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47082c


Comments

No comments written yet.

Please login to write comment.