Color Hex Logo

#47983a Color Hex

#47983A
(71,152,58)
0 Favorites   0 Comments

Color spaces of #47983a

RGB 7115258
HSL0.310.450.41
HSV112°62°60°
CMYK 0.530.000.62   0.40
XYZ14.590524.10167.8861
Yxy24.10160.31320.5174
Hunter Lab49.0934-32.863424.8413
CIE-Lab56.1894-43.441241.0968

#47983a color RGB value is (71,152,58).

#47983a hex color red value is 71, green value is 152 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #47983a hue: 0.31 , saturation: 0.45 and the lightness value of 47983a is 0.41.

The process color (four color CMYK) of #47983a color hex is 0.53, 0.00, 0.62, 0.40. Web safe color of #47983a is #339933. Color #47983a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011000 00111010
Octal 107 230 72
Decimal 71 152 58
Hex 47 98 3A

RGB Percentages of Color #47983a

%25.27
%54.09
%20.64

CMYK Percentages of Color #47983a

%53
%0
%62
%40

Triadic Colors of #47983a

#47983a #3a4798 #983a47

Analogous Colors of #47983a

#47983a #3a985c #76983a

Monochromatic Colors of #47983a

#47983a

Complementary Color

#47983a #8b3a98

#47983a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47983a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47983a Color CSS Codes

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

#47983a Text Font Color

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

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


#47983a Background Color

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

This div background color is #47983a


#47983a Border Color

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

This div border color is #47983a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,152,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47983a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47983a;
  -webkit-box-shadow: 1px 1px 3px 2px #47983a;
  box-shadow:         1px 1px 3px 2px #47983a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47983a


Comments

No comments written yet.

Please login to write comment.