Color Hex Logo

#485007 Color Hex

#485007
(72,80,7)
0 Favorites   0 Comments

Color spaces of #485007

RGB 72807
HSL0.180.840.17
HSV67°91°31°
CMYK 0.100.000.91   0.69
XYZ5.57957.13041.2832
Yxy7.13040.39870.5096
Hunter Lab26.7028-9.432715.8428
CIE-Lab32.1019-13.013837.4208

#485007 color RGB value is (72,80,7).

#485007 hex color red value is 72, green value is 80 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #485007 hue: 0.18 , saturation: 0.84 and the lightness value of 485007 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010000 00000111
Octal 110 120 7
Decimal 72 80 7
Hex 48 50 7

RGB Percentages of Color #485007

%45.28
%50.31
%4.40

CMYK Percentages of Color #485007

%10
%0
%91
%69

Triadic Colors of #485007

#485007 #074850 #500748

Analogous Colors of #485007

#485007 #245007 #503407

Monochromatic Colors of #485007

#485007

Complementary Color

#485007 #0f0750

#485007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#485007 Color CSS Codes

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

#485007 Text Font Color

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

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


#485007 Background Color

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

This div background color is #485007


#485007 Border Color

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

This div border color is #485007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485007


Comments

No comments written yet.

Please login to write comment.