Color Hex Logo

#48923f Color Hex

#48923F
(72,146,63)
0 Favorites   0 Comments

Color spaces of #48923f

RGB 7214663
HSL0.320.400.41
HSV113°57°57°
CMYK 0.510.000.57   0.43
XYZ13.848622.29448.2760
Yxy22.29440.31180.5019
Hunter Lab47.2169-30.276122.6597
CIE-Lab54.3380-40.078036.5529

#48923f color RGB value is (72,146,63).

#48923f hex color red value is 72, green value is 146 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #48923f hue: 0.32 , saturation: 0.40 and the lightness value of 48923f is 0.41.

The process color (four color CMYK) of #48923f color hex is 0.51, 0.00, 0.57, 0.43. Web safe color of #48923f is #339933. Color #48923f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010010 00111111
Octal 110 222 77
Decimal 72 146 63
Hex 48 92 3F

RGB Percentages of Color #48923f

%25.62
%51.96
%22.42

CMYK Percentages of Color #48923f

%51
%0
%57
%43

Triadic Colors of #48923f

#48923f #3f4892 #923f48

Analogous Colors of #48923f

#48923f #3f9260 #72923f

Monochromatic Colors of #48923f

#48923f

Complementary Color

#48923f #893f92

#48923f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48923f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48923f Color CSS Codes

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

#48923f Text Font Color

<p style="color:#48923f">Text here</p>

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


#48923f Background Color

<div style="background-color:#48923f">
Div content here</div>

This div background color is #48923f


#48923f Border Color

<div style="border:3px solid #48923f">
Div here</div>

This div border color is #48923f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,146,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48923f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48923f;
  -webkit-box-shadow: 1px 1px 3px 2px #48923f;
  box-shadow:         1px 1px 3px 2px #48923f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48923f


Comments

No comments written yet.

Please login to write comment.