Color Hex Logo

#48542f Color Hex

#48542F
(72,84,47)
0 Favorites   0 Comments

Color spaces of #48542f

RGB 728447
HSL0.220.280.26
HSV79°44°33°
CMYK 0.140.000.44   0.67
XYZ6.35597.92363.8837
Yxy7.92360.34990.4362
Hunter Lab28.1489-8.956011.5240
CIE-Lab33.8233-11.808320.0669

#48542f color RGB value is (72,84,47).

#48542f hex color red value is 72, green value is 84 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #48542f hue: 0.22 , saturation: 0.28 and the lightness value of 48542f is 0.26.

The process color (four color CMYK) of #48542f color hex is 0.14, 0.00, 0.44, 0.67. Web safe color of #48542f is #336633. Color #48542f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010100 00101111
Octal 110 124 57
Decimal 72 84 47
Hex 48 54 2F

RGB Percentages of Color #48542f

%35.47
%41.38
%23.15

CMYK Percentages of Color #48542f

%14
%0
%44
%67

Triadic Colors of #48542f

#48542f #2f4854 #542f48

Analogous Colors of #48542f

#48542f #36542f #544e2f

Monochromatic Colors of #48542f

#48542f

Complementary Color

#48542f #3b2f54

#48542f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48542f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48542f Color CSS Codes

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

#48542f Text Font Color

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

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


#48542f Background Color

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

This div background color is #48542f


#48542f Border Color

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

This div border color is #48542f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48542f


Comments

No comments written yet.

Please login to write comment.