Color Hex Logo

#48091e Color Hex

#48091E
(72,9,30)
0 Favorites   0 Comments

Color spaces of #48091e

RGB 72930
HSL0.940.780.16
HSV340°88°28°
CMYK 0.000.880.58   0.72
XYZ3.00451.66681.3917
Yxy1.66680.49550.2749
Hunter Lab12.910518.94692.6461
CIE-Lab13.631430.37214.3268

#48091e color RGB value is (72,9,30).

#48091e hex color red value is 72, green value is 9 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #48091e hue: 0.94 , saturation: 0.78 and the lightness value of 48091e is 0.16.

The process color (four color CMYK) of #48091e color hex is 0.00, 0.88, 0.58, 0.72. Web safe color of #48091e is #330033. Color #48091e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001001 00011110
Octal 110 11 36
Decimal 72 9 30
Hex 48 9 1E

RGB Percentages of Color #48091e

%64.86
%8.11
%27.03

CMYK Percentages of Color #48091e

%0
%88
%58
%72

Triadic Colors of #48091e

#48091e #1e4809 #091e48

Analogous Colors of #48091e

#48091e #481409 #48093d

Monochromatic Colors of #48091e

#48091e

Complementary Color

#48091e #094833

#48091e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48091e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48091e Color CSS Codes

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

#48091e Text Font Color

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

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


#48091e Background Color

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

This div background color is #48091e


#48091e Border Color

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

This div border color is #48091e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48091e


Comments

No comments written yet.

Please login to write comment.