Color Hex Logo

#485014 Color Hex

#485014
(72,80,20)
0 Favorites   0 Comments

Color spaces of #485014

RGB 728020
HSL0.190.600.20
HSV68°75°31°
CMYK 0.100.000.75   0.69
XYZ5.66747.16551.7462
Yxy7.16550.38870.4915
Hunter Lab26.7685-9.052914.8702
CIE-Lab32.1807-12.338332.6342

#485014 color RGB value is (72,80,20).

#485014 hex color red value is 72, green value is 80 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #485014 hue: 0.19 , saturation: 0.60 and the lightness value of 485014 is 0.20.

The process color (four color CMYK) of #485014 color hex is 0.10, 0.00, 0.75, 0.69. Web safe color of #485014 is #336600. Color #485014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010000 00010100
Octal 110 120 24
Decimal 72 80 20
Hex 48 50 14

RGB Percentages of Color #485014

%41.86
%46.51
%11.63

CMYK Percentages of Color #485014

%10
%0
%75
%69

Triadic Colors of #485014

#485014 #144850 #501448

Analogous Colors of #485014

#485014 #2a5014 #503a14

Monochromatic Colors of #485014

#485014

Complementary Color

#485014 #1c1450

#485014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#485014 Color CSS Codes

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

#485014 Text Font Color

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

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


#485014 Background Color

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

This div background color is #485014


#485014 Border Color

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

This div border color is #485014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485014


Comments

No comments written yet.

Please login to write comment.