Color Hex Logo

#482415 Color Hex

#482415
(72,36,21)
0 Favorites   0 Comments

Color spaces of #482415

RGB 723621
HSL0.050.550.18
HSV18°71°28°
CMYK 0.000.500.71   0.72
XYZ3.43872.69361.0481
Yxy2.69360.47890.3751
Hunter Lab16.41228.67827.7022
CIE-Lab18.772515.488117.4080

#482415 color RGB value is (72,36,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100100 00010101
Octal 110 44 25
Decimal 72 36 21
Hex 48 24 15

RGB Percentages of Color #482415

%55.81
%27.91
%16.28

CMYK Percentages of Color #482415

%0
%50
%71
%72

Triadic Colors of #482415

#482415 #154824 #241548

Analogous Colors of #482415

#482415 #483e15 #481520

Monochromatic Colors of #482415

#482415

Complementary Color

#482415 #153948

#482415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482415 Color CSS Codes

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

#482415 Text Font Color

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

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


#482415 Background Color

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

This div background color is #482415


#482415 Border Color

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

This div border color is #482415


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,36,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 #482415">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482415


Comments

No comments written yet.

Please login to write comment.