Color Hex Logo

#48453c Color Hex

#48453C
(72,69,60)
0 Favorites   0 Comments

Color spaces of #48453c

RGB 726960
HSL0.130.090.26
HSV45°17°28°
CMYK 0.000.040.17   0.72
XYZ5.61625.96025.1294
Yxy5.96020.33620.3568
Hunter Lab24.4135-1.66074.6323
CIE-Lab29.3118-0.56235.8914

#48453c color RGB value is (72,69,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000101 00111100
Octal 110 105 74
Decimal 72 69 60
Hex 48 45 3C

RGB Percentages of Color #48453c

%35.82
%34.33
%29.85

CMYK Percentages of Color #48453c

%0
%4
%17
%72

Triadic Colors of #48453c

#48453c #3c4845 #453c48

Analogous Colors of #48453c

#48453c #45483c #483f3c

Monochromatic Colors of #48453c

#48453c

Complementary Color

#48453c #3c3f48

#48453c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48453c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48453c Color CSS Codes

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

#48453c Text Font Color

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

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


#48453c Background Color

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

This div background color is #48453c


#48453c Border Color

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

This div border color is #48453c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48453c


Comments

No comments written yet.

Please login to write comment.