Color Hex Logo

#487969 Color Hex

#487969
(72,121,105)
0 Favorites   0 Comments

Color spaces of #487969

RGB 72121105
HSL0.450.250.38
HSV160°40°47°
CMYK 0.400.000.13   0.53
XYZ12.059716.072415.8313
Yxy16.07240.27430.3656
Hunter Lab40.0904-16.46314.6502
CIE-Lab47.0693-20.60253.5726

#487969 color RGB value is (72,121,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111001 01101001
Octal 110 171 151
Decimal 72 121 105
Hex 48 79 69

RGB Percentages of Color #487969

%24.16
%40.60
%35.23

CMYK Percentages of Color #487969

%40
%0
%13
%53

Triadic Colors of #487969

#487969 #694879 #796948

Analogous Colors of #487969

#487969 #487179 #487951

Monochromatic Colors of #487969

#487969

Complementary Color

#487969 #794858

#487969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#487969 Color CSS Codes

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

#487969 Text Font Color

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

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


#487969 Background Color

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

This div background color is #487969


#487969 Border Color

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

This div border color is #487969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487969


Comments

No comments written yet.

Please login to write comment.