Color Hex Logo

#48402e Color Hex

#48402E
(72,64,46)
0 Favorites   0 Comments

Color spaces of #48402e

RGB 726446
HSL0.120.220.23
HSV42°36°28°
CMYK 0.000.110.36   0.72
XYZ4.99905.24183.3331
Yxy5.24180.36830.3862
Hunter Lab22.8950-1.09177.3949
CIE-Lab27.41280.210412.2855

#48402e color RGB value is (72,64,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000000 00101110
Octal 110 100 56
Decimal 72 64 46
Hex 48 40 2E

RGB Percentages of Color #48402e

%39.56
%35.16
%25.27

CMYK Percentages of Color #48402e

%0
%11
%36
%72

Triadic Colors of #48402e

#48402e #2e4840 #402e48

Analogous Colors of #48402e

#48402e #43482e #48332e

Monochromatic Colors of #48402e

#48402e

Complementary Color

#48402e #2e3648

#48402e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48402e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48402e Color CSS Codes

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

#48402e Text Font Color

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

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


#48402e Background Color

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

This div background color is #48402e


#48402e Border Color

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

This div border color is #48402e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48402e


Comments

No comments written yet.

Please login to write comment.