Color Hex Logo

#479311 Color Hex

#479311
(71,147,17)
0 Favorites   0 Comments

Color spaces of #479311

RGB 7114717
HSL0.260.790.32
HSV95°88°58°
CMYK 0.520.000.88   0.42
XYZ13.133422.24754.1323
Yxy22.24750.33240.5630
Hunter Lab47.1673-32.840627.8227
CIE-Lab54.2886-44.474753.9763

#479311 color RGB value is (71,147,17).

#479311 hex color red value is 71, green value is 147 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #479311 hue: 0.26 , saturation: 0.79 and the lightness value of 479311 is 0.32.

The process color (four color CMYK) of #479311 color hex is 0.52, 0.00, 0.88, 0.42. Web safe color of #479311 is #339900. Color #479311 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010011 00010001
Octal 107 223 21
Decimal 71 147 17
Hex 47 93 11

RGB Percentages of Color #479311

%30.21
%62.55
%7.23

CMYK Percentages of Color #479311

%52
%0
%88
%42

Triadic Colors of #479311

#479311 #114793 #931147

Analogous Colors of #479311

#479311 #11931c #889311

Monochromatic Colors of #479311

#479311

Complementary Color

#479311 #5d1193

#479311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#479311 Color CSS Codes

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

#479311 Text Font Color

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

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


#479311 Background Color

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

This div background color is #479311


#479311 Border Color

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

This div border color is #479311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479311


Comments

No comments written yet.

Please login to write comment.