Color Hex Logo

#049533 Color Hex

#049533
(4,149,51)
0 Favorites   0 Comments

Color spaces of #049533

RGB 414951
HSL0.390.950.30
HSV139°97°58°
CMYK 0.970.000.66   0.42
XYZ11.395121.75976.7314
Yxy21.75970.28570.5455
Hunter Lab46.6473-38.028424.0973
CIE-Lab53.7711-54.192341.2129

#049533 color RGB value is (4,149,51).

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

The process color (four color CMYK) of #049533 color hex is 0.97, 0.00, 0.66, 0.42. Web safe color of #049533 is #009933. Color #049533 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10010101 00110011
Octal 4 225 63
Decimal 4 149 51
Hex 4 95 33

RGB Percentages of Color #049533

%1.96
%73.04
%25.00

CMYK Percentages of Color #049533

%97
%0
%66
%42

Triadic Colors of #049533

#049533 #330495 #953304

Analogous Colors of #049533

#049533 #04957c #1e9504

Monochromatic Colors of #049533

#049533

Complementary Color

#049533 #950466

#049533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#049533 Color CSS Codes

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

#049533 Text Font Color

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

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


#049533 Background Color

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

This div background color is #049533


#049533 Border Color

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

This div border color is #049533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049533


Comments

No comments written yet.

Please login to write comment.