Color Hex Logo

#484727 Color Hex

#484727
(72,71,39)
1 Favorites   0 Comments

Color spaces of #484727

RGB 727139
HSL0.160.300.22
HSV58°46°28°
CMYK 0.000.010.46   0.72
XYZ5.29196.03072.8046
Yxy6.03070.37460.4269
Hunter Lab24.5575-4.510610.4190
CIE-Lab29.4898-5.152419.3652

#484727 color RGB value is (72,71,39).

#484727 hex color red value is 72, green value is 71 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #484727 hue: 0.16 , saturation: 0.30 and the lightness value of 484727 is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000111 00100111
Octal 110 107 47
Decimal 72 71 39
Hex 48 47 27

RGB Percentages of Color #484727

%39.56
%39.01
%21.43

CMYK Percentages of Color #484727

%0
%1
%46
%72

Triadic Colors of #484727

#484727 #274847 #472748

Analogous Colors of #484727

#484727 #394827 #483727

Monochromatic Colors of #484727

#484727

Complementary Color

#484727 #272848

#484727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484727 Color CSS Codes

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

#484727 Text Font Color

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

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


#484727 Background Color

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

This div background color is #484727


#484727 Border Color

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

This div border color is #484727


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484727


Comments

No comments written yet.

Please login to write comment.