Color Hex Logo

#483006 Color Hex

#483006
(72,48,6)
0 Favorites   0 Comments

Color spaces of #483006

RGB 72486
HSL0.110.850.15
HSV38°92°28°
CMYK 0.000.330.92   0.72
XYZ3.76233.50480.6505
Yxy3.50480.47520.4427
Hunter Lab18.72113.110411.0446
CIE-Lab21.96176.774128.5606

#483006 color RGB value is (72,48,6).

#483006 hex color red value is 72, green value is 48 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #483006 hue: 0.11 , saturation: 0.85 and the lightness value of 483006 is 0.15.

The process color (four color CMYK) of #483006 color hex is 0.00, 0.33, 0.92, 0.72. Web safe color of #483006 is #333300. Color #483006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110000 00000110
Octal 110 60 6
Decimal 72 48 6
Hex 48 30 6

RGB Percentages of Color #483006

%57.14
%38.10
%4.76

CMYK Percentages of Color #483006

%0
%33
%92
%72

Triadic Colors of #483006

#483006 #064830 #300648

Analogous Colors of #483006

#483006 #3f4806 #480f06

Monochromatic Colors of #483006

#483006

Complementary Color

#483006 #061e48

#483006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483006 Color CSS Codes

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

#483006 Text Font Color

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

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


#483006 Background Color

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

This div background color is #483006


#483006 Border Color

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

This div border color is #483006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483006


Comments

No comments written yet.

Please login to write comment.