Color Hex Logo

#481941 Color Hex

#481941
(72,25,65)
0 Favorites   0 Comments

Color spaces of #481941

RGB 722565
HSL0.860.480.19
HSV309°65°28°
CMYK 0.000.650.10   0.72
XYZ3.97432.45465.2654
Yxy2.45460.33980.2099
Hunter Lab15.667217.8627-8.9591
CIE-Lab17.712028.2340-14.7411

#481941 color RGB value is (72,25,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011001 01000001
Octal 110 31 101
Decimal 72 25 65
Hex 48 19 41

RGB Percentages of Color #481941

%44.44
%15.43
%40.12

CMYK Percentages of Color #481941

%0
%65
%10
%72

Triadic Colors of #481941

#481941 #414819 #194148

Analogous Colors of #481941

#481941 #48192a #381948

Monochromatic Colors of #481941

#481941

Complementary Color

#481941 #194820

#481941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481941 Color CSS Codes

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

#481941 Text Font Color

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

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


#481941 Background Color

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

This div background color is #481941


#481941 Border Color

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

This div border color is #481941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481941


Comments

No comments written yet.

Please login to write comment.