Color Hex Logo

#48270e Color Hex

#48270E
(72,39,14)
0 Favorites   0 Comments

Color spaces of #48270e

RGB 723914
HSL0.070.670.17
HSV26°81°28°
CMYK 0.000.460.81   0.72
XYZ3.47732.86050.7843
Yxy2.86050.48820.4016
Hunter Lab16.91307.10179.0897
CIE-Lab19.476313.070722.3617

#48270e color RGB value is (72,39,14).

#48270e hex color red value is 72, green value is 39 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #48270e hue: 0.07 , saturation: 0.67 and the lightness value of 48270e is 0.17.

The process color (four color CMYK) of #48270e color hex is 0.00, 0.46, 0.81, 0.72. Web safe color of #48270e is #333300. Color #48270e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100111 00001110
Octal 110 47 16
Decimal 72 39 14
Hex 48 27 E

RGB Percentages of Color #48270e

%57.60
%31.20
%11.20

CMYK Percentages of Color #48270e

%0
%46
%81
%72

Triadic Colors of #48270e

#48270e #0e4827 #270e48

Analogous Colors of #48270e

#48270e #48440e #480e12

Monochromatic Colors of #48270e

#48270e

Complementary Color

#48270e #0e2f48

#48270e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48270e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48270e Color CSS Codes

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

#48270e Text Font Color

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

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


#48270e Background Color

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

This div background color is #48270e


#48270e Border Color

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

This div border color is #48270e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48270e


Comments

No comments written yet.

Please login to write comment.