Color Hex Logo

#482710 Color Hex

#482710
(72,39,16)
0 Favorites   0 Comments

Color spaces of #482710

RGB 723916
HSL0.070.640.17
HSV25°78°28°
CMYK 0.000.460.78   0.72
XYZ3.49152.86620.8594
Yxy2.86620.48380.3971
Hunter Lab16.92997.18548.8412
CIE-Lab19.499913.194921.3281

#482710 color RGB value is (72,39,16).

#482710 hex color red value is 72, green value is 39 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #482710 hue: 0.07 , saturation: 0.64 and the lightness value of 482710 is 0.17.

The process color (four color CMYK) of #482710 color hex is 0.00, 0.46, 0.78, 0.72. Web safe color of #482710 is #333300. Color #482710 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100111 00010000
Octal 110 47 20
Decimal 72 39 16
Hex 48 27 10

RGB Percentages of Color #482710

%56.69
%30.71
%12.60

CMYK Percentages of Color #482710

%0
%46
%78
%72

Triadic Colors of #482710

#482710 #104827 #271048

Analogous Colors of #482710

#482710 #484310 #481015

Monochromatic Colors of #482710

#482710

Complementary Color

#482710 #103148

#482710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482710 Color CSS Codes

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

#482710 Text Font Color

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

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


#482710 Background Color

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

This div background color is #482710


#482710 Border Color

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

This div border color is #482710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482710


Comments

No comments written yet.

Please login to write comment.