Color Hex Logo

#484401 Color Hex

#484401
(72,68,1)
0 Favorites   0 Comments

Color spaces of #484401

RGB 72681
HSL0.160.970.14
HSV57°99°28°
CMYK 0.000.060.99   0.72
XYZ4.74515.51420.8430
Yxy5.51420.42740.4967
Hunter Lab23.4823-5.024414.3092
CIE-Lab28.1522-6.203336.4805

#484401 color RGB value is (72,68,1).

#484401 hex color red value is 72, green value is 68 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #484401 hue: 0.16 , saturation: 0.97 and the lightness value of 484401 is 0.14.

The process color (four color CMYK) of #484401 color hex is 0.00, 0.06, 0.99, 0.72. Web safe color of #484401 is #333300. Color #484401 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000100 00000001
Octal 110 104 1
Decimal 72 68 1
Hex 48 44 1

RGB Percentages of Color #484401

%51.06
%48.23
%0.71

CMYK Percentages of Color #484401

%0
%6
%99
%72

Triadic Colors of #484401

#484401 #014844 #440148

Analogous Colors of #484401

#484401 #294801 #482101

Monochromatic Colors of #484401

#484401

Complementary Color

#484401 #010548

#484401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484401 Color CSS Codes

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

#484401 Text Font Color

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

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


#484401 Background Color

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

This div background color is #484401


#484401 Border Color

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

This div border color is #484401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484401


Comments

No comments written yet.

Please login to write comment.