Color Hex Logo

#487e3d Color Hex

#487E3D
(72,126,61)
0 Favorites   0 Comments

Color spaces of #487e3d

RGB 7212661
HSL0.310.350.37
HSV110°52°49°
CMYK 0.430.000.52   0.51
XYZ10.975616.63637.0475
Yxy16.63630.31670.4800
Hunter Lab40.7876-23.345518.3069
CIE-Lab47.7985-31.511529.6962

#487e3d color RGB value is (72,126,61).

#487e3d hex color red value is 72, green value is 126 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #487e3d hue: 0.31 , saturation: 0.35 and the lightness value of 487e3d is 0.37.

The process color (four color CMYK) of #487e3d color hex is 0.43, 0.00, 0.52, 0.51. Web safe color of #487e3d is #336633. Color #487e3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111110 00111101
Octal 110 176 75
Decimal 72 126 61
Hex 48 7E 3D

RGB Percentages of Color #487e3d

%27.80
%48.65
%23.55

CMYK Percentages of Color #487e3d

%43
%0
%52
%51

Triadic Colors of #487e3d

#487e3d #3d487e #7e3d48

Analogous Colors of #487e3d

#487e3d #3d7e53 #697e3d

Monochromatic Colors of #487e3d

#487e3d

Complementary Color

#487e3d #733d7e

#487e3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487e3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#487e3d Color CSS Codes

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

#487e3d Text Font Color

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

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


#487e3d Background Color

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

This div background color is #487e3d


#487e3d Border Color

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

This div border color is #487e3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,126,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #487e3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #487e3d;
  -webkit-box-shadow: 1px 1px 3px 2px #487e3d;
  box-shadow:         1px 1px 3px 2px #487e3d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,126,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487e3d


Comments

No comments written yet.

Please login to write comment.