Color Hex Logo

#484104 Color Hex

#484104
(72,65,4)
0 Favorites   0 Comments

Color spaces of #484104

RGB 72654
HSL0.150.890.15
HSV54°94°28°
CMYK 0.000.100.94   0.72
XYZ4.58475.16710.8706
Yxy5.16710.43160.4864
Hunter Lab22.7313-3.777813.6411
CIE-Lab27.2056-4.221634.4537

#484104 color RGB value is (72,65,4).

#484104 hex color red value is 72, green value is 65 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #484104 hue: 0.15 , saturation: 0.89 and the lightness value of 484104 is 0.15.

The process color (four color CMYK) of #484104 color hex is 0.00, 0.10, 0.94, 0.72. Web safe color of #484104 is #333300. Color #484104 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000001 00000100
Octal 110 101 4
Decimal 72 65 4
Hex 48 41 4

RGB Percentages of Color #484104

%51.06
%46.10
%2.84

CMYK Percentages of Color #484104

%0
%10
%94
%72

Triadic Colors of #484104

#484104 #044841 #410448

Analogous Colors of #484104

#484104 #2d4804 #481f04

Monochromatic Colors of #484104

#484104

Complementary Color

#484104 #040b48

#484104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484104 Color CSS Codes

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

#484104 Text Font Color

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

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


#484104 Background Color

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

This div background color is #484104


#484104 Border Color

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

This div border color is #484104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484104


Comments

No comments written yet.

Please login to write comment.