Color Hex Logo

#47904c Color Hex

#47904C
(71,144,76)
0 Favorites   0 Comments

Color spaces of #47904c

RGB 7114476
HSL0.340.340.42
HSV124°51°56°
CMYK 0.510.000.47   0.44
XYZ13.876321.807910.3155
Yxy21.80790.30170.4741
Hunter Lab46.6989-28.682919.5925
CIE-Lab53.8226-37.681129.2093

#47904c color RGB value is (71,144,76).

#47904c hex color red value is 71, green value is 144 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #47904c hue: 0.34 , saturation: 0.34 and the lightness value of 47904c is 0.42.

The process color (four color CMYK) of #47904c color hex is 0.51, 0.00, 0.47, 0.44. Web safe color of #47904c is #339933. Color #47904c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010000 01001100
Octal 107 220 114
Decimal 71 144 76
Hex 47 90 4C

RGB Percentages of Color #47904c

%24.40
%49.48
%26.12

CMYK Percentages of Color #47904c

%51
%0
%47
%44

Triadic Colors of #47904c

#47904c #4c4790 #904c47

Analogous Colors of #47904c

#47904c #479071 #679047

Monochromatic Colors of #47904c

#47904c

Complementary Color

#47904c #90478b

#47904c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47904c Color Preview on White Background

Lorem ipsum dolor sit amet.

#47904c Color CSS Codes

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

#47904c Text Font Color

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

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


#47904c Background Color

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

This div background color is #47904c


#47904c Border Color

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

This div border color is #47904c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,144,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47904c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47904c;
  -webkit-box-shadow: 1px 1px 3px 2px #47904c;
  box-shadow:         1px 1px 3px 2px #47904c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47904c


Comments

No comments written yet.

Please login to write comment.