Color Hex Logo

#48833c Color Hex

#48833C
(72,131,60)
0 Favorites   0 Comments

Color spaces of #48833c

RGB 7213160
HSL0.310.370.37
HSV110°54°51°
CMYK 0.450.000.54   0.49
XYZ11.604417.93667.1255
Yxy17.93660.31650.4892
Hunter Lab42.3516-25.206119.6708
CIE-Lab49.4191-33.933432.1953

#48833c color RGB value is (72,131,60).

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

The process color (four color CMYK) of #48833c color hex is 0.45, 0.00, 0.54, 0.49. Web safe color of #48833c is #339933. Color #48833c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000011 00111100
Octal 110 203 74
Decimal 72 131 60
Hex 48 83 3C

RGB Percentages of Color #48833c

%27.38
%49.81
%22.81

CMYK Percentages of Color #48833c

%45
%0
%54
%49

Triadic Colors of #48833c

#48833c #3c4883 #833c48

Analogous Colors of #48833c

#48833c #3c8354 #6c833c

Monochromatic Colors of #48833c

#48833c

Complementary Color

#48833c #773c83

#48833c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48833c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48833c Color CSS Codes

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

#48833c Text Font Color

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

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


#48833c Background Color

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

This div background color is #48833c


#48833c Border Color

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

This div border color is #48833c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48833c


Comments

No comments written yet.

Please login to write comment.