Color Hex Logo

#482437 Color Hex

#482437
(72,36,55)
0 Favorites   0 Comments

Color spaces of #482437

RGB 723655
HSL0.910.330.21
HSV328°50°28°
CMYK 0.000.500.24   0.72
XYZ3.99302.91533.9667
Yxy2.91530.36720.2681
Hunter Lab17.074211.8642-1.8223
CIE-Lab19.701419.9307-4.7467

#482437 color RGB value is (72,36,55).

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

The process color (four color CMYK) of #482437 color hex is 0.00, 0.50, 0.24, 0.72. Web safe color of #482437 is #333333. Color #482437 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100100 00110111
Octal 110 44 67
Decimal 72 36 55
Hex 48 24 37

RGB Percentages of Color #482437

%44.17
%22.09
%33.74

CMYK Percentages of Color #482437

%0
%50
%24
%72

Triadic Colors of #482437

#482437 #374824 #243748

Analogous Colors of #482437

#482437 #482425 #472448

Monochromatic Colors of #482437

#482437

Complementary Color

#482437 #244835

#482437 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482437 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482437 Color CSS Codes

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

#482437 Text Font Color

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

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


#482437 Background Color

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

This div background color is #482437


#482437 Border Color

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

This div border color is #482437


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482437


Comments

No comments written yet.

Please login to write comment.