Color Hex Logo

#481003 Color Hex

#481003
(72,16,3)
0 Favorites   0 Comments

Color spaces of #481003

RGB 72163
HSL0.030.920.15
HSV11°96°28°
CMYK 0.000.780.96   0.72
XYZ2.87421.75490.2734
Yxy1.75490.58630.3580
Hunter Lab13.247315.54568.0494
CIE-Lab14.144525.841020.4766

#481003 color RGB value is (72,16,3).

#481003 hex color red value is 72, green value is 16 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #481003 hue: 0.03 , saturation: 0.92 and the lightness value of 481003 is 0.15.

The process color (four color CMYK) of #481003 color hex is 0.00, 0.78, 0.96, 0.72. Web safe color of #481003 is #330000. Color #481003 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010000 00000011
Octal 110 20 3
Decimal 72 16 3
Hex 48 10 3

RGB Percentages of Color #481003

%79.12
%17.58
%3.30

CMYK Percentages of Color #481003

%0
%78
%96
%72

Triadic Colors of #481003

#481003 #034810 #100348

Analogous Colors of #481003

#481003 #483303 #480319

Monochromatic Colors of #481003

#481003

Complementary Color

#481003 #033b48

#481003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481003 Color CSS Codes

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

#481003 Text Font Color

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

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


#481003 Background Color

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

This div background color is #481003


#481003 Border Color

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

This div border color is #481003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481003


Comments

No comments written yet.

Please login to write comment.