Color Hex Logo

#483300 Color Hex

#483300
(72,51,0)
0 Favorites   0 Comments

Color spaces of #483300

RGB 72510
HSL0.121.000.14
HSV43°100°28°
CMYK 0.000.291.00   0.72
XYZ3.85633.74540.5197
Yxy3.74540.47480.4612
Hunter Lab19.35301.700211.9550
CIE-Lab22.81124.519831.8962

#483300 color RGB value is (72,51,0).

#483300 hex color red value is 72, green value is 51 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #483300 hue: 0.12 , saturation: 1.00 and the lightness value of 483300 is 0.14.

The process color (four color CMYK) of #483300 color hex is 0.00, 0.29, 1.00, 0.72. Web safe color of #483300 is #333300. Color #483300 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110011 00000000
Octal 110 63 0
Decimal 72 51 0
Hex 48 33 0

RGB Percentages of Color #483300

%58.54
%41.46
%0.00

CMYK Percentages of Color #483300

%0
%29
%100
%72

Triadic Colors of #483300

#483300 #004833 #330048

Analogous Colors of #483300

#483300 #394800 #480f00

Monochromatic Colors of #483300

#483300

Complementary Color

#483300 #001548

#483300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483300 Color CSS Codes

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

#483300 Text Font Color

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

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


#483300 Background Color

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

This div background color is #483300


#483300 Border Color

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

This div border color is #483300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483300


Comments

No comments written yet.

Please login to write comment.