Color Hex Logo

#478430 Color Hex

#478430
(71,132,48)
0 Favorites   0 Comments

Color spaces of #478430

RGB 7113248
HSL0.290.470.35
HSV104°64°52°
CMYK 0.460.000.64   0.48
XYZ11.383318.05555.6814
Yxy18.05550.32410.5141
Hunter Lab42.4918-26.541521.8168
CIE-Lab49.5634-36.140638.3045

#478430 color RGB value is (71,132,48).

#478430 hex color red value is 71, green value is 132 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #478430 hue: 0.29 , saturation: 0.47 and the lightness value of 478430 is 0.35.

The process color (four color CMYK) of #478430 color hex is 0.46, 0.00, 0.64, 0.48. Web safe color of #478430 is #339933. Color #478430 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000100 00110000
Octal 107 204 60
Decimal 71 132 48
Hex 47 84 30

RGB Percentages of Color #478430

%28.29
%52.59
%19.12

CMYK Percentages of Color #478430

%46
%0
%64
%48

Triadic Colors of #478430

#478430 #304784 #843047

Analogous Colors of #478430

#478430 #308443 #718430

Monochromatic Colors of #478430

#478430

Complementary Color

#478430 #6d3084

#478430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478430 Color CSS Codes

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

#478430 Text Font Color

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

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


#478430 Background Color

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

This div background color is #478430


#478430 Border Color

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

This div border color is #478430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478430


Comments

No comments written yet.

Please login to write comment.