Color Hex Logo

#436314 Color Hex

#436314
(67,99,20)
0 Favorites   0 Comments

Color spaces of #436314

RGB 679920
HSL0.230.660.23
HSV84°80°39°
CMYK 0.320.000.80   0.61
XYZ6.902810.16752.2605
Yxy10.16750.35710.5260
Hunter Lab31.8865-17.159718.1174
CIE-Lab38.1414-24.759438.3790

#436314 color RGB value is (67,99,20).

#436314 hex color red value is 67, green value is 99 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #436314 hue: 0.23 , saturation: 0.66 and the lightness value of 436314 is 0.23.

The process color (four color CMYK) of #436314 color hex is 0.32, 0.00, 0.80, 0.61. Web safe color of #436314 is #336600. Color #436314 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01100011 00010100
Octal 103 143 24
Decimal 67 99 20
Hex 43 63 14

RGB Percentages of Color #436314

%36.02
%53.23
%10.75

CMYK Percentages of Color #436314

%32
%0
%80
%61

Triadic Colors of #436314

#436314 #144363 #631443

Analogous Colors of #436314

#436314 #1c6314 #635c14

Monochromatic Colors of #436314

#436314

Complementary Color

#436314 #341463

#436314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#436314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#436314 Color CSS Codes

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

#436314 Text Font Color

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

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


#436314 Background Color

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

This div background color is #436314


#436314 Border Color

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

This div border color is #436314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #436314


Comments

No comments written yet.

Please login to write comment.