Color Hex Logo

#48731e Color Hex

#48731E
(72,115,30)
0 Favorites   0 Comments

Color spaces of #48731e

RGB 7211530
HSL0.250.590.28
HSV90°74°45°
CMYK 0.370.000.74   0.55
XYZ9.037613.73293.4027
Yxy13.73290.34530.5247
Hunter Lab37.0579-21.319220.4965
CIE-Lab43.8474-29.749440.1885

#48731e color RGB value is (72,115,30).

#48731e hex color red value is 72, green value is 115 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #48731e hue: 0.25 , saturation: 0.59 and the lightness value of 48731e is 0.28.

The process color (four color CMYK) of #48731e color hex is 0.37, 0.00, 0.74, 0.55. Web safe color of #48731e is #336633. Color #48731e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110011 00011110
Octal 110 163 36
Decimal 72 115 30
Hex 48 73 1E

RGB Percentages of Color #48731e

%33.18
%53.00
%13.82

CMYK Percentages of Color #48731e

%37
%0
%74
%55

Triadic Colors of #48731e

#48731e #1e4873 #731e48

Analogous Colors of #48731e

#48731e #1e731f #73731e

Monochromatic Colors of #48731e

#48731e

Complementary Color

#48731e #491e73

#48731e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48731e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48731e Color CSS Codes

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

#48731e Text Font Color

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

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


#48731e Background Color

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

This div background color is #48731e


#48731e Border Color

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

This div border color is #48731e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,115,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48731e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48731e;
  -webkit-box-shadow: 1px 1px 3px 2px #48731e;
  box-shadow:         1px 1px 3px 2px #48731e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48731e


Comments

No comments written yet.

Please login to write comment.