Color Hex Logo

#482330 Color Hex

#482330
(72,35,48)
0 Favorites   0 Comments

Color spaces of #482330

RGB 723548
HSL0.940.350.21
HSV339°51°28°
CMYK 0.000.510.33   0.72
XYZ3.80702.79323.1348
Yxy2.79320.39110.2869
Hunter Lab16.712911.41270.5781
CIE-Lab19.195919.3679-0.6155

#482330 color RGB value is (72,35,48).

#482330 hex color red value is 72, green value is 35 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #482330 hue: 0.94 , saturation: 0.35 and the lightness value of 482330 is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100011 00110000
Octal 110 43 60
Decimal 72 35 48
Hex 48 23 30

RGB Percentages of Color #482330

%46.45
%22.58
%30.97

CMYK Percentages of Color #482330

%0
%51
%33
%72

Triadic Colors of #482330

#482330 #304823 #233048

Analogous Colors of #482330

#482330 #482923 #482343

Monochromatic Colors of #482330

#482330

Complementary Color

#482330 #23483b

#482330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482330 Color CSS Codes

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

#482330 Text Font Color

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

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


#482330 Background Color

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

This div background color is #482330


#482330 Border Color

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

This div border color is #482330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482330


Comments

No comments written yet.

Please login to write comment.