Color Hex Logo

#481704 Color Hex

#481704
(72,23,4)
0 Favorites   0 Comments

Color spaces of #481704

RGB 72234
HSL0.050.890.15
HSV17°94°28°
CMYK 0.000.680.94   0.72
XYZ3.00081.99930.3426
Yxy1.99930.56170.3742
Hunter Lab14.139713.13798.4612
CIE-Lab15.483622.323721.7955

#481704 color RGB value is (72,23,4).

#481704 hex color red value is 72, green value is 23 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #481704 hue: 0.05 , saturation: 0.89 and the lightness value of 481704 is 0.15.

The process color (four color CMYK) of #481704 color hex is 0.00, 0.68, 0.94, 0.72. Web safe color of #481704 is #330000. Color #481704 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010111 00000100
Octal 110 27 4
Decimal 72 23 4
Hex 48 17 4

RGB Percentages of Color #481704

%72.73
%23.23
%4.04

CMYK Percentages of Color #481704

%0
%68
%94
%72

Triadic Colors of #481704

#481704 #044817 #170448

Analogous Colors of #481704

#481704 #483904 #480413

Monochromatic Colors of #481704

#481704

Complementary Color

#481704 #043548

#481704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481704 Color CSS Codes

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

#481704 Text Font Color

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

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


#481704 Background Color

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

This div background color is #481704


#481704 Border Color

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

This div border color is #481704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481704


Comments

No comments written yet.

Please login to write comment.