Color Hex Logo

#48542a Color Hex

#48542A
(72,84,42)
0 Favorites   0 Comments

Color spaces of #48542a

RGB 728442
HSL0.210.330.25
HSV77°50°33°
CMYK 0.140.000.50   0.67
XYZ6.26077.88553.3826
Yxy7.88550.35720.4499
Hunter Lab28.0811-9.345312.5148
CIE-Lab33.7433-12.481922.8919

#48542a color RGB value is (72,84,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010100 00101010
Octal 110 124 52
Decimal 72 84 42
Hex 48 54 2A

RGB Percentages of Color #48542a

%36.36
%42.42
%21.21

CMYK Percentages of Color #48542a

%14
%0
%50
%67

Triadic Colors of #48542a

#48542a #2a4854 #542a48

Analogous Colors of #48542a

#48542a #33542a #544b2a

Monochromatic Colors of #48542a

#48542a

Complementary Color

#48542a #362a54

#48542a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48542a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48542a Color CSS Codes

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

#48542a Text Font Color

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

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


#48542a Background Color

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

This div background color is #48542a


#48542a Border Color

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

This div border color is #48542a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,84,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 #48542a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48542a


Comments

No comments written yet.

Please login to write comment.