Color Hex Logo

#47974f Color Hex

#47974F
(71,151,79)
0 Favorites   0 Comments

Color spaces of #47974f

RGB 7115179
HSL0.350.360.44
HSV126°53°59°
CMYK 0.530.000.48   0.41
XYZ15.076424.037311.2422
Yxy24.03730.29940.4773
Hunter Lab49.0278-30.908820.7242
CIE-Lab56.1251-40.224830.5268

#47974f color RGB value is (71,151,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010111 01001111
Octal 107 227 117
Decimal 71 151 79
Hex 47 97 4F

RGB Percentages of Color #47974f

%23.59
%50.17
%26.25

CMYK Percentages of Color #47974f

%53
%0
%48
%41

Triadic Colors of #47974f

#47974f #4f4797 #974f47

Analogous Colors of #47974f

#47974f #479777 #679747

Monochromatic Colors of #47974f

#47974f

Complementary Color

#47974f #97478f

#47974f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47974f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47974f Color CSS Codes

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

#47974f Text Font Color

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

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


#47974f Background Color

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

This div background color is #47974f


#47974f Border Color

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

This div border color is #47974f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47974f


Comments

No comments written yet.

Please login to write comment.