Color Hex Logo

#479750 Color Hex

#479750
(71,151,80)
0 Favorites   0 Comments

Color spaces of #479750

RGB 7115180
HSL0.350.360.44
HSV127°53°59°
CMYK 0.530.000.47   0.41
XYZ15.113124.052011.4354
Yxy24.05200.29870.4753
Hunter Lab49.0428-30.818220.5052
CIE-Lab56.1398-40.068730.0177

#479750 color RGB value is (71,151,80).

#479750 hex color red value is 71, green value is 151 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #479750 hue: 0.35 , saturation: 0.36 and the lightness value of 479750 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010111 01010000
Octal 107 227 120
Decimal 71 151 80
Hex 47 97 50

RGB Percentages of Color #479750

%23.51
%50.00
%26.49

CMYK Percentages of Color #479750

%53
%0
%47
%41

Triadic Colors of #479750

#479750 #504797 #975047

Analogous Colors of #479750

#479750 #479778 #669747

Monochromatic Colors of #479750

#479750

Complementary Color

#479750 #97478e

#479750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#479750 Color CSS Codes

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

#479750 Text Font Color

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

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


#479750 Background Color

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

This div background color is #479750


#479750 Border Color

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

This div border color is #479750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479750


Comments

No comments written yet.

Please login to write comment.