Color Hex Logo

#48563d Color Hex

#48563D
(72,86,61)
0 Favorites   0 Comments

Color spaces of #48563d

RGB 728661
HSL0.260.170.29
HSV94°29°34°
CMYK 0.160.000.29   0.66
XYZ6.84268.37025.6698
Yxy8.37020.32770.4008
Hunter Lab28.9313-8.41248.6326
CIE-Lab34.7423-10.716312.8018

#48563d color RGB value is (72,86,61).

#48563d hex color red value is 72, green value is 86 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #48563d hue: 0.26 , saturation: 0.17 and the lightness value of 48563d is 0.29.

The process color (four color CMYK) of #48563d color hex is 0.16, 0.00, 0.29, 0.66. Web safe color of #48563d is #336633. Color #48563d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010110 00111101
Octal 110 126 75
Decimal 72 86 61
Hex 48 56 3D

RGB Percentages of Color #48563d

%32.88
%39.27
%27.85

CMYK Percentages of Color #48563d

%16
%0
%29
%66

Triadic Colors of #48563d

#48563d #3d4856 #563d48

Analogous Colors of #48563d

#48563d #3d563f #55563d

Monochromatic Colors of #48563d

#48563d

Complementary Color

#48563d #4b3d56

#48563d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48563d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48563d Color CSS Codes

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

#48563d Text Font Color

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

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


#48563d Background Color

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

This div background color is #48563d


#48563d Border Color

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

This div border color is #48563d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48563d


Comments

No comments written yet.

Please login to write comment.