Color Hex Logo

#48523f Color Hex

#48523F
(72,82,63)
0 Favorites   0 Comments

Color spaces of #48523f

RGB 728263
HSL0.250.130.28
HSV92°23°32°
CMYK 0.120.000.23   0.68
XYZ6.58707.77125.8554
Yxy7.77120.32590.3845
Hunter Lab27.8769-6.60697.0602
CIE-Lab33.5018-7.99219.8568

#48523f color RGB value is (72,82,63).

#48523f hex color red value is 72, green value is 82 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #48523f hue: 0.25 , saturation: 0.13 and the lightness value of 48523f is 0.28.

The process color (four color CMYK) of #48523f color hex is 0.12, 0.00, 0.23, 0.68. Web safe color of #48523f is #336633. Color #48523f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010010 00111111
Octal 110 122 77
Decimal 72 82 63
Hex 48 52 3F

RGB Percentages of Color #48523f

%33.18
%37.79
%29.03

CMYK Percentages of Color #48523f

%12
%0
%23
%68

Triadic Colors of #48523f

#48523f #3f4852 #523f48

Analogous Colors of #48523f

#48523f #3f5240 #52523f

Monochromatic Colors of #48523f

#48523f

Complementary Color

#48523f #493f52

#48523f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48523f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48523f Color CSS Codes

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

#48523f Text Font Color

<p style="color:#48523f">Text here</p>

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


#48523f Background Color

<div style="background-color:#48523f">
Div content here</div>

This div background color is #48523f


#48523f Border Color

<div style="border:3px solid #48523f">
Div here</div>

This div border color is #48523f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,82,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48523f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48523f;
  -webkit-box-shadow: 1px 1px 3px 2px #48523f;
  box-shadow:         1px 1px 3px 2px #48523f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48523f


Comments

No comments written yet.

Please login to write comment.