Color Hex Logo

#488535 Color Hex

#488535
(72,133,53)
0 Favorites   0 Comments

Color spaces of #488535

RGB 7213353
HSL0.290.430.36
HSV106°60°52°
CMYK 0.460.000.60   0.48
XYZ11.702618.40986.3048
Yxy18.40980.32130.5055
Hunter Lab42.9066-26.401521.3224
CIE-Lab49.9894-35.693936.3999

#488535 color RGB value is (72,133,53).

#488535 hex color red value is 72, green value is 133 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #488535 hue: 0.29 , saturation: 0.43 and the lightness value of 488535 is 0.36.

The process color (four color CMYK) of #488535 color hex is 0.46, 0.00, 0.60, 0.48. Web safe color of #488535 is #339933. Color #488535 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000101 00110101
Octal 110 205 65
Decimal 72 133 53
Hex 48 85 35

RGB Percentages of Color #488535

%27.91
%51.55
%20.54

CMYK Percentages of Color #488535

%46
%0
%60
%48

Triadic Colors of #488535

#488535 #354885 #853548

Analogous Colors of #488535

#488535 #35854a #708535

Monochromatic Colors of #488535

#488535

Complementary Color

#488535 #723585

#488535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488535 Color CSS Codes

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

#488535 Text Font Color

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

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


#488535 Background Color

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

This div background color is #488535


#488535 Border Color

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

This div border color is #488535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488535


Comments

No comments written yet.

Please login to write comment.