Color Hex Logo

#48632b Color Hex

#48632B
(72,99,43)
0 Favorites   0 Comments

Color spaces of #48632b

RGB 729943
HSL0.250.390.28
HSV89°57°39°
CMYK 0.270.000.57   0.61
XYZ7.570410.47583.9085
Yxy10.47580.34480.4772
Hunter Lab32.3663-14.890415.4967
CIE-Lab38.6832-20.575428.3062

#48632b color RGB value is (72,99,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100011 00101011
Octal 110 143 53
Decimal 72 99 43
Hex 48 63 2B

RGB Percentages of Color #48632b

%33.64
%46.26
%20.09

CMYK Percentages of Color #48632b

%27
%0
%57
%61

Triadic Colors of #48632b

#48632b #2b4863 #632b48

Analogous Colors of #48632b

#48632b #2c632b #63622b

Monochromatic Colors of #48632b

#48632b

Complementary Color

#48632b #462b63

#48632b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48632b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48632b Color CSS Codes

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

#48632b Text Font Color

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

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


#48632b Background Color

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

This div background color is #48632b


#48632b Border Color

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

This div border color is #48632b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48632b


Comments

No comments written yet.

Please login to write comment.