Color Hex Logo

#485c5b Color Hex

#485C5B
(72,92,91)
0 Favorites   0 Comments

Color spaces of #485c5b

RGB 729291
HSL0.490.120.32
HSV177°22°36°
CMYK 0.220.000.01   0.64
XYZ8.38809.787311.3446
Yxy9.78730.28410.3315
Hunter Lab31.2847-6.88900.3992
CIE-Lab37.4579-7.8129-1.9420

#485c5b color RGB value is (72,92,91).

#485c5b hex color red value is 72, green value is 92 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #485c5b hue: 0.49 , saturation: 0.12 and the lightness value of 485c5b is 0.32.

The process color (four color CMYK) of #485c5b color hex is 0.22, 0.00, 0.01, 0.64. Web safe color of #485c5b is #336666. Color #485c5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011100 01011011
Octal 110 134 133
Decimal 72 92 91
Hex 48 5C 5B

RGB Percentages of Color #485c5b

%28.24
%36.08
%35.69

CMYK Percentages of Color #485c5b

%22
%0
%1
%64

Triadic Colors of #485c5b

#485c5b #5b485c #5c5b48

Analogous Colors of #485c5b

#485c5b #48535c #485c51

Monochromatic Colors of #485c5b

#485c5b

Complementary Color

#485c5b #5c4849

#485c5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485c5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#485c5b Color CSS Codes

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

#485c5b Text Font Color

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

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


#485c5b Background Color

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

This div background color is #485c5b


#485c5b Border Color

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

This div border color is #485c5b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,92,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 #485c5b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485c5b


Comments

No comments written yet.

Please login to write comment.