Color Hex Logo

#48533a Color Hex

#48533A
(72,83,58)
0 Favorites   0 Comments

Color spaces of #48533a

RGB 728358
HSL0.240.180.28
HSV86°30°33°
CMYK 0.130.000.30   0.67
XYZ6.52957.86975.1779
Yxy7.86970.33350.4020
Hunter Lab28.0530-7.54588.6936
CIE-Lab33.7100-9.489113.2476

#48533a color RGB value is (72,83,58).

#48533a hex color red value is 72, green value is 83 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #48533a hue: 0.24 , saturation: 0.18 and the lightness value of 48533a is 0.28.

The process color (four color CMYK) of #48533a color hex is 0.13, 0.00, 0.30, 0.67. Web safe color of #48533a is #336633. Color #48533a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010011 00111010
Octal 110 123 72
Decimal 72 83 58
Hex 48 53 3A

RGB Percentages of Color #48533a

%33.80
%38.97
%27.23

CMYK Percentages of Color #48533a

%13
%0
%30
%67

Triadic Colors of #48533a

#48533a #3a4853 #533a48

Analogous Colors of #48533a

#48533a #3c533a #53523a

Monochromatic Colors of #48533a

#48533a

Complementary Color

#48533a #453a53

#48533a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48533a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48533a Color CSS Codes

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

#48533a Text Font Color

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

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


#48533a Background Color

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

This div background color is #48533a


#48533a Border Color

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

This div border color is #48533a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48533a


Comments

No comments written yet.

Please login to write comment.