Color Hex Logo

#48271b Color Hex

#48271B
(72,39,27)
0 Favorites   0 Comments

Color spaces of #48271b

RGB 723927
HSL0.040.450.19
HSV16°63°28°
CMYK 0.000.460.63   0.72
XYZ3.59582.90791.4087
Yxy2.90790.45450.3675
Hunter Lab17.05267.79757.0389
CIE-Lab19.671214.095214.5506

#48271b color RGB value is (72,39,27).

#48271b hex color red value is 72, green value is 39 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #48271b hue: 0.04 , saturation: 0.45 and the lightness value of 48271b is 0.19.

The process color (four color CMYK) of #48271b color hex is 0.00, 0.46, 0.63, 0.72. Web safe color of #48271b is #333333. Color #48271b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100111 00011011
Octal 110 47 33
Decimal 72 39 27
Hex 48 27 1B

RGB Percentages of Color #48271b

%52.17
%28.26
%19.57

CMYK Percentages of Color #48271b

%0
%46
%63
%72

Triadic Colors of #48271b

#48271b #1b4827 #271b48

Analogous Colors of #48271b

#48271b #483e1b #481b26

Monochromatic Colors of #48271b

#48271b

Complementary Color

#48271b #1b3c48

#48271b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48271b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48271b Color CSS Codes

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

#48271b Text Font Color

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

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


#48271b Background Color

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

This div background color is #48271b


#48271b Border Color

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

This div border color is #48271b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,39,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48271b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48271b;
  -webkit-box-shadow: 1px 1px 3px 2px #48271b;
  box-shadow:         1px 1px 3px 2px #48271b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48271b


Comments

No comments written yet.

Please login to write comment.