Color Hex Logo

#484644 Color Hex

#484644
(72,70,68)
0 Favorites   0 Comments

Color spaces of #484644

RGB 727068
HSL0.080.030.27
HSV30°28°
CMYK 0.000.030.06   0.72
XYZ5.90606.17546.3495
Yxy6.17540.32040.3351
Hunter Lab24.8504-1.06532.2461
CIE-Lab29.85070.40851.4956

#484644 color RGB value is (72,70,68).

#484644 hex color red value is 72, green value is 70 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #484644 hue: 0.08 , saturation: 0.03 and the lightness value of 484644 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000110 01000100
Octal 110 106 104
Decimal 72 70 68
Hex 48 46 44

RGB Percentages of Color #484644

%34.29
%33.33
%32.38

CMYK Percentages of Color #484644

%0
%3
%6
%72

Triadic Colors of #484644

#484644 #444846 #464448

Analogous Colors of #484644

#484644 #484844 #484444

Monochromatic Colors of #484644

#484644

Complementary Color

#484644 #444648

#484644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484644 Color CSS Codes

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

#484644 Text Font Color

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

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


#484644 Background Color

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

This div background color is #484644


#484644 Border Color

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

This div border color is #484644


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484644


Comments

No comments written yet.

Please login to write comment.