Color Hex Logo

#484837 Color Hex

#484837
(72,72,55)
0 Favorites   0 Comments

Color spaces of #484837

RGB 727255
HSL0.170.130.25
HSV60°24°28°
CMYK 0.000.000.24   0.72
XYZ5.67946.28834.5289
Yxy6.28830.34430.3812
Hunter Lab25.0765-3.45666.8456
CIE-Lab30.1285-3.354610.2359

#484837 color RGB value is (72,72,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001000 00110111
Octal 110 110 67
Decimal 72 72 55
Hex 48 48 37

RGB Percentages of Color #484837

%36.18
%36.18
%27.64

CMYK Percentages of Color #484837

%0
%0
%24
%72

Triadic Colors of #484837

#484837 #374848 #483748

Analogous Colors of #484837

#484837 #404837 #484037

Monochromatic Colors of #484837

#484837

Complementary Color

#484837 #373748

#484837 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484837 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484837 Color CSS Codes

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

#484837 Text Font Color

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

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


#484837 Background Color

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

This div background color is #484837


#484837 Border Color

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

This div border color is #484837


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484837


Comments

No comments written yet.

Please login to write comment.