Color Hex Logo

#48312e Color Hex

#48312E
(72,49,46)
0 Favorites   0 Comments

Color spaces of #48312e

RGB 724946
HSL0.020.220.23
HSV36°28°
CMYK 0.000.320.36   0.72
XYZ4.26393.77163.0880
Yxy3.77160.38330.3391
Hunter Lab19.42065.20464.1669
CIE-Lab22.90159.98246.0801

#48312e color RGB value is (72,49,46).

#48312e hex color red value is 72, green value is 49 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #48312e hue: 0.02 , saturation: 0.22 and the lightness value of 48312e is 0.23.

The process color (four color CMYK) of #48312e color hex is 0.00, 0.32, 0.36, 0.72. Web safe color of #48312e is #333333. Color #48312e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110001 00101110
Octal 110 61 56
Decimal 72 49 46
Hex 48 31 2E

RGB Percentages of Color #48312e

%43.11
%29.34
%27.54

CMYK Percentages of Color #48312e

%0
%32
%36
%72

Triadic Colors of #48312e

#48312e #2e4831 #312e48

Analogous Colors of #48312e

#48312e #483e2e #482e38

Monochromatic Colors of #48312e

#48312e

Complementary Color

#48312e #2e4548

#48312e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48312e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48312e Color CSS Codes

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

#48312e Text Font Color

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

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


#48312e Background Color

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

This div background color is #48312e


#48312e Border Color

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

This div border color is #48312e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,49,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 #48312e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48312e


Comments

No comments written yet.

Please login to write comment.