Color Hex Logo

#479670 Color Hex

#479670
(71,150,112)
0 Favorites   0 Comments

Color spaces of #479670

RGB 71150112
HSL0.420.360.43
HSV151°53°59°
CMYK 0.530.000.25   0.41
XYZ16.429524.322119.1580
Yxy24.32210.27420.4060
Hunter Lab49.3174-26.840411.4902
CIE-Lab56.4089-33.581412.7718

#479670 color RGB value is (71,150,112).

#479670 hex color red value is 71, green value is 150 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #479670 hue: 0.42 , saturation: 0.36 and the lightness value of 479670 is 0.43.

The process color (four color CMYK) of #479670 color hex is 0.53, 0.00, 0.25, 0.41. Web safe color of #479670 is #339966. Color #479670 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010110 01110000
Octal 107 226 160
Decimal 71 150 112
Hex 47 96 70

RGB Percentages of Color #479670

%21.32
%45.05
%33.63

CMYK Percentages of Color #479670

%53
%0
%25
%41

Triadic Colors of #479670

#479670 #704796 #967047

Analogous Colors of #479670

#479670 #479596 #479649

Monochromatic Colors of #479670

#479670

Complementary Color

#479670 #96476d

#479670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#479670 Color CSS Codes

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

#479670 Text Font Color

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

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


#479670 Background Color

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

This div background color is #479670


#479670 Border Color

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

This div border color is #479670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479670


Comments

No comments written yet.

Please login to write comment.