Color Hex Logo

#472c02 Color Hex

#472C02
(71,44,2)
0 Favorites   0 Comments

Color spaces of #472c02

RGB 71442
HSL0.100.950.14
HSV37°97°28°
CMYK 0.000.380.97   0.72
XYZ3.51023.14530.4795
Yxy3.14530.49200.4408
Hunter Lab17.73504.293410.8115
CIE-Lab20.61678.677328.6875

#472c02 color RGB value is (71,44,2).

#472c02 hex color red value is 71, green value is 44 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #472c02 hue: 0.10 , saturation: 0.95 and the lightness value of 472c02 is 0.14.

The process color (four color CMYK) of #472c02 color hex is 0.00, 0.38, 0.97, 0.72. Web safe color of #472c02 is #333300. Color #472c02 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101100 00000010
Octal 107 54 2
Decimal 71 44 2
Hex 47 2C 2

RGB Percentages of Color #472c02

%60.68
%37.61
%1.71

CMYK Percentages of Color #472c02

%0
%38
%97
%72

Triadic Colors of #472c02

#472c02 #02472c #2c0247

Analogous Colors of #472c02

#472c02 #404702 #470902

Monochromatic Colors of #472c02

#472c02

Complementary Color

#472c02 #021d47

#472c02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472c02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472c02 Color CSS Codes

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

#472c02 Text Font Color

<p style="color:#472c02">Text here</p>

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


#472c02 Background Color

<div style="background-color:#472c02">
Div content here</div>

This div background color is #472c02


#472c02 Border Color

<div style="border:3px solid #472c02">
Div here</div>

This div border color is #472c02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472c02


Comments

No comments written yet.

Please login to write comment.