Color Hex Logo

#47042d Color Hex

#47042D
(71,4,45)
0 Favorites   0 Comments

Color spaces of #47042d

RGB 71445
HSL0.900.890.15
HSV323°94°28°
CMYK 0.000.940.37   0.72
XYZ3.11561.61592.6303
Yxy1.61590.42320.2195
Hunter Lab12.711821.5038-3.3699
CIE-Lab13.326733.6108-7.2524

#47042d color RGB value is (71,4,45).

#47042d hex color red value is 71, green value is 4 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #47042d hue: 0.90 , saturation: 0.89 and the lightness value of 47042d is 0.15.

The process color (four color CMYK) of #47042d color hex is 0.00, 0.94, 0.37, 0.72. Web safe color of #47042d is #330033. Color #47042d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000100 00101101
Octal 107 4 55
Decimal 71 4 45
Hex 47 4 2D

RGB Percentages of Color #47042d

%59.17
%3.33
%37.50

CMYK Percentages of Color #47042d

%0
%94
%37
%72

Triadic Colors of #47042d

#47042d #2d4704 #042d47

Analogous Colors of #47042d

#47042d #47040c #3f0447

Monochromatic Colors of #47042d

#47042d

Complementary Color

#47042d #04471e

#47042d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47042d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47042d Color CSS Codes

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

#47042d Text Font Color

<p style="color:#47042d">Text here</p>

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


#47042d Background Color

<div style="background-color:#47042d">
Div content here</div>

This div background color is #47042d


#47042d Border Color

<div style="border:3px solid #47042d">
Div here</div>

This div border color is #47042d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47042d


Comments

No comments written yet.

Please login to write comment.