Color Hex Logo

#48713d Color Hex

#48713D
(72,113,61)
0 Favorites   0 Comments

Color spaces of #48713d

RGB 7211361
HSL0.300.300.34
HSV107°46°44°
CMYK 0.360.000.46   0.56
XYZ9.419913.52496.5290
Yxy13.52490.31960.4589
Hunter Lab36.7762-18.637215.2174
CIE-Lab43.5437-25.266824.3801

#48713d color RGB value is (72,113,61).

#48713d hex color red value is 72, green value is 113 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #48713d hue: 0.30 , saturation: 0.30 and the lightness value of 48713d is 0.34.

The process color (four color CMYK) of #48713d color hex is 0.36, 0.00, 0.46, 0.56. Web safe color of #48713d is #336633. Color #48713d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110001 00111101
Octal 110 161 75
Decimal 72 113 61
Hex 48 71 3D

RGB Percentages of Color #48713d

%29.27
%45.93
%24.80

CMYK Percentages of Color #48713d

%36
%0
%46
%56

Triadic Colors of #48713d

#48713d #3d4871 #713d48

Analogous Colors of #48713d

#48713d #3d714c #62713d

Monochromatic Colors of #48713d

#48713d

Complementary Color

#48713d #663d71

#48713d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48713d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48713d Color CSS Codes

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

#48713d Text Font Color

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

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


#48713d Background Color

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

This div background color is #48713d


#48713d Border Color

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

This div border color is #48713d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48713d


Comments

No comments written yet.

Please login to write comment.