Color Hex Logo

#483038 Color Hex

#483038
(72,48,56)
0 Favorites   0 Comments

Color spaces of #483038

RGB 724856
HSL0.940.200.24
HSV340°33°28°
CMYK 0.000.330.22   0.72
XYZ4.44323.77714.2363
Yxy3.77710.35670.3032
Hunter Lab19.43486.79810.6806
CIE-Lab22.920412.3570-0.6660

#483038 color RGB value is (72,48,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110000 00111000
Octal 110 60 70
Decimal 72 48 56
Hex 48 30 38

RGB Percentages of Color #483038

%40.91
%27.27
%31.82

CMYK Percentages of Color #483038

%0
%33
%22
%72

Triadic Colors of #483038

#483038 #384830 #303848

Analogous Colors of #483038

#483038 #483430 #483044

Monochromatic Colors of #483038

#483038

Complementary Color

#483038 #304840

#483038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483038 Color CSS Codes

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

#483038 Text Font Color

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

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


#483038 Background Color

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

This div background color is #483038


#483038 Border Color

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

This div border color is #483038


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,48,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 #483038">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483038


Comments

No comments written yet.

Please login to write comment.