Color Hex Logo

#48721b Color Hex

#48721B
(72,114,27)
0 Favorites   0 Comments

Color spaces of #48721b

RGB 7211427
HSL0.250.620.28
HSV89°76°45°
CMYK 0.370.000.76   0.55
XYZ8.887613.49153.1726
Yxy13.49150.34780.5280
Hunter Lab36.7308-21.087920.5904
CIE-Lab43.4947-29.498641.0336

#48721b color RGB value is (72,114,27).

#48721b hex color red value is 72, green value is 114 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #48721b hue: 0.25 , saturation: 0.62 and the lightness value of 48721b is 0.28.

The process color (four color CMYK) of #48721b color hex is 0.37, 0.00, 0.76, 0.55. Web safe color of #48721b is #336633. Color #48721b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110010 00011011
Octal 110 162 33
Decimal 72 114 27
Hex 48 72 1B

RGB Percentages of Color #48721b

%33.80
%53.52
%12.68

CMYK Percentages of Color #48721b

%37
%0
%76
%55

Triadic Colors of #48721b

#48721b #1b4872 #721b48

Analogous Colors of #48721b

#48721b #1d721b #72711b

Monochromatic Colors of #48721b

#48721b

Complementary Color

#48721b #451b72

#48721b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48721b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48721b Color CSS Codes

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

#48721b Text Font Color

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

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


#48721b Background Color

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

This div background color is #48721b


#48721b Border Color

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

This div border color is #48721b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,114,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48721b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48721b;
  -webkit-box-shadow: 1px 1px 3px 2px #48721b;
  box-shadow:         1px 1px 3px 2px #48721b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48721b


Comments

No comments written yet.

Please login to write comment.