Color Hex Logo

#483951 Color Hex

#483951
(72,57,81)
0 Favorites   0 Comments

Color spaces of #483951

RGB 725781
HSL0.770.170.27
HSV278°30°32°
CMYK 0.110.300.00   0.68
XYZ5.62084.89818.4338
Yxy4.89810.29660.2584
Hunter Lab22.13176.6035-7.1017
CIE-Lab26.442511.8588-12.0779

#483951 color RGB value is (72,57,81).

#483951 hex color red value is 72, green value is 57 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #483951 hue: 0.77 , saturation: 0.17 and the lightness value of 483951 is 0.27.

The process color (four color CMYK) of #483951 color hex is 0.11, 0.30, 0.00, 0.68. Web safe color of #483951 is #333366. Color #483951 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111001 01010001
Octal 110 71 121
Decimal 72 57 81
Hex 48 39 51

RGB Percentages of Color #483951

%34.29
%27.14
%38.57

CMYK Percentages of Color #483951

%11
%30
%0
%68

Triadic Colors of #483951

#483951 #514839 #395148

Analogous Colors of #483951

#483951 #51394e #3c3951

Monochromatic Colors of #483951

#483951

Complementary Color

#483951 #425139

#483951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483951 Color CSS Codes

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

#483951 Text Font Color

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

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


#483951 Background Color

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

This div background color is #483951


#483951 Border Color

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

This div border color is #483951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483951


Comments

No comments written yet.

Please login to write comment.