Color Hex Logo

#484319 Color Hex

#484319
(72,67,25)
0 Favorites   0 Comments

Color spaces of #484319

RGB 726725
HSL0.150.480.19
HSV54°65°28°
CMYK 0.000.070.65   0.72
XYZ4.85515.46221.7181
Yxy5.46220.40340.4538
Hunter Lab23.3713-3.818812.0014
CIE-Lab28.0130-4.191425.7203

#484319 color RGB value is (72,67,25).

#484319 hex color red value is 72, green value is 67 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #484319 hue: 0.15 , saturation: 0.48 and the lightness value of 484319 is 0.19.

The process color (four color CMYK) of #484319 color hex is 0.00, 0.07, 0.65, 0.72. Web safe color of #484319 is #333300. Color #484319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000011 00011001
Octal 110 103 31
Decimal 72 67 25
Hex 48 43 19

RGB Percentages of Color #484319

%43.90
%40.85
%15.24

CMYK Percentages of Color #484319

%0
%7
%65
%72

Triadic Colors of #484319

#484319 #194843 #431948

Analogous Colors of #484319

#484319 #364819 #482c19

Monochromatic Colors of #484319

#484319

Complementary Color

#484319 #191e48

#484319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484319 Color CSS Codes

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

#484319 Text Font Color

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

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


#484319 Background Color

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

This div background color is #484319


#484319 Border Color

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

This div border color is #484319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484319


Comments

No comments written yet.

Please login to write comment.