Color Hex Logo

#481727 Color Hex

#481727
(72,23,39)
0 Favorites   0 Comments

Color spaces of #481727

RGB 722339
HSL0.950.520.19
HSV340°68°28°
CMYK 0.000.680.46   0.72
XYZ3.34512.13702.1556
Yxy2.13700.43800.2798
Hunter Lab14.618515.26321.4902
CIE-Lab16.190425.10351.3962

#481727 color RGB value is (72,23,39).

#481727 hex color red value is 72, green value is 23 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #481727 hue: 0.95 , saturation: 0.52 and the lightness value of 481727 is 0.19.

The process color (four color CMYK) of #481727 color hex is 0.00, 0.68, 0.46, 0.72. Web safe color of #481727 is #330033. Color #481727 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010111 00100111
Octal 110 27 47
Decimal 72 23 39
Hex 48 17 27

RGB Percentages of Color #481727

%53.73
%17.16
%29.10

CMYK Percentages of Color #481727

%0
%68
%46
%72

Triadic Colors of #481727

#481727 #274817 #172748

Analogous Colors of #481727

#481727 #482017 #481740

Monochromatic Colors of #481727

#481727

Complementary Color

#481727 #174838

#481727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481727 Color CSS Codes

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

#481727 Text Font Color

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

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


#481727 Background Color

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

This div background color is #481727


#481727 Border Color

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

This div border color is #481727


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481727


Comments

No comments written yet.

Please login to write comment.