Color Hex Logo

#446315 Color Hex

#446315
(68,99,21)
0 Favorites   0 Comments

Color spaces of #446315

RGB 689921
HSL0.230.650.24
HSV84°79°39°
CMYK 0.310.000.79   0.61
XYZ6.981110.20682.3116
Yxy10.20680.35800.5234
Hunter Lab31.9481-16.904418.0737
CIE-Lab38.2111-24.273938.0880

#446315 color RGB value is (68,99,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100011 00010101
Octal 104 143 25
Decimal 68 99 21
Hex 44 63 15

RGB Percentages of Color #446315

%36.17
%52.66
%11.17

CMYK Percentages of Color #446315

%31
%0
%79
%61

Triadic Colors of #446315

#446315 #154463 #631544

Analogous Colors of #446315

#446315 #1d6315 #635b15

Monochromatic Colors of #446315

#446315

Complementary Color

#446315 #341563

#446315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#446315 Color CSS Codes

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

#446315 Text Font Color

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

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


#446315 Background Color

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

This div background color is #446315


#446315 Border Color

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

This div border color is #446315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446315


Comments

No comments written yet.

Please login to write comment.