Color Hex Logo

#48833e Color Hex

#48833E
(72,131,62)
0 Favorites   0 Comments

Color spaces of #48833e

RGB 7213162
HSL0.310.360.38
HSV111°53°51°
CMYK 0.450.000.53   0.49
XYZ11.658317.95817.4092
Yxy17.95810.31490.4850
Hunter Lab42.3770-25.052819.2976
CIE-Lab49.4452-33.662631.1846

#48833e color RGB value is (72,131,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000011 00111110
Octal 110 203 76
Decimal 72 131 62
Hex 48 83 3E

RGB Percentages of Color #48833e

%27.17
%49.43
%23.40

CMYK Percentages of Color #48833e

%45
%0
%53
%49

Triadic Colors of #48833e

#48833e #3e4883 #833e48

Analogous Colors of #48833e

#48833e #3e8357 #6b833e

Monochromatic Colors of #48833e

#48833e

Complementary Color

#48833e #793e83

#48833e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48833e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48833e Color CSS Codes

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

#48833e Text Font Color

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

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


#48833e Background Color

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

This div background color is #48833e


#48833e Border Color

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

This div border color is #48833e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48833e


Comments

No comments written yet.

Please login to write comment.