Color Hex Logo

#48283d Color Hex

#48283D
(72,40,61)
0 Favorites   0 Comments

Color spaces of #48283d

RGB 724061
HSL0.890.290.22
HSV321°44°28°
CMYK 0.000.440.15   0.72
XYZ4.27363.23224.8135
Yxy3.23220.34690.2624
Hunter Lab17.978310.9689-3.2894
CIE-Lab20.950818.5252-7.0097

#48283d color RGB value is (72,40,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101000 00111101
Octal 110 50 75
Decimal 72 40 61
Hex 48 28 3D

RGB Percentages of Color #48283d

%41.62
%23.12
%35.26

CMYK Percentages of Color #48283d

%0
%44
%15
%72

Triadic Colors of #48283d

#48283d #3d4828 #283d48

Analogous Colors of #48283d

#48283d #48282d #432848

Monochromatic Colors of #48283d

#48283d

Complementary Color

#48283d #284833

#48283d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48283d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48283d Color CSS Codes

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

#48283d Text Font Color

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

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


#48283d Background Color

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

This div background color is #48283d


#48283d Border Color

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

This div border color is #48283d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48283d


Comments

No comments written yet.

Please login to write comment.