Color Hex Logo

#48603a Color Hex

#48603A
(72,96,58)
0 Favorites   0 Comments

Color spaces of #48603a

RGB 729658
HSL0.270.250.30
HSV98°40°38°
CMYK 0.250.000.40   0.62
XYZ7.619110.04895.5411
Yxy10.04890.32830.4330
Hunter Lab31.7000-12.572511.8262
CIE-Lab37.9301-16.868918.8674

#48603a color RGB value is (72,96,58).

#48603a hex color red value is 72, green value is 96 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #48603a hue: 0.27 , saturation: 0.25 and the lightness value of 48603a is 0.30.

The process color (four color CMYK) of #48603a color hex is 0.25, 0.00, 0.40, 0.62. Web safe color of #48603a is #336633. Color #48603a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100000 00111010
Octal 110 140 72
Decimal 72 96 58
Hex 48 60 3A

RGB Percentages of Color #48603a

%31.86
%42.48
%25.66

CMYK Percentages of Color #48603a

%25
%0
%40
%62

Triadic Colors of #48603a

#48603a #3a4860 #603a48

Analogous Colors of #48603a

#48603a #3a603f #5b603a

Monochromatic Colors of #48603a

#48603a

Complementary Color

#48603a #523a60

#48603a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48603a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48603a Color CSS Codes

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

#48603a Text Font Color

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

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


#48603a Background Color

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

This div background color is #48603a


#48603a Border Color

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

This div border color is #48603a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48603a


Comments

No comments written yet.

Please login to write comment.