Color Hex Logo

#47320d Color Hex

#47320D
(71,50,13)
0 Favorites   0 Comments

Color spaces of #47320d

RGB 715013
HSL0.110.690.16
HSV38°82°28°
CMYK 0.000.300.82   0.72
XYZ3.81183.64990.8844
Yxy3.64990.45670.4373
Hunter Lab19.10472.181310.6286
CIE-Lab22.47855.290526.1061

#47320d color RGB value is (71,50,13).

#47320d hex color red value is 71, green value is 50 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #47320d hue: 0.11 , saturation: 0.69 and the lightness value of 47320d is 0.16.

The process color (four color CMYK) of #47320d color hex is 0.00, 0.30, 0.82, 0.72. Web safe color of #47320d is #333300. Color #47320d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110010 00001101
Octal 107 62 15
Decimal 71 50 13
Hex 47 32 D

RGB Percentages of Color #47320d

%52.99
%37.31
%9.70

CMYK Percentages of Color #47320d

%0
%30
%82
%72

Triadic Colors of #47320d

#47320d #0d4732 #320d47

Analogous Colors of #47320d

#47320d #3f470d #47150d

Monochromatic Colors of #47320d

#47320d

Complementary Color

#47320d #0d2247

#47320d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47320d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47320d Color CSS Codes

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

#47320d Text Font Color

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

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


#47320d Background Color

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

This div background color is #47320d


#47320d Border Color

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

This div border color is #47320d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47320d


Comments

No comments written yet.

Please login to write comment.