Color Hex Logo

#484015 Color Hex

#484015
(72,64,21)
0 Favorites   0 Comments

Color spaces of #484015

RGB 726421
HSL0.140.550.18
HSV51°71°28°
CMYK 0.000.110.71   0.72
XYZ4.64125.09871.4490
Yxy5.09870.41480.4557
Hunter Lab22.5803-2.826312.0015
CIE-Lab27.0141-2.651626.7673

#484015 color RGB value is (72,64,21).

#484015 hex color red value is 72, green value is 64 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #484015 hue: 0.14 , saturation: 0.55 and the lightness value of 484015 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000000 00010101
Octal 110 100 25
Decimal 72 64 21
Hex 48 40 15

RGB Percentages of Color #484015

%45.86
%40.76
%13.38

CMYK Percentages of Color #484015

%0
%11
%71
%72

Triadic Colors of #484015

#484015 #154840 #401548

Analogous Colors of #484015

#484015 #374815 #482715

Monochromatic Colors of #484015

#484015

Complementary Color

#484015 #151d48

#484015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484015 Color CSS Codes

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

#484015 Text Font Color

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

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


#484015 Background Color

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

This div background color is #484015


#484015 Border Color

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

This div border color is #484015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484015


Comments

No comments written yet.

Please login to write comment.