Color Hex Logo

#481931 Color Hex

#481931
(72,25,49)
0 Favorites   0 Comments

Color spaces of #481931

RGB 722549
HSL0.910.480.19
HSV329°65°28°
CMYK 0.000.650.32   0.72
XYZ3.57452.29473.1603
Yxy2.29470.39590.2541
Hunter Lab15.148315.6107-1.7656
CIE-Lab16.963525.4343-4.6302

#481931 color RGB value is (72,25,49).

#481931 hex color red value is 72, green value is 25 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #481931 hue: 0.91 , saturation: 0.48 and the lightness value of 481931 is 0.19.

The process color (four color CMYK) of #481931 color hex is 0.00, 0.65, 0.32, 0.72. Web safe color of #481931 is #330033. Color #481931 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011001 00110001
Octal 110 31 61
Decimal 72 25 49
Hex 48 19 31

RGB Percentages of Color #481931

%49.32
%17.12
%33.56

CMYK Percentages of Color #481931

%0
%65
%32
%72

Triadic Colors of #481931

#481931 #314819 #193148

Analogous Colors of #481931

#481931 #48191a #481948

Monochromatic Colors of #481931

#481931

Complementary Color

#481931 #194830

#481931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481931 Color CSS Codes

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

#481931 Text Font Color

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

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


#481931 Background Color

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

This div background color is #481931


#481931 Border Color

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

This div border color is #481931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481931


Comments

No comments written yet.

Please login to write comment.