Color Hex Logo

#48333d Color Hex

#48333D
(72,51,61)
0 Favorites   0 Comments

Color spaces of #48333d

RGB 725161
HSL0.920.170.24
HSV331°29°28°
CMYK 0.000.290.15   0.72
XYZ4.69864.08234.9552
Yxy4.08230.34210.2972
Hunter Lab20.20476.1519-0.3976
CIE-Lab23.941711.3421-2.5403

#48333d color RGB value is (72,51,61).

#48333d hex color red value is 72, green value is 51 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #48333d hue: 0.92 , saturation: 0.17 and the lightness value of 48333d is 0.24.

The process color (four color CMYK) of #48333d color hex is 0.00, 0.29, 0.15, 0.72. Web safe color of #48333d is #333333. Color #48333d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110011 00111101
Octal 110 63 75
Decimal 72 51 61
Hex 48 33 3D

RGB Percentages of Color #48333d

%39.13
%27.72
%33.15

CMYK Percentages of Color #48333d

%0
%29
%15
%72

Triadic Colors of #48333d

#48333d #3d4833 #333d48

Analogous Colors of #48333d

#48333d #483433 #483348

Monochromatic Colors of #48333d

#48333d

Complementary Color

#48333d #33483e

#48333d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48333d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48333d Color CSS Codes

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

#48333d Text Font Color

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

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


#48333d Background Color

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

This div background color is #48333d


#48333d Border Color

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

This div border color is #48333d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48333d


Comments

No comments written yet.

Please login to write comment.