Color Hex Logo

#48a547 Color Hex

#48A547
(72,165,71)
0 Favorites   0 Comments

Color spaces of #48a547

RGB 7216571
HSL0.330.400.46
HSV119°57°65°
CMYK 0.560.000.57   0.35
XYZ17.265028.742910.5992
Yxy28.74290.30500.5078
Hunter Lab53.6124-36.338725.8070
CIE-Lab60.5541-46.805139.9870

#48a547 color RGB value is (72,165,71).

#48a547 hex color red value is 72, green value is 165 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #48a547 hue: 0.33 , saturation: 0.40 and the lightness value of 48a547 is 0.46.

The process color (four color CMYK) of #48a547 color hex is 0.56, 0.00, 0.57, 0.35. Web safe color of #48a547 is #339933. Color #48a547 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10100101 01000111
Octal 110 245 107
Decimal 72 165 71
Hex 48 A5 47

RGB Percentages of Color #48a547

%23.38
%53.57
%23.05

CMYK Percentages of Color #48a547

%56
%0
%57
%35

Triadic Colors of #48a547

#48a547 #4748a5 #a54748

Analogous Colors of #48a547

#48a547 #47a575 #77a547

Monochromatic Colors of #48a547

#48a547

Complementary Color

#48a547 #a447a5

#48a547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48a547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48a547 Color CSS Codes

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

#48a547 Text Font Color

<p style="color:#48a547">Text here</p>

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


#48a547 Background Color

<div style="background-color:#48a547">
Div content here</div>

This div background color is #48a547


#48a547 Border Color

<div style="border:3px solid #48a547">
Div here</div>

This div border color is #48a547


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,165,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48a547; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48a547;
  -webkit-box-shadow: 1px 1px 3px 2px #48a547;
  box-shadow:         1px 1px 3px 2px #48a547; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48a547


Comments

No comments written yet.

Please login to write comment.