Color Hex Logo

#488653 Color Hex

#488653
(72,134,83)
0 Favorites   0 Comments

Color spaces of #488653

RGB 7213483
HSL0.360.300.40
HSV131°46°53°
CMYK 0.460.000.38   0.47
XYZ12.758919.052411.1886
Yxy19.05240.29670.4431
Hunter Lab43.6491-24.209115.3565
CIE-Lab50.7485-31.696121.4061

#488653 color RGB value is (72,134,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000110 01010011
Octal 110 206 123
Decimal 72 134 83
Hex 48 86 53

RGB Percentages of Color #488653

%24.91
%46.37
%28.72

CMYK Percentages of Color #488653

%46
%0
%38
%47

Triadic Colors of #488653

#488653 #534886 #865348

Analogous Colors of #488653

#488653 #488672 #5c8648

Monochromatic Colors of #488653

#488653

Complementary Color

#488653 #86487b

#488653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488653 Color CSS Codes

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

#488653 Text Font Color

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

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


#488653 Background Color

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

This div background color is #488653


#488653 Border Color

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

This div border color is #488653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488653


Comments

No comments written yet.

Please login to write comment.