Color Hex Logo

#47292d Color Hex

#47292D
(71,41,45)
0 Favorites   0 Comments

Color spaces of #47292d

RGB 714145
HSL0.980.270.22
HSV352°42°28°
CMYK 0.000.420.37   0.72
XYZ3.86513.11492.8802
Yxy3.11490.39200.3159
Hunter Lab17.64918.20512.6787
CIE-Lab20.498314.61993.3366

#47292d color RGB value is (71,41,45).

#47292d hex color red value is 71, green value is 41 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #47292d hue: 0.98 , saturation: 0.27 and the lightness value of 47292d is 0.22.

The process color (four color CMYK) of #47292d color hex is 0.00, 0.42, 0.37, 0.72. Web safe color of #47292d is #333333. Color #47292d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101001 00101101
Octal 107 51 55
Decimal 71 41 45
Hex 47 29 2D

RGB Percentages of Color #47292d

%45.22
%26.11
%28.66

CMYK Percentages of Color #47292d

%0
%42
%37
%72

Triadic Colors of #47292d

#47292d #2d4729 #292d47

Analogous Colors of #47292d

#47292d #473429 #47293c

Monochromatic Colors of #47292d

#47292d

Complementary Color

#47292d #294743

#47292d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47292d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47292d Color CSS Codes

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

#47292d Text Font Color

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

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


#47292d Background Color

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

This div background color is #47292d


#47292d Border Color

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

This div border color is #47292d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47292d


Comments

No comments written yet.

Please login to write comment.