Color Hex Logo

#48632a Color Hex

#48632A
(72,99,42)
0 Favorites   0 Comments

Color spaces of #48632a

RGB 729942
HSL0.250.400.28
HSV88°58°39°
CMYK 0.270.000.58   0.61
XYZ7.552210.46863.8131
Yxy10.46860.34590.4795
Hunter Lab32.3552-14.957015.6613
CIE-Lab38.6706-20.693928.8258

#48632a color RGB value is (72,99,42).

#48632a hex color red value is 72, green value is 99 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #48632a hue: 0.25 , saturation: 0.40 and the lightness value of 48632a is 0.28.

The process color (four color CMYK) of #48632a color hex is 0.27, 0.00, 0.58, 0.61. Web safe color of #48632a is #336633. Color #48632a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100011 00101010
Octal 110 143 52
Decimal 72 99 42
Hex 48 63 2A

RGB Percentages of Color #48632a

%33.80
%46.48
%19.72

CMYK Percentages of Color #48632a

%27
%0
%58
%61

Triadic Colors of #48632a

#48632a #2a4863 #632a48

Analogous Colors of #48632a

#48632a #2c632a #63622a

Monochromatic Colors of #48632a

#48632a

Complementary Color

#48632a #452a63

#48632a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48632a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48632a Color CSS Codes

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

#48632a Text Font Color

<p style="color:#48632a">Text here</p>

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


#48632a Background Color

<div style="background-color:#48632a">
Div content here</div>

This div background color is #48632a


#48632a Border Color

<div style="border:3px solid #48632a">
Div here</div>

This div border color is #48632a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,99,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48632a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48632a;
  -webkit-box-shadow: 1px 1px 3px 2px #48632a;
  box-shadow:         1px 1px 3px 2px #48632a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48632a


Comments

No comments written yet.

Please login to write comment.