Color Hex Logo

#48454f Color Hex

#48454F
(72,69,79)
0 Favorites   0 Comments

Color spaces of #48454f

RGB 726979
HSL0.720.070.29
HSV258°13°31°
CMYK 0.090.130.00   0.69
XYZ6.21196.19858.2662
Yxy6.19850.30040.2998
Hunter Lab24.89680.9675-2.2576
CIE-Lab29.90783.5241-5.5346

#48454f color RGB value is (72,69,79).

#48454f hex color red value is 72, green value is 69 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #48454f hue: 0.72 , saturation: 0.07 and the lightness value of 48454f is 0.29.

The process color (four color CMYK) of #48454f color hex is 0.09, 0.13, 0.00, 0.69. Web safe color of #48454f is #333366. Color #48454f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000101 01001111
Octal 110 105 117
Decimal 72 69 79
Hex 48 45 4F

RGB Percentages of Color #48454f

%32.73
%31.36
%35.91

CMYK Percentages of Color #48454f

%9
%13
%0
%69

Triadic Colors of #48454f

#48454f #4f4845 #454f48

Analogous Colors of #48454f

#48454f #4d454f #45474f

Monochromatic Colors of #48454f

#48454f

Complementary Color

#48454f #4c4f45

#48454f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48454f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48454f Color CSS Codes

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

#48454f Text Font Color

<p style="color:#48454f">Text here</p>

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


#48454f Background Color

<div style="background-color:#48454f">
Div content here</div>

This div background color is #48454f


#48454f Border Color

<div style="border:3px solid #48454f">
Div here</div>

This div border color is #48454f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48454f


Comments

No comments written yet.

Please login to write comment.