Color Hex Logo

#488667 Color Hex

#488667
(72,134,103)
0 Favorites   0 Comments

Color spaces of #488667

RGB 72134103
HSL0.420.300.40
HSV150°46°53°
CMYK 0.460.000.23   0.47
XYZ13.645819.407215.8587
Yxy19.40720.27900.3968
Hunter Lab44.0536-21.80269.4939
CIE-Lab51.1602-27.671410.5652

#488667 color RGB value is (72,134,103).

#488667 hex color red value is 72, green value is 134 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #488667 hue: 0.42 , saturation: 0.30 and the lightness value of 488667 is 0.40.

The process color (four color CMYK) of #488667 color hex is 0.46, 0.00, 0.23, 0.47. Web safe color of #488667 is #339966. Color #488667 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000110 01100111
Octal 110 206 147
Decimal 72 134 103
Hex 48 86 67

RGB Percentages of Color #488667

%23.30
%43.37
%33.33

CMYK Percentages of Color #488667

%46
%0
%23
%47

Triadic Colors of #488667

#488667 #674886 #866748

Analogous Colors of #488667

#488667 #488686 #488648

Monochromatic Colors of #488667

#488667

Complementary Color

#488667 #864867

#488667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488667 Color CSS Codes

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

#488667 Text Font Color

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

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


#488667 Background Color

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

This div background color is #488667


#488667 Border Color

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

This div border color is #488667


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488667


Comments

No comments written yet.

Please login to write comment.