Color Hex Logo

#48283c Color Hex

#48283C
(72,40,60)
0 Favorites   0 Comments

Color spaces of #48283c

RGB 724060
HSL0.900.290.22
HSV323°44°28°
CMYK 0.000.440.17   0.72
XYZ4.24693.22154.6729
Yxy3.22150.34980.2653
Hunter Lab17.948510.8259-2.8722
CIE-Lab20.910018.3301-6.3848

#48283c color RGB value is (72,40,60).

#48283c hex color red value is 72, green value is 40 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #48283c hue: 0.90 , saturation: 0.29 and the lightness value of 48283c is 0.22.

The process color (four color CMYK) of #48283c color hex is 0.00, 0.44, 0.17, 0.72. Web safe color of #48283c is #333333. Color #48283c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101000 00111100
Octal 110 50 74
Decimal 72 40 60
Hex 48 28 3C

RGB Percentages of Color #48283c

%41.86
%23.26
%34.88

CMYK Percentages of Color #48283c

%0
%44
%17
%72

Triadic Colors of #48283c

#48283c #3c4828 #283c48

Analogous Colors of #48283c

#48283c #48282c #442848

Monochromatic Colors of #48283c

#48283c

Complementary Color

#48283c #284834

#48283c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48283c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48283c Color CSS Codes

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

#48283c Text Font Color

<p style="color:#48283c">Text here</p>

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


#48283c Background Color

<div style="background-color:#48283c">
Div content here</div>

This div background color is #48283c


#48283c Border Color

<div style="border:3px solid #48283c">
Div here</div>

This div border color is #48283c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,40,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48283c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48283c;
  -webkit-box-shadow: 1px 1px 3px 2px #48283c;
  box-shadow:         1px 1px 3px 2px #48283c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48283c


Comments

No comments written yet.

Please login to write comment.