Color Hex Logo

#48463c Color Hex

#48463C
(72,70,60)
1 Favorites   0 Comments

Color spaces of #48463c

RGB 727060
HSL0.140.090.26
HSV50°17°28°
CMYK 0.000.030.17   0.72
XYZ5.67836.08435.1501
Yxy6.08430.33570.3597
Hunter Lab24.6664-2.07474.8873
CIE-Lab29.6242-1.19346.3329

#48463c color RGB value is (72,70,60).

#48463c hex color red value is 72, green value is 70 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #48463c hue: 0.14 , saturation: 0.09 and the lightness value of 48463c is 0.26.

The process color (four color CMYK) of #48463c color hex is 0.00, 0.03, 0.17, 0.72. Web safe color of #48463c is #333333. Color #48463c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000110 00111100
Octal 110 106 74
Decimal 72 70 60
Hex 48 46 3C

RGB Percentages of Color #48463c

%35.64
%34.65
%29.70

CMYK Percentages of Color #48463c

%0
%3
%17
%72

Triadic Colors of #48463c

#48463c #3c4846 #463c48

Analogous Colors of #48463c

#48463c #44483c #48403c

Monochromatic Colors of #48463c

#48463c

Complementary Color

#48463c #3c3e48

#48463c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48463c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48463c Color CSS Codes

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

#48463c Text Font Color

<p style="color:#48463c">Text here</p>

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


#48463c Background Color

<div style="background-color:#48463c">
Div content here</div>

This div background color is #48463c


#48463c Border Color

<div style="border:3px solid #48463c">
Div here</div>

This div border color is #48463c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,70,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48463c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48463c;
  -webkit-box-shadow: 1px 1px 3px 2px #48463c;
  box-shadow:         1px 1px 3px 2px #48463c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48463c


Comments

No comments written yet.

Please login to write comment.