Color Hex Logo

#483646 Color Hex

#483646
(72,54,70)
0 Favorites   0 Comments

Color spaces of #483646

RGB 725470
HSL0.850.140.25
HSV307°25°28°
CMYK 0.000.250.03   0.72
XYZ5.09714.45826.3862
Yxy4.45820.31970.2797
Hunter Lab21.11456.1402-3.1525
CIE-Lab25.131811.2599-6.7896

#483646 color RGB value is (72,54,70).

#483646 hex color red value is 72, green value is 54 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #483646 hue: 0.85 , saturation: 0.14 and the lightness value of 483646 is 0.25.

The process color (four color CMYK) of #483646 color hex is 0.00, 0.25, 0.03, 0.72. Web safe color of #483646 is #333333. Color #483646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110110 01000110
Octal 110 66 106
Decimal 72 54 70
Hex 48 36 46

RGB Percentages of Color #483646

%36.73
%27.55
%35.71

CMYK Percentages of Color #483646

%0
%25
%3
%72

Triadic Colors of #483646

#483646 #464836 #364648

Analogous Colors of #483646

#483646 #48363d #413648

Monochromatic Colors of #483646

#483646

Complementary Color

#483646 #364838

#483646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483646 Color CSS Codes

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

#483646 Text Font Color

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

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


#483646 Background Color

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

This div background color is #483646


#483646 Border Color

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

This div border color is #483646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483646


Comments

No comments written yet.

Please login to write comment.