Color Hex Logo

#046214 Color Hex

#046214
(4,98,20)
0 Favorites   0 Comments

Color spaces of #046214

RGB 49820
HSL0.360.920.20
HSV130°96°38°
CMYK 0.960.000.80   0.62
XYZ4.54408.81172.1232
Yxy8.81170.29360.5693
Hunter Lab29.6845-24.623716.5384
CIE-Lab35.6192-41.027235.1666

#046214 color RGB value is (4,98,20).

#046214 hex color red value is 4, green value is 98 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #046214 hue: 0.36 , saturation: 0.92 and the lightness value of 046214 is 0.20.

The process color (four color CMYK) of #046214 color hex is 0.96, 0.00, 0.80, 0.62. Web safe color of #046214 is #006600. Color #046214 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100010 00010100
Octal 4 142 24
Decimal 4 98 20
Hex 4 62 14

RGB Percentages of Color #046214

%3.28
%80.33
%16.39

CMYK Percentages of Color #046214

%96
%0
%80
%62

Triadic Colors of #046214

#046214 #140462 #621404

Analogous Colors of #046214

#046214 #046243 #236204

Monochromatic Colors of #046214

#046214

Complementary Color

#046214 #620452

#046214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#046214 Color CSS Codes

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

#046214 Text Font Color

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

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


#046214 Background Color

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

This div background color is #046214


#046214 Border Color

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

This div border color is #046214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046214


Comments

No comments written yet.

Please login to write comment.