Color Hex Logo

#48770f Color Hex

#48770F
(72,119,15)
0 Favorites   0 Comments

Color spaces of #48770f

RGB 7211915
HSL0.240.780.26
HSV87°87°47°
CMYK 0.390.000.87   0.53
XYZ9.355514.60592.7781
Yxy14.60590.34990.5462
Hunter Lab38.2177-23.185022.4425
CIE-Lab45.0896-32.458746.4481

#48770f color RGB value is (72,119,15).

#48770f hex color red value is 72, green value is 119 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #48770f hue: 0.24 , saturation: 0.78 and the lightness value of 48770f is 0.26.

The process color (four color CMYK) of #48770f color hex is 0.39, 0.00, 0.87, 0.53. Web safe color of #48770f is #336600. Color #48770f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110111 00001111
Octal 110 167 17
Decimal 72 119 15
Hex 48 77 F

RGB Percentages of Color #48770f

%34.95
%57.77
%7.28

CMYK Percentages of Color #48770f

%39
%0
%87
%53

Triadic Colors of #48770f

#48770f #0f4877 #770f48

Analogous Colors of #48770f

#48770f #14770f #77720f

Monochromatic Colors of #48770f

#48770f

Complementary Color

#48770f #3e0f77

#48770f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48770f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48770f Color CSS Codes

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

#48770f Text Font Color

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

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


#48770f Background Color

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

This div background color is #48770f


#48770f Border Color

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

This div border color is #48770f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,119,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48770f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48770f;
  -webkit-box-shadow: 1px 1px 3px 2px #48770f;
  box-shadow:         1px 1px 3px 2px #48770f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48770f


Comments

No comments written yet.

Please login to write comment.