Color Hex Logo

#48740d Color Hex

#48740D
(72,116,13)
0 Favorites   0 Comments

Color spaces of #48740d

RGB 7211613
HSL0.240.800.25
HSV86°89°45°
CMYK 0.380.000.89   0.55
XYZ8.990513.89762.5894
Yxy13.89760.35290.5455
Hunter Lab37.2795-22.191221.9774
CIE-Lab44.0857-31.173746.0817

#48740d color RGB value is (72,116,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110100 00001101
Octal 110 164 15
Decimal 72 116 13
Hex 48 74 D

RGB Percentages of Color #48740d

%35.82
%57.71
%6.47

CMYK Percentages of Color #48740d

%38
%0
%89
%55

Triadic Colors of #48740d

#48740d #0d4874 #740d48

Analogous Colors of #48740d

#48740d #15740d #746d0d

Monochromatic Colors of #48740d

#48740d

Complementary Color

#48740d #390d74

#48740d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48740d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48740d Color CSS Codes

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

#48740d Text Font Color

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

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


#48740d Background Color

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

This div background color is #48740d


#48740d Border Color

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

This div border color is #48740d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48740d


Comments

No comments written yet.

Please login to write comment.