Color Hex Logo

#484244 Color Hex

#484244
(72,66,68)
0 Favorites   0 Comments

Color spaces of #484244

RGB 726668
HSL0.940.040.27
HSV340°28°
CMYK 0.000.080.06   0.72
XYZ5.66415.69156.2689
Yxy5.69150.32140.3229
Hunter Lab23.85690.63001.1201
CIE-Lab28.62042.9700-0.2961

#484244 color RGB value is (72,66,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000010 01000100
Octal 110 102 104
Decimal 72 66 68
Hex 48 42 44

RGB Percentages of Color #484244

%34.95
%32.04
%33.01

CMYK Percentages of Color #484244

%0
%8
%6
%72

Triadic Colors of #484244

#484244 #444842 #424448

Analogous Colors of #484244

#484244 #484342 #484247

Monochromatic Colors of #484244

#484244

Complementary Color

#484244 #424846

#484244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484244 Color CSS Codes

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

#484244 Text Font Color

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

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


#484244 Background Color

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

This div background color is #484244


#484244 Border Color

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

This div border color is #484244


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,66,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 #484244">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484244


Comments

No comments written yet.

Please login to write comment.