Color Hex Logo

#485f5b Color Hex

#485F5B
(72,95,91)
0 Favorites   0 Comments

Color spaces of #485f5b

RGB 729591
HSL0.470.140.33
HSV170°24°37°
CMYK 0.240.000.04   0.63
XYZ8.653010.317511.4329
Yxy10.31750.28460.3394
Hunter Lab32.1209-8.12561.3813
CIE-Lab38.4063-9.5807-0.5504

#485f5b color RGB value is (72,95,91).

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

The process color (four color CMYK) of #485f5b color hex is 0.24, 0.00, 0.04, 0.63. Web safe color of #485f5b is #336666. Color #485f5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011111 01011011
Octal 110 137 133
Decimal 72 95 91
Hex 48 5F 5B

RGB Percentages of Color #485f5b

%27.91
%36.82
%35.27

CMYK Percentages of Color #485f5b

%24
%0
%4
%63

Triadic Colors of #485f5b

#485f5b #5b485f #5f5b48

Analogous Colors of #485f5b

#485f5b #48585f #485f50

Monochromatic Colors of #485f5b

#485f5b

Complementary Color

#485f5b #5f484c

#485f5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485f5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#485f5b Color CSS Codes

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

#485f5b Text Font Color

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

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


#485f5b Background Color

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

This div background color is #485f5b


#485f5b Border Color

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

This div border color is #485f5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485f5b


Comments

No comments written yet.

Please login to write comment.