Color Hex Logo

#484537 Color Hex

#484537
(72,69,55)
0 Favorites   0 Comments

Color spaces of #484537

RGB 726955
HSL0.140.130.25
HSV49°24°28°
CMYK 0.000.040.24   0.72
XYZ5.49025.90984.4658
Yxy5.90980.34600.3725
Hunter Lab24.3101-2.23016.1254
CIE-Lab29.1837-1.47778.9304

#484537 color RGB value is (72,69,55).

#484537 hex color red value is 72, green value is 69 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #484537 hue: 0.14 , saturation: 0.13 and the lightness value of 484537 is 0.25.

The process color (four color CMYK) of #484537 color hex is 0.00, 0.04, 0.24, 0.72. Web safe color of #484537 is #333333. Color #484537 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000101 00110111
Octal 110 105 67
Decimal 72 69 55
Hex 48 45 37

RGB Percentages of Color #484537

%36.73
%35.20
%28.06

CMYK Percentages of Color #484537

%0
%4
%24
%72

Triadic Colors of #484537

#484537 #374845 #453748

Analogous Colors of #484537

#484537 #434837 #483d37

Monochromatic Colors of #484537

#484537

Complementary Color

#484537 #373a48

#484537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484537 Color CSS Codes

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

#484537 Text Font Color

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

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


#484537 Background Color

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

This div background color is #484537


#484537 Border Color

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

This div border color is #484537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484537


Comments

No comments written yet.

Please login to write comment.