Color Hex Logo

#48452d Color Hex

#48452D
(72,69,45)
0 Favorites   0 Comments

Color spaces of #48452d

RGB 726945
HSL0.150.230.23
HSV53°38°28°
CMYK 0.000.040.38   0.72
XYZ5.27435.82343.3287
Yxy5.82340.36560.4037
Hunter Lab24.1317-3.21708.7138
CIE-Lab28.9625-3.091414.9848

#48452d color RGB value is (72,69,45).

#48452d hex color red value is 72, green value is 69 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #48452d hue: 0.15 , saturation: 0.23 and the lightness value of 48452d is 0.23.

The process color (four color CMYK) of #48452d color hex is 0.00, 0.04, 0.38, 0.72. Web safe color of #48452d is #333333. Color #48452d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000101 00101101
Octal 110 105 55
Decimal 72 69 45
Hex 48 45 2D

RGB Percentages of Color #48452d

%38.71
%37.10
%24.19

CMYK Percentages of Color #48452d

%0
%4
%38
%72

Triadic Colors of #48452d

#48452d #2d4845 #452d48

Analogous Colors of #48452d

#48452d #3e482d #48382d

Monochromatic Colors of #48452d

#48452d

Complementary Color

#48452d #2d3048

#48452d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48452d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48452d Color CSS Codes

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

#48452d Text Font Color

<p style="color:#48452d">Text here</p>

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


#48452d Background Color

<div style="background-color:#48452d">
Div content here</div>

This div background color is #48452d


#48452d Border Color

<div style="border:3px solid #48452d">
Div here</div>

This div border color is #48452d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48452d

#48452d Color Palettes


Comments

No comments written yet.

Please login to write comment.