Color Hex Logo

#482538 Color Hex

#482538
(72,37,56)
0 Favorites   0 Comments

Color spaces of #482538

RGB 723756
HSL0.910.320.21
HSV327°49°28°
CMYK 0.000.490.22   0.72
XYZ4.04792.98644.1045
Yxy2.98640.36340.2681
Hunter Lab17.281211.5692-1.9853
CIE-Lab19.989319.4827-5.0094

#482538 color RGB value is (72,37,56).

#482538 hex color red value is 72, green value is 37 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #482538 hue: 0.91 , saturation: 0.32 and the lightness value of 482538 is 0.21.

The process color (four color CMYK) of #482538 color hex is 0.00, 0.49, 0.22, 0.72. Web safe color of #482538 is #333333. Color #482538 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100101 00111000
Octal 110 45 70
Decimal 72 37 56
Hex 48 25 38

RGB Percentages of Color #482538

%43.64
%22.42
%33.94

CMYK Percentages of Color #482538

%0
%49
%22
%72

Triadic Colors of #482538

#482538 #384825 #253848

Analogous Colors of #482538

#482538 #482527 #472548

Monochromatic Colors of #482538

#482538

Complementary Color

#482538 #254835

#482538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482538 Color CSS Codes

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

#482538 Text Font Color

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

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


#482538 Background Color

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

This div background color is #482538


#482538 Border Color

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

This div border color is #482538


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,37,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #482538; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #482538;
  -webkit-box-shadow: 1px 1px 3px 2px #482538;
  box-shadow:         1px 1px 3px 2px #482538; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482538


Comments

No comments written yet.

Please login to write comment.