Color Hex Logo

#48153d Color Hex

#48153D
(72,21,61)
0 Favorites   0 Comments

Color spaces of #48153d

RGB 722161
HSL0.870.550.18
HSV313°71°28°
CMYK 0.000.710.15   0.72
XYZ3.78302.25104.6500
Yxy2.25100.35410.2107
Hunter Lab15.003318.7519-7.8735
CIE-Lab16.752929.5378-13.4376

#48153d color RGB value is (72,21,61).

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

The process color (four color CMYK) of #48153d color hex is 0.00, 0.71, 0.15, 0.72. Web safe color of #48153d is #330033. Color #48153d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010101 00111101
Octal 110 25 75
Decimal 72 21 61
Hex 48 15 3D

RGB Percentages of Color #48153d

%46.75
%13.64
%39.61

CMYK Percentages of Color #48153d

%0
%71
%15
%72

Triadic Colors of #48153d

#48153d #3d4815 #153d48

Analogous Colors of #48153d

#48153d #481524 #3a1548

Monochromatic Colors of #48153d

#48153d

Complementary Color

#48153d #154820

#48153d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48153d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48153d Color CSS Codes

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

#48153d Text Font Color

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

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


#48153d Background Color

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

This div background color is #48153d


#48153d Border Color

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

This div border color is #48153d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48153d


Comments

No comments written yet.

Please login to write comment.