Color Hex Logo

#483042 Color Hex

#483042
(72,48,66)
0 Favorites   0 Comments

Color spaces of #483042

RGB 724866
HSL0.880.200.24
HSV315°33°28°
CMYK 0.000.330.08   0.72
XYZ4.71283.88505.6557
Yxy3.88500.33060.2726
Hunter Lab19.71048.1865-3.2154
CIE-Lab23.287614.3463-6.8857

#483042 color RGB value is (72,48,66).

#483042 hex color red value is 72, green value is 48 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #483042 hue: 0.88 , saturation: 0.20 and the lightness value of 483042 is 0.24.

The process color (four color CMYK) of #483042 color hex is 0.00, 0.33, 0.08, 0.72. Web safe color of #483042 is #333333. Color #483042 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110000 01000010
Octal 110 60 102
Decimal 72 48 66
Hex 48 30 42

RGB Percentages of Color #483042

%38.71
%25.81
%35.48

CMYK Percentages of Color #483042

%0
%33
%8
%72

Triadic Colors of #483042

#483042 #424830 #304248

Analogous Colors of #483042

#483042 #483036 #423048

Monochromatic Colors of #483042

#483042

Complementary Color

#483042 #304836

#483042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483042 Color CSS Codes

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

#483042 Text Font Color

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

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


#483042 Background Color

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

This div background color is #483042


#483042 Border Color

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

This div border color is #483042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483042


Comments

No comments written yet.

Please login to write comment.