Color Hex Logo

#046a2e Color Hex

#046A2E
(4,106,46)
0 Favorites   0 Comments

Color spaces of #046a2e

RGB 410646
HSL0.400.930.22
HSV145°96°42°
CMYK 0.960.000.57   0.58
XYZ5.697210.53114.3172
Yxy10.53110.27730.5126
Hunter Lab32.4517-25.453014.8285
CIE-Lab38.7792-40.438326.2480

#046a2e color RGB value is (4,106,46).

#046a2e hex color red value is 4, green value is 106 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #046a2e hue: 0.40 , saturation: 0.93 and the lightness value of 046a2e is 0.22.

The process color (four color CMYK) of #046a2e color hex is 0.96, 0.00, 0.57, 0.58. Web safe color of #046a2e is #006633. Color #046a2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101010 00101110
Octal 4 152 56
Decimal 4 106 46
Hex 4 6A 2E

RGB Percentages of Color #046a2e

%2.56
%67.95
%29.49

CMYK Percentages of Color #046a2e

%96
%0
%57
%58

Triadic Colors of #046a2e

#046a2e #2e046a #6a2e04

Analogous Colors of #046a2e

#046a2e #046a61 #0d6a04

Monochromatic Colors of #046a2e

#046a2e

Complementary Color

#046a2e #6a0440

#046a2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046a2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#046a2e Color CSS Codes

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

#046a2e Text Font Color

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

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


#046a2e Background Color

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

This div background color is #046a2e


#046a2e Border Color

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

This div border color is #046a2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,106,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #046a2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #046a2e;
  -webkit-box-shadow: 1px 1px 3px 2px #046a2e;
  box-shadow:         1px 1px 3px 2px #046a2e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046a2e


Comments

No comments written yet.

Please login to write comment.