Color Hex Logo

#48762e Color Hex

#48762E
(72,118,46)
0 Favorites   0 Comments

Color spaces of #48762e

RGB 7211846
HSL0.270.440.32
HSV98°61°46°
CMYK 0.390.000.61   0.54
XYZ9.644114.53184.8814
Yxy14.53180.33190.5001
Hunter Lab38.1206-21.552519.0922
CIE-Lab44.9861-29.662734.0995

#48762e color RGB value is (72,118,46).

#48762e hex color red value is 72, green value is 118 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #48762e hue: 0.27 , saturation: 0.44 and the lightness value of 48762e is 0.32.

The process color (four color CMYK) of #48762e color hex is 0.39, 0.00, 0.61, 0.54. Web safe color of #48762e is #336633. Color #48762e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110110 00101110
Octal 110 166 56
Decimal 72 118 46
Hex 48 76 2E

RGB Percentages of Color #48762e

%30.51
%50.00
%19.49

CMYK Percentages of Color #48762e

%39
%0
%61
%54

Triadic Colors of #48762e

#48762e #2e4876 #762e48

Analogous Colors of #48762e

#48762e #2e7638 #6c762e

Monochromatic Colors of #48762e

#48762e

Complementary Color

#48762e #5c2e76

#48762e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48762e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48762e Color CSS Codes

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

#48762e Text Font Color

<p style="color:#48762e">Text here</p>

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


#48762e Background Color

<div style="background-color:#48762e">
Div content here</div>

This div background color is #48762e


#48762e Border Color

<div style="border:3px solid #48762e">
Div here</div>

This div border color is #48762e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,118,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48762e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48762e;
  -webkit-box-shadow: 1px 1px 3px 2px #48762e;
  box-shadow:         1px 1px 3px 2px #48762e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48762e


Comments

No comments written yet.

Please login to write comment.