Color Hex Logo

#481708 Color Hex

#481708
(72,23,8)
0 Favorites   0 Comments

Color spaces of #481708

RGB 72238
HSL0.040.800.16
HSV14°89°28°
CMYK 0.000.680.89   0.72
XYZ3.02272.00800.4580
Yxy2.00800.55070.3658
Hunter Lab14.170413.27788.0030
CIE-Lab15.529222.510720.2235

#481708 color RGB value is (72,23,8).

#481708 hex color red value is 72, green value is 23 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #481708 hue: 0.04 , saturation: 0.80 and the lightness value of 481708 is 0.16.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010111 00001000
Octal 110 27 10
Decimal 72 23 8
Hex 48 17 8

RGB Percentages of Color #481708

%69.90
%22.33
%7.77

CMYK Percentages of Color #481708

%0
%68
%89
%72

Triadic Colors of #481708

#481708 #084817 #170848

Analogous Colors of #481708

#481708 #483708 #480819

Monochromatic Colors of #481708

#481708

Complementary Color

#481708 #083948

#481708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481708 Color CSS Codes

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

#481708 Text Font Color

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

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


#481708 Background Color

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

This div background color is #481708


#481708 Border Color

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

This div border color is #481708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481708


Comments

No comments written yet.

Please login to write comment.