Color Hex Logo

#484005 Color Hex

#484005
(72,64,5)
0 Favorites   0 Comments

Color spaces of #484005

RGB 72645
HSL0.150.870.15
HSV53°93°28°
CMYK 0.000.110.93   0.72
XYZ4.53335.05550.8805
Yxy5.05550.43300.4829
Hunter Lab22.4844-3.358713.4173
CIE-Lab26.8923-3.553833.7719

#484005 color RGB value is (72,64,5).

#484005 hex color red value is 72, green value is 64 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #484005 hue: 0.15 , saturation: 0.87 and the lightness value of 484005 is 0.15.

The process color (four color CMYK) of #484005 color hex is 0.00, 0.11, 0.93, 0.72. Web safe color of #484005 is #333300. Color #484005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000000 00000101
Octal 110 100 5
Decimal 72 64 5
Hex 48 40 5

RGB Percentages of Color #484005

%51.06
%45.39
%3.55

CMYK Percentages of Color #484005

%0
%11
%93
%72

Triadic Colors of #484005

#484005 #054840 #400548

Analogous Colors of #484005

#484005 #2f4805 #481f05

Monochromatic Colors of #484005

#484005

Complementary Color

#484005 #050d48

#484005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484005 Color CSS Codes

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

#484005 Text Font Color

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

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


#484005 Background Color

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

This div background color is #484005


#484005 Border Color

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

This div border color is #484005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484005


Comments

No comments written yet.

Please login to write comment.