Color Hex Logo

#046d5f Color Hex

#046D5F
(4,109,95)
0 Favorites   0 Comments

Color spaces of #046d5f

RGB 410995
HSL0.480.930.22
HSV172°96°43°
CMYK 0.960.000.13   0.57
XYZ7.584311.789312.7023
Yxy11.78930.23640.3675
Hunter Lab34.3356-20.65882.1008
CIE-Lab40.8793-29.90970.3431

#046d5f color RGB value is (4,109,95).

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

The process color (four color CMYK) of #046d5f color hex is 0.96, 0.00, 0.13, 0.57. Web safe color of #046d5f is #006666. Color #046d5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101101 01011111
Octal 4 155 137
Decimal 4 109 95
Hex 4 6D 5F

RGB Percentages of Color #046d5f

%1.92
%52.40
%45.67

CMYK Percentages of Color #046d5f

%96
%0
%13
%57

Triadic Colors of #046d5f

#046d5f #5f046d #6d5f04

Analogous Colors of #046d5f

#046d5f #04476d #046d2b

Monochromatic Colors of #046d5f

#046d5f

Complementary Color

#046d5f #6d0412

#046d5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046d5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#046d5f Color CSS Codes

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

#046d5f Text Font Color

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

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


#046d5f Background Color

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

This div background color is #046d5f


#046d5f Border Color

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

This div border color is #046d5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046d5f


Comments

No comments written yet.

Please login to write comment.