Color Hex Logo

#485e5f Color Hex

#485E5F
(72,94,95)
0 Favorites   0 Comments

Color spaces of #485e5f

RGB 729495
HSL0.510.140.33
HSV183°24°37°
CMYK 0.240.010.00   0.63
XYZ8.740710.209312.3364
Yxy10.20930.27940.3263
Hunter Lab31.9520-7.0860-0.5250
CIE-Lab38.2155-8.0007-3.3022

#485e5f color RGB value is (72,94,95).

#485e5f hex color red value is 72, green value is 94 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #485e5f hue: 0.51 , saturation: 0.14 and the lightness value of 485e5f is 0.33.

The process color (four color CMYK) of #485e5f color hex is 0.24, 0.01, 0.00, 0.63. Web safe color of #485e5f is #336666. Color #485e5f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011110 01011111
Octal 110 136 137
Decimal 72 94 95
Hex 48 5E 5F

RGB Percentages of Color #485e5f

%27.59
%36.02
%36.40

CMYK Percentages of Color #485e5f

%24
%1
%0
%63

Triadic Colors of #485e5f

#485e5f #5f485e #5e5f48

Analogous Colors of #485e5f

#485e5f #48535f #485f55

Monochromatic Colors of #485e5f

#485e5f

Complementary Color

#485e5f #5f4948

#485e5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485e5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#485e5f Color CSS Codes

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

#485e5f Text Font Color

<p style="color:#485e5f">Text here</p>

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


#485e5f Background Color

<div style="background-color:#485e5f">
Div content here</div>

This div background color is #485e5f


#485e5f Border Color

<div style="border:3px solid #485e5f">
Div here</div>

This div border color is #485e5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,94,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #485e5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #485e5f;
  -webkit-box-shadow: 1px 1px 3px 2px #485e5f;
  box-shadow:         1px 1px 3px 2px #485e5f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485e5f


Comments

No comments written yet.

Please login to write comment.