Color Hex Logo

#474802 Color Hex

#474802
(71,72,2)
0 Favorites   0 Comments

Color spaces of #474802

RGB 71722
HSL0.170.950.15
HSV61°97°28°
CMYK 0.010.000.97   0.72
XYZ4.92695.97870.9518
Yxy5.97870.41550.5042
Hunter Lab24.4514-6.822614.8080
CIE-Lab29.3587-9.081837.0044

#474802 color RGB value is (71,72,2).

#474802 hex color red value is 71, green value is 72 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #474802 hue: 0.17 , saturation: 0.95 and the lightness value of 474802 is 0.15.

The process color (four color CMYK) of #474802 color hex is 0.01, 0.00, 0.97, 0.72. Web safe color of #474802 is #333300. Color #474802 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001000 00000010
Octal 107 110 2
Decimal 71 72 2
Hex 47 48 2

RGB Percentages of Color #474802

%48.97
%49.66
%1.38

CMYK Percentages of Color #474802

%1
%0
%97
%72

Triadic Colors of #474802

#474802 #024748 #480247

Analogous Colors of #474802

#474802 #244802 #482602

Monochromatic Colors of #474802

#474802

Complementary Color

#474802 #030248

#474802 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474802 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474802 Color CSS Codes

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

#474802 Text Font Color

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

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


#474802 Background Color

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

This div background color is #474802


#474802 Border Color

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

This div border color is #474802


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474802


Comments

No comments written yet.

Please login to write comment.