Color Hex Logo

#484041 Color Hex

#484041
(72,64,65)
0 Favorites   0 Comments

Color spaces of #484041

RGB 726465
HSL0.980.060.27
HSV353°11°28°
CMYK 0.000.110.10   0.72
XYZ5.46005.42625.7606
Yxy5.42620.32800.3260
Hunter Lab23.29421.07431.6437
CIE-Lab27.91603.63150.6359

#484041 color RGB value is (72,64,65).

#484041 hex color red value is 72, green value is 64 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #484041 hue: 0.98 , saturation: 0.06 and the lightness value of 484041 is 0.27.

The process color (four color CMYK) of #484041 color hex is 0.00, 0.11, 0.10, 0.72. Web safe color of #484041 is #333333. Color #484041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000000 01000001
Octal 110 100 101
Decimal 72 64 65
Hex 48 40 41

RGB Percentages of Color #484041

%35.82
%31.84
%32.34

CMYK Percentages of Color #484041

%0
%11
%10
%72

Triadic Colors of #484041

#484041 #414840 #404148

Analogous Colors of #484041

#484041 #484340 #484045

Monochromatic Colors of #484041

#484041

Complementary Color

#484041 #404847

#484041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484041 Color CSS Codes

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

#484041 Text Font Color

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

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


#484041 Background Color

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

This div background color is #484041


#484041 Border Color

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

This div border color is #484041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484041


Comments

No comments written yet.

Please login to write comment.