Color Hex Logo

#48411f Color Hex

#48411F
(72,65,31)
0 Favorites   0 Comments

Color spaces of #48411f

RGB 726531
HSL0.140.400.20
HSV50°57°28°
CMYK 0.000.100.57   0.72
XYZ4.81015.25722.0576
Yxy5.25720.39670.4336
Hunter Lab22.9286-2.678210.7294
CIE-Lab27.4553-2.362721.6512

#48411f color RGB value is (72,65,31).

#48411f hex color red value is 72, green value is 65 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #48411f hue: 0.14 , saturation: 0.40 and the lightness value of 48411f is 0.20.

The process color (four color CMYK) of #48411f color hex is 0.00, 0.10, 0.57, 0.72. Web safe color of #48411f is #333333. Color #48411f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000001 00011111
Octal 110 101 37
Decimal 72 65 31
Hex 48 41 1F

RGB Percentages of Color #48411f

%42.86
%38.69
%18.45

CMYK Percentages of Color #48411f

%0
%10
%57
%72

Triadic Colors of #48411f

#48411f #1f4841 #411f48

Analogous Colors of #48411f

#48411f #3b481f #482d1f

Monochromatic Colors of #48411f

#48411f

Complementary Color

#48411f #1f2648

#48411f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48411f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48411f Color CSS Codes

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

#48411f Text Font Color

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

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


#48411f Background Color

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

This div background color is #48411f


#48411f Border Color

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

This div border color is #48411f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48411f


Comments

No comments written yet.

Please login to write comment.