Color Hex Logo

#484600 Color Hex

#484600
(72,70,0)
0 Favorites   0 Comments

Color spaces of #484600

RGB 72700
HSL0.161.000.14
HSV58°100°28°
CMYK 0.000.031.00   0.72
XYZ4.86265.75800.8551
Yxy5.75800.42370.5018
Hunter Lab23.9958-5.820814.6843
CIE-Lab28.7935-7.460437.4131

#484600 color RGB value is (72,70,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000110 00000000
Octal 110 106 0
Decimal 72 70 0
Hex 48 46 0

RGB Percentages of Color #484600

%50.70
%49.30
%0.00

CMYK Percentages of Color #484600

%0
%3
%100
%72

Triadic Colors of #484600

#484600 #004846 #460048

Analogous Colors of #484600

#484600 #264800 #482200

Monochromatic Colors of #484600

#484600

Complementary Color

#484600 #000248

#484600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484600 Color CSS Codes

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

#484600 Text Font Color

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

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


#484600 Background Color

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

This div background color is #484600


#484600 Border Color

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

This div border color is #484600


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,70,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 #484600">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484600


Comments

No comments written yet.

Please login to write comment.