Color Hex Logo

#40480f Color Hex

#40480F
(64,72,15)
0 Favorites   0 Comments

Color spaces of #40480f

RGB 647215
HSL0.190.660.17
HSV68°79°28°
CMYK 0.110.000.79   0.72
XYZ4.51795.75921.3255
Yxy5.75920.38940.4964
Hunter Lab23.9983-8.392913.5241
CIE-Lab28.7966-11.967731.2272

#40480f color RGB value is (64,72,15).

#40480f hex color red value is 64, green value is 72 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #40480f hue: 0.19 , saturation: 0.66 and the lightness value of 40480f is 0.17.

The process color (four color CMYK) of #40480f color hex is 0.11, 0.00, 0.79, 0.72. Web safe color of #40480f is #333300. Color #40480f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001000 00001111
Octal 100 110 17
Decimal 64 72 15
Hex 40 48 F

RGB Percentages of Color #40480f

%42.38
%47.68
%9.93

CMYK Percentages of Color #40480f

%11
%0
%79
%72

Triadic Colors of #40480f

#40480f #0f4048 #480f40

Analogous Colors of #40480f

#40480f #24480f #48330f

Monochromatic Colors of #40480f

#40480f

Complementary Color

#40480f #170f48

#40480f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40480f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40480f Color CSS Codes

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

#40480f Text Font Color

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

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


#40480f Background Color

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

This div background color is #40480f


#40480f Border Color

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

This div border color is #40480f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,72,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40480f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40480f;
  -webkit-box-shadow: 1px 1px 3px 2px #40480f;
  box-shadow:         1px 1px 3px 2px #40480f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40480f


Comments

No comments written yet.

Please login to write comment.