Color Hex Logo

#48765d Color Hex

#48765D
(72,118,93)
0 Favorites   0 Comments

Color spaces of #48765d

RGB 7211893
HSL0.410.240.37
HSV147°39°46°
CMYK 0.390.000.21   0.54
XYZ11.126715.124912.6889
Yxy15.12490.28570.3884
Hunter Lab38.8907-16.98977.8789
CIE-Lab45.8048-21.80598.8697

#48765d color RGB value is (72,118,93).

#48765d hex color red value is 72, green value is 118 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #48765d hue: 0.41 , saturation: 0.24 and the lightness value of 48765d is 0.37.

The process color (four color CMYK) of #48765d color hex is 0.39, 0.00, 0.21, 0.54. Web safe color of #48765d is #336666. Color #48765d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110110 01011101
Octal 110 166 135
Decimal 72 118 93
Hex 48 76 5D

RGB Percentages of Color #48765d

%25.44
%41.70
%32.86

CMYK Percentages of Color #48765d

%39
%0
%21
%54

Triadic Colors of #48765d

#48765d #5d4876 #765d48

Analogous Colors of #48765d

#48765d #487674 #4a7648

Monochromatic Colors of #48765d

#48765d

Complementary Color

#48765d #764861

#48765d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48765d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48765d Color CSS Codes

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

#48765d Text Font Color

<p style="color:#48765d">Text here</p>

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


#48765d Background Color

<div style="background-color:#48765d">
Div content here</div>

This div background color is #48765d


#48765d Border Color

<div style="border:3px solid #48765d">
Div here</div>

This div border color is #48765d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48765d


Comments

No comments written yet.

Please login to write comment.