Color Hex Logo

#484554 Color Hex

#484554
(72,69,84)
0 Favorites   0 Comments

Color spaces of #484554

RGB 726984
HSL0.700.100.30
HSV252°18°33°
CMYK 0.140.180.00   0.67
XYZ6.40086.27419.2612
Yxy6.27410.29180.2860
Hunter Lab25.04821.7796-4.3879
CIE-Lab30.09374.7440-8.4841

#484554 color RGB value is (72,69,84).

#484554 hex color red value is 72, green value is 69 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #484554 hue: 0.70 , saturation: 0.10 and the lightness value of 484554 is 0.30.

The process color (four color CMYK) of #484554 color hex is 0.14, 0.18, 0.00, 0.67. Web safe color of #484554 is #333366. Color #484554 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000101 01010100
Octal 110 105 124
Decimal 72 69 84
Hex 48 45 54

RGB Percentages of Color #484554

%32.00
%30.67
%37.33

CMYK Percentages of Color #484554

%14
%18
%0
%67

Triadic Colors of #484554

#484554 #544845 #455448

Analogous Colors of #484554

#484554 #504554 #454a54

Monochromatic Colors of #484554

#484554

Complementary Color

#484554 #515445

#484554 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484554 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484554 Color CSS Codes

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

#484554 Text Font Color

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

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


#484554 Background Color

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

This div background color is #484554


#484554 Border Color

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

This div border color is #484554


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484554


Comments

No comments written yet.

Please login to write comment.