Color Hex Logo

#48981b Color Hex

#48981B
(72,152,27)
0 Favorites   0 Comments

Color spaces of #48981b

RGB 7215227
HSL0.270.700.35
HSV98°82°60°
CMYK 0.530.000.82   0.40
XYZ14.098623.91334.9096
Yxy23.91330.32850.5571
Hunter Lab48.9012-34.114228.2782
CIE-Lab56.0009-45.671852.9539

#48981b color RGB value is (72,152,27).

#48981b hex color red value is 72, green value is 152 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #48981b hue: 0.27 , saturation: 0.70 and the lightness value of 48981b is 0.35.

The process color (four color CMYK) of #48981b color hex is 0.53, 0.00, 0.82, 0.40. Web safe color of #48981b is #339933. Color #48981b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011000 00011011
Octal 110 230 33
Decimal 72 152 27
Hex 48 98 1B

RGB Percentages of Color #48981b

%28.69
%60.56
%10.76

CMYK Percentages of Color #48981b

%53
%0
%82
%40

Triadic Colors of #48981b

#48981b #1b4898 #981b48

Analogous Colors of #48981b

#48981b #1b982c #87981b

Monochromatic Colors of #48981b

#48981b

Complementary Color

#48981b #6b1b98

#48981b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48981b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48981b Color CSS Codes

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

#48981b Text Font Color

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

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


#48981b Background Color

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

This div background color is #48981b


#48981b Border Color

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

This div border color is #48981b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,152,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 #48981b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48981b


Comments

No comments written yet.

Please login to write comment.