Color Hex Logo

#046b0f Color Hex

#046B0F
(4,107,15)
0 Favorites   0 Comments

Color spaces of #046b0f

RGB 410715
HSL0.350.930.22
HSV126°96°42°
CMYK 0.960.000.86   0.58
XYZ5.394010.57572.2090
Yxy10.57570.29670.5818
Hunter Lab32.5203-27.303518.7368
CIE-Lab38.8564-44.305940.0325

#046b0f color RGB value is (4,107,15).

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

The process color (four color CMYK) of #046b0f color hex is 0.96, 0.00, 0.86, 0.58. Web safe color of #046b0f is #006600. Color #046b0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101011 00001111
Octal 4 153 17
Decimal 4 107 15
Hex 4 6B F

RGB Percentages of Color #046b0f

%3.17
%84.92
%11.90

CMYK Percentages of Color #046b0f

%96
%0
%86
%58

Triadic Colors of #046b0f

#046b0f #0f046b #6b0f04

Analogous Colors of #046b0f

#046b0f #046b43 #2d6b04

Monochromatic Colors of #046b0f

#046b0f

Complementary Color

#046b0f #6b0460

#046b0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046b0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#046b0f Color CSS Codes

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

#046b0f Text Font Color

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

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


#046b0f Background Color

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

This div background color is #046b0f


#046b0f Border Color

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

This div border color is #046b0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046b0f


Comments

No comments written yet.

Please login to write comment.