Color Hex Logo

#48903c Color Hex

#48903C
(72,144,60)
0 Favorites   0 Comments

Color spaces of #48903c

RGB 7214460
HSL0.310.410.40
HSV111°58°56°
CMYK 0.500.000.58   0.44
XYZ13.461421.65057.7444
Yxy21.65050.31410.5052
Hunter Lab46.5301-29.786722.7029
CIE-Lab53.6542-39.605937.2282

#48903c color RGB value is (72,144,60).

#48903c hex color red value is 72, green value is 144 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #48903c hue: 0.31 , saturation: 0.41 and the lightness value of 48903c is 0.40.

The process color (four color CMYK) of #48903c color hex is 0.50, 0.00, 0.58, 0.44. Web safe color of #48903c is #339933. Color #48903c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010000 00111100
Octal 110 220 74
Decimal 72 144 60
Hex 48 90 3C

RGB Percentages of Color #48903c

%26.09
%52.17
%21.74

CMYK Percentages of Color #48903c

%50
%0
%58
%44

Triadic Colors of #48903c

#48903c #3c4890 #903c48

Analogous Colors of #48903c

#48903c #3c905a #72903c

Monochromatic Colors of #48903c

#48903c

Complementary Color

#48903c #843c90

#48903c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48903c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48903c Color CSS Codes

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

#48903c Text Font Color

<p style="color:#48903c">Text here</p>

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


#48903c Background Color

<div style="background-color:#48903c">
Div content here</div>

This div background color is #48903c


#48903c Border Color

<div style="border:3px solid #48903c">
Div here</div>

This div border color is #48903c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,144,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48903c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48903c;
  -webkit-box-shadow: 1px 1px 3px 2px #48903c;
  box-shadow:         1px 1px 3px 2px #48903c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48903c


Comments

No comments written yet.

Please login to write comment.