Color Hex Logo

#049756 Color Hex

#049756
(4,151,86)
0 Favorites   0 Comments

Color spaces of #049756

RGB 415186
HSL0.430.950.30
HSV153°97°59°
CMYK 0.970.000.43   0.41
XYZ12.796422.830912.5365
Yxy22.83090.26570.4740
Hunter Lab47.7817-35.813917.8912
CIE-Lab54.8977-49.330324.9399

#049756 color RGB value is (4,151,86).

#049756 hex color red value is 4, green value is 151 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #049756 hue: 0.43 , saturation: 0.95 and the lightness value of 049756 is 0.30.

The process color (four color CMYK) of #049756 color hex is 0.97, 0.00, 0.43, 0.41. Web safe color of #049756 is #009966. Color #049756 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10010111 01010110
Octal 4 227 126
Decimal 4 151 86
Hex 4 97 56

RGB Percentages of Color #049756

%1.66
%62.66
%35.68

CMYK Percentages of Color #049756

%97
%0
%43
%41

Triadic Colors of #049756

#049756 #560497 #975604

Analogous Colors of #049756

#049756 #048f97 #04970d

Monochromatic Colors of #049756

#049756

Complementary Color

#049756 #970445

#049756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#049756 Color CSS Codes

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

#049756 Text Font Color

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

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


#049756 Background Color

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

This div background color is #049756


#049756 Border Color

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

This div border color is #049756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049756


Comments

No comments written yet.

Please login to write comment.