Color Hex Logo

#47380e Color Hex

#47380E
(71,56,14)
0 Favorites   0 Comments

Color spaces of #47380e

RGB 715614
HSL0.120.670.17
HSV44°80°28°
CMYK 0.000.210.80   0.72
XYZ4.09204.19961.0104
Yxy4.19960.43990.4515
Hunter Lab20.4929-0.220011.4218
CIE-Lab24.32061.445227.4901

#47380e color RGB value is (71,56,14).

#47380e hex color red value is 71, green value is 56 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #47380e hue: 0.12 , saturation: 0.67 and the lightness value of 47380e is 0.17.

The process color (four color CMYK) of #47380e color hex is 0.00, 0.21, 0.80, 0.72. Web safe color of #47380e is #333300. Color #47380e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111000 00001110
Octal 107 70 16
Decimal 71 56 14
Hex 47 38 E

RGB Percentages of Color #47380e

%50.35
%39.72
%9.93

CMYK Percentages of Color #47380e

%0
%21
%80
%72

Triadic Colors of #47380e

#47380e #0e4738 #380e47

Analogous Colors of #47380e

#47380e #3a470e #471c0e

Monochromatic Colors of #47380e

#47380e

Complementary Color

#47380e #0e1d47

#47380e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47380e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47380e Color CSS Codes

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

#47380e Text Font Color

<p style="color:#47380e">Text here</p>

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


#47380e Background Color

<div style="background-color:#47380e">
Div content here</div>

This div background color is #47380e


#47380e Border Color

<div style="border:3px solid #47380e">
Div here</div>

This div border color is #47380e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,56,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47380e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47380e;
  -webkit-box-shadow: 1px 1px 3px 2px #47380e;
  box-shadow:         1px 1px 3px 2px #47380e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47380e


Comments

No comments written yet.

Please login to write comment.