Color Hex Logo

#48583d Color Hex

#48583D
(72,88,61)
0 Favorites   0 Comments

Color spaces of #48583d

RGB 728861
HSL0.270.180.29
HSV96°31°35°
CMYK 0.180.000.31   0.65
XYZ7.00458.69415.7238
Yxy8.69410.32700.4058
Hunter Lab29.4858-9.19649.1306
CIE-Lab35.3885-11.874113.6797

#48583d color RGB value is (72,88,61).

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

The process color (four color CMYK) of #48583d color hex is 0.18, 0.00, 0.31, 0.65. Web safe color of #48583d is #336633. Color #48583d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011000 00111101
Octal 110 130 75
Decimal 72 88 61
Hex 48 58 3D

RGB Percentages of Color #48583d

%32.58
%39.82
%27.60

CMYK Percentages of Color #48583d

%18
%0
%31
%65

Triadic Colors of #48583d

#48583d #3d4858 #583d48

Analogous Colors of #48583d

#48583d #3d5840 #56583d

Monochromatic Colors of #48583d

#48583d

Complementary Color

#48583d #4d3d58

#48583d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48583d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48583d Color CSS Codes

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

#48583d Text Font Color

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

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


#48583d Background Color

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

This div background color is #48583d


#48583d Border Color

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

This div border color is #48583d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48583d


Comments

No comments written yet.

Please login to write comment.