Color Hex Logo

#47370a Color Hex

#47370A
(71,55,10)
0 Favorites   0 Comments

Color spaces of #47370a

RGB 715510
HSL0.120.750.16
HSV44°86°28°
CMYK 0.000.230.86   0.72
XYZ4.01954.09390.8655
Yxy4.09390.44770.4559
Hunter Lab20.23340.051811.6272
CIE-Lab23.97951.874628.9643

#47370a color RGB value is (71,55,10).

#47370a hex color red value is 71, green value is 55 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #47370a hue: 0.12 , saturation: 0.75 and the lightness value of 47370a is 0.16.

The process color (four color CMYK) of #47370a color hex is 0.00, 0.23, 0.86, 0.72. Web safe color of #47370a is #333300. Color #47370a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110111 00001010
Octal 107 67 12
Decimal 71 55 10
Hex 47 37 A

RGB Percentages of Color #47370a

%52.21
%40.44
%7.35

CMYK Percentages of Color #47370a

%0
%23
%86
%72

Triadic Colors of #47370a

#47370a #0a4737 #370a47

Analogous Colors of #47370a

#47370a #39470a #47190a

Monochromatic Colors of #47370a

#47370a

Complementary Color

#47370a #0a1a47

#47370a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47370a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47370a Color CSS Codes

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

#47370a Text Font Color

<p style="color:#47370a">Text here</p>

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


#47370a Background Color

<div style="background-color:#47370a">
Div content here</div>

This div background color is #47370a


#47370a Border Color

<div style="border:3px solid #47370a">
Div here</div>

This div border color is #47370a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,55,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47370a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47370a;
  -webkit-box-shadow: 1px 1px 3px 2px #47370a;
  box-shadow:         1px 1px 3px 2px #47370a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47370a


Comments

No comments written yet.

Please login to write comment.