Color Hex Logo

#483028 Color Hex

#483028
(72,48,40)
0 Favorites   0 Comments

Color spaces of #483028

RGB 724840
HSL0.040.290.22
HSV15°44°28°
CMYK 0.000.330.44   0.72
XYZ4.11243.64482.4943
Yxy3.64480.40120.3555
Hunter Lab19.09145.04025.6177
CIE-Lab22.46069.75349.5099

#483028 color RGB value is (72,48,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110000 00101000
Octal 110 60 50
Decimal 72 48 40
Hex 48 30 28

RGB Percentages of Color #483028

%45.00
%30.00
%25.00

CMYK Percentages of Color #483028

%0
%33
%44
%72

Triadic Colors of #483028

#483028 #284830 #302848

Analogous Colors of #483028

#483028 #484028 #482830

Monochromatic Colors of #483028

#483028

Complementary Color

#483028 #284048

#483028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483028 Color CSS Codes

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

#483028 Text Font Color

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

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


#483028 Background Color

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

This div background color is #483028


#483028 Border Color

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

This div border color is #483028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483028


Comments

No comments written yet.

Please login to write comment.