Color Hex Logo

#483847 Color Hex

#483847
(72,56,71)
0 Favorites   0 Comments

Color spaces of #483847

RGB 725671
HSL0.840.130.25
HSV304°22°28°
CMYK 0.000.220.01   0.72
XYZ5.22404.66106.5856
Yxy4.66100.31720.2830
Hunter Lab21.58935.4105-2.9732
CIE-Lab25.746310.1633-6.5307

#483847 color RGB value is (72,56,71).

#483847 hex color red value is 72, green value is 56 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #483847 hue: 0.84 , saturation: 0.13 and the lightness value of 483847 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111000 01000111
Octal 110 70 107
Decimal 72 56 71
Hex 48 38 47

RGB Percentages of Color #483847

%36.18
%28.14
%35.68

CMYK Percentages of Color #483847

%0
%22
%1
%72

Triadic Colors of #483847

#483847 #474838 #384748

Analogous Colors of #483847

#483847 #48383f #413848

Monochromatic Colors of #483847

#483847

Complementary Color

#483847 #384839

#483847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483847 Color CSS Codes

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

#483847 Text Font Color

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

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


#483847 Background Color

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

This div background color is #483847


#483847 Border Color

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

This div border color is #483847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483847


Comments

No comments written yet.

Please login to write comment.