Color Hex Logo

#046c54 Color Hex

#046C54
(4,108,84)
0 Favorites   0 Comments

Color spaces of #046c54

RGB 410884
HSL0.460.930.22
HSV166°96°42°
CMYK 0.960.000.22   0.58
XYZ7.012911.391010.2166
Yxy11.39100.24500.3980
Hunter Lab33.7506-21.97365.6778
CIE-Lab40.2314-32.66476.0684

#046c54 color RGB value is (4,108,84).

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

The process color (four color CMYK) of #046c54 color hex is 0.96, 0.00, 0.22, 0.58. Web safe color of #046c54 is #006666. Color #046c54 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101100 01010100
Octal 4 154 124
Decimal 4 108 84
Hex 4 6C 54

RGB Percentages of Color #046c54

%2.04
%55.10
%42.86

CMYK Percentages of Color #046c54

%96
%0
%22
%58

Triadic Colors of #046c54

#046c54 #54046c #6c5404

Analogous Colors of #046c54

#046c54 #04506c #046c20

Monochromatic Colors of #046c54

#046c54

Complementary Color

#046c54 #6c041c

#046c54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046c54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#046c54 Color CSS Codes

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

#046c54 Text Font Color

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

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


#046c54 Background Color

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

This div background color is #046c54


#046c54 Border Color

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

This div border color is #046c54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046c54


Comments

No comments written yet.

Please login to write comment.