Color Hex Logo

#47030e Color Hex

#47030E
(71,3,14)
0 Favorites   0 Comments

Color spaces of #47030e

RGB 71314
HSL0.970.920.15
HSV350°96°28°
CMYK 0.000.960.80   0.72
XYZ2.71041.43640.5499
Yxy1.43640.57710.3058
Hunter Lab11.985019.39405.6691
CIE-Lab12.197931.214613.1654

#47030e color RGB value is (71,3,14).

#47030e hex color red value is 71, green value is 3 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #47030e hue: 0.97 , saturation: 0.92 and the lightness value of 47030e is 0.15.

The process color (four color CMYK) of #47030e color hex is 0.00, 0.96, 0.80, 0.72. Web safe color of #47030e is #330000. Color #47030e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000011 00001110
Octal 107 3 16
Decimal 71 3 14
Hex 47 3 E

RGB Percentages of Color #47030e

%80.68
%3.41
%15.91

CMYK Percentages of Color #47030e

%0
%96
%80
%72

Triadic Colors of #47030e

#47030e #0e4703 #030e47

Analogous Colors of #47030e

#47030e #471a03 #470330

Monochromatic Colors of #47030e

#47030e

Complementary Color

#47030e #03473c

#47030e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47030e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47030e Color CSS Codes

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

#47030e Text Font Color

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

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


#47030e Background Color

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

This div background color is #47030e


#47030e Border Color

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

This div border color is #47030e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47030e


Comments

No comments written yet.

Please login to write comment.