Color Hex Logo

#487963 Color Hex

#487963
(72,121,99)
0 Favorites   0 Comments

Color spaces of #487963

RGB 7212199
HSL0.430.250.38
HSV153°40°47°
CMYK 0.400.000.18   0.53
XYZ11.762015.953314.2638
Yxy15.95330.28020.3800
Hunter Lab39.9416-17.33316.7857
CIE-Lab46.9132-22.01406.8956

#487963 color RGB value is (72,121,99).

#487963 hex color red value is 72, green value is 121 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #487963 hue: 0.43 , saturation: 0.25 and the lightness value of 487963 is 0.38.

The process color (four color CMYK) of #487963 color hex is 0.40, 0.00, 0.18, 0.53. Web safe color of #487963 is #336666. Color #487963 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111001 01100011
Octal 110 171 143
Decimal 72 121 99
Hex 48 79 63

RGB Percentages of Color #487963

%24.66
%41.44
%33.90

CMYK Percentages of Color #487963

%40
%0
%18
%53

Triadic Colors of #487963

#487963 #634879 #796348

Analogous Colors of #487963

#487963 #487779 #48794b

Monochromatic Colors of #487963

#487963

Complementary Color

#487963 #79485e

#487963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#487963 Color CSS Codes

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

#487963 Text Font Color

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

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


#487963 Background Color

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

This div background color is #487963


#487963 Border Color

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

This div border color is #487963


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,121,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #487963; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #487963;
  -webkit-box-shadow: 1px 1px 3px 2px #487963;
  box-shadow:         1px 1px 3px 2px #487963; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487963


Comments

No comments written yet.

Please login to write comment.