Color Hex Logo

#48062e Color Hex

#48062E
(72,6,46)
0 Favorites   0 Comments

Color spaces of #48062e

RGB 72646
HSL0.900.850.15
HSV324°92°28°
CMYK 0.000.920.36   0.72
XYZ3.23081.70522.7436
Yxy1.70520.42070.2220
Hunter Lab13.058321.3111-3.3162
CIE-Lab13.857233.2722-7.1561

#48062e color RGB value is (72,6,46).

#48062e hex color red value is 72, green value is 6 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #48062e hue: 0.90 , saturation: 0.85 and the lightness value of 48062e is 0.15.

The process color (four color CMYK) of #48062e color hex is 0.00, 0.92, 0.36, 0.72. Web safe color of #48062e is #330033. Color #48062e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000110 00101110
Octal 110 6 56
Decimal 72 6 46
Hex 48 6 2E

RGB Percentages of Color #48062e

%58.06
%4.84
%37.10

CMYK Percentages of Color #48062e

%0
%92
%36
%72

Triadic Colors of #48062e

#48062e #2e4806 #062e48

Analogous Colors of #48062e

#48062e #48060d #410648

Monochromatic Colors of #48062e

#48062e

Complementary Color

#48062e #064820

#48062e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48062e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48062e Color CSS Codes

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

#48062e Text Font Color

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

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


#48062e Background Color

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

This div background color is #48062e


#48062e Border Color

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

This div border color is #48062e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48062e


Comments

No comments written yet.

Please login to write comment.