Color Hex Logo

#48740a Color Hex

#48740A
(72,116,10)
0 Favorites   0 Comments

Color spaces of #48740a

RGB 7211610
HSL0.240.840.25
HSV85°91°45°
CMYK 0.380.000.91   0.55
XYZ8.972713.89042.4954
Yxy13.89040.35380.5478
Hunter Lab37.2698-22.248422.1191
CIE-Lab44.0753-31.279446.7684

#48740a color RGB value is (72,116,10).

#48740a hex color red value is 72, green value is 116 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #48740a hue: 0.24 , saturation: 0.84 and the lightness value of 48740a is 0.25.

The process color (four color CMYK) of #48740a color hex is 0.38, 0.00, 0.91, 0.55. Web safe color of #48740a is #336600. Color #48740a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110100 00001010
Octal 110 164 12
Decimal 72 116 10
Hex 48 74 A

RGB Percentages of Color #48740a

%36.36
%58.59
%5.05

CMYK Percentages of Color #48740a

%38
%0
%91
%55

Triadic Colors of #48740a

#48740a #0a4874 #740a48

Analogous Colors of #48740a

#48740a #13740a #746b0a

Monochromatic Colors of #48740a

#48740a

Complementary Color

#48740a #360a74

#48740a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48740a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48740a Color CSS Codes

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

#48740a Text Font Color

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

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


#48740a Background Color

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

This div background color is #48740a


#48740a Border Color

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

This div border color is #48740a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,116,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48740a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48740a;
  -webkit-box-shadow: 1px 1px 3px 2px #48740a;
  box-shadow:         1px 1px 3px 2px #48740a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48740a


Comments

No comments written yet.

Please login to write comment.