Color Hex Logo

#48820b Color Hex

#48820B
(72,130,11)
0 Favorites   0 Comments

Color spaces of #48820b

RGB 7213011
HSL0.250.840.28
HSV89°92°51°
CMYK 0.450.000.92   0.49
XYZ10.715517.36713.1040
Yxy17.36710.34360.5569
Hunter Lab41.6739-27.032024.7556
CIE-Lab48.7193-37.419350.4884

#48820b color RGB value is (72,130,11).

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

The process color (four color CMYK) of #48820b color hex is 0.45, 0.00, 0.92, 0.49. Web safe color of #48820b is #339900. Color #48820b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000010 00001011
Octal 110 202 13
Decimal 72 130 11
Hex 48 82 B

RGB Percentages of Color #48820b

%33.80
%61.03
%5.16

CMYK Percentages of Color #48820b

%45
%0
%92
%49

Triadic Colors of #48820b

#48820b #0b4882 #820b48

Analogous Colors of #48820b

#48820b #0c820b #82810b

Monochromatic Colors of #48820b

#48820b

Complementary Color

#48820b #450b82

#48820b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48820b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48820b Color CSS Codes

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

#48820b Text Font Color

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

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


#48820b Background Color

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

This div background color is #48820b


#48820b Border Color

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

This div border color is #48820b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48820b


Comments

No comments written yet.

Please login to write comment.