Color Hex Logo

#48352b Color Hex

#48352B
(72,53,43)
0 Favorites   0 Comments

Color spaces of #48352b

RGB 725343
HSL0.060.250.23
HSV21°40°28°
CMYK 0.000.260.40   0.72
XYZ4.38164.09832.8456
Yxy4.09830.38690.3619
Hunter Lab20.24433.20655.8370
CIE-Lab23.99386.89429.6029

#48352b color RGB value is (72,53,43).

#48352b hex color red value is 72, green value is 53 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #48352b hue: 0.06 , saturation: 0.25 and the lightness value of 48352b is 0.23.

The process color (four color CMYK) of #48352b color hex is 0.00, 0.26, 0.40, 0.72. Web safe color of #48352b is #333333. Color #48352b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110101 00101011
Octal 110 65 53
Decimal 72 53 43
Hex 48 35 2B

RGB Percentages of Color #48352b

%42.86
%31.55
%25.60

CMYK Percentages of Color #48352b

%0
%26
%40
%72

Triadic Colors of #48352b

#48352b #2b4835 #352b48

Analogous Colors of #48352b

#48352b #48442b #482b30

Monochromatic Colors of #48352b

#48352b

Complementary Color

#48352b #2b3e48

#48352b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48352b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48352b Color CSS Codes

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

#48352b Text Font Color

<p style="color:#48352b">Text here</p>

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


#48352b Background Color

<div style="background-color:#48352b">
Div content here</div>

This div background color is #48352b


#48352b Border Color

<div style="border:3px solid #48352b">
Div here</div>

This div border color is #48352b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,53,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48352b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48352b;
  -webkit-box-shadow: 1px 1px 3px 2px #48352b;
  box-shadow:         1px 1px 3px 2px #48352b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48352b

#48352b Color Palettes


Comments

No comments written yet.

Please login to write comment.