Color Hex Logo

#482918 Color Hex

#482918
(72,41,24)
0 Favorites   0 Comments

Color spaces of #482918

RGB 724124
HSL0.060.500.19
HSV21°67°28°
CMYK 0.000.430.67   0.72
XYZ3.63033.02951.2576
Yxy3.02950.45850.3826
Hunter Lab17.40556.77067.8999
CIE-Lab20.161712.516317.1388

#482918 color RGB value is (72,41,24).

#482918 hex color red value is 72, green value is 41 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #482918 hue: 0.06 , saturation: 0.50 and the lightness value of 482918 is 0.19.

The process color (four color CMYK) of #482918 color hex is 0.00, 0.43, 0.67, 0.72. Web safe color of #482918 is #333300. Color #482918 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101001 00011000
Octal 110 51 30
Decimal 72 41 24
Hex 48 29 18

RGB Percentages of Color #482918

%52.55
%29.93
%17.52

CMYK Percentages of Color #482918

%0
%43
%67
%72

Triadic Colors of #482918

#482918 #184829 #291848

Analogous Colors of #482918

#482918 #484118 #48181f

Monochromatic Colors of #482918

#482918

Complementary Color

#482918 #183748

#482918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482918 Color CSS Codes

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

#482918 Text Font Color

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

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


#482918 Background Color

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

This div background color is #482918


#482918 Border Color

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

This div border color is #482918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482918

#482918 Color Palettes


Comments

No comments written yet.

Please login to write comment.