Color Hex Logo

#416315 Color Hex

#416315
(65,99,21)
0 Favorites   0 Comments

Color spaces of #416315

RGB 659921
HSL0.240.650.24
HSV86°79°39°
CMYK 0.340.000.79   0.61
XYZ6.777210.10162.3021
Yxy10.10160.35330.5266
Hunter Lab31.7830-17.558117.9536
CIE-Lab38.0242-25.527137.8418

#416315 color RGB value is (65,99,21).

#416315 hex color red value is 65, green value is 99 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #416315 hue: 0.24 , saturation: 0.65 and the lightness value of 416315 is 0.24.

The process color (four color CMYK) of #416315 color hex is 0.34, 0.00, 0.79, 0.61. Web safe color of #416315 is #336600. Color #416315 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100011 00010101
Octal 101 143 25
Decimal 65 99 21
Hex 41 63 15

RGB Percentages of Color #416315

%35.14
%53.51
%11.35

CMYK Percentages of Color #416315

%34
%0
%79
%61

Triadic Colors of #416315

#416315 #154163 #631541

Analogous Colors of #416315

#416315 #1a6315 #635e15

Monochromatic Colors of #416315

#416315

Complementary Color

#416315 #371563

#416315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#416315 Color CSS Codes

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

#416315 Text Font Color

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

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


#416315 Background Color

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

This div background color is #416315


#416315 Border Color

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

This div border color is #416315


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,99,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #416315; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #416315;
  -webkit-box-shadow: 1px 1px 3px 2px #416315;
  box-shadow:         1px 1px 3px 2px #416315; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,99,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416315


Comments

No comments written yet.

Please login to write comment.