Color Hex Logo

#039473 Color Hex

#039473
(3,148,115)
0 Favorites   0 Comments

Color spaces of #039473

RGB 3148115
HSL0.460.960.30
HSV166°98°58°
CMYK 0.980.000.22   0.42
XYZ13.722022.437019.8272
Yxy22.43700.24510.4008
Hunter Lab47.3677-31.18368.3398
CIE-Lab54.4876-41.52728.1694

#039473 color RGB value is (3,148,115).

#039473 hex color red value is 3, green value is 148 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #039473 hue: 0.46 , saturation: 0.96 and the lightness value of 039473 is 0.30.

The process color (four color CMYK) of #039473 color hex is 0.98, 0.00, 0.22, 0.42. Web safe color of #039473 is #009966. Color #039473 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10010100 01110011
Octal 3 224 163
Decimal 3 148 115
Hex 3 94 73

RGB Percentages of Color #039473

%1.13
%55.64
%43.23

CMYK Percentages of Color #039473

%98
%0
%22
%42

Triadic Colors of #039473

#039473 #730394 #947303

Analogous Colors of #039473

#039473 #036d94 #03942b

Monochromatic Colors of #039473

#039473

Complementary Color

#039473 #940324

#039473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#039473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#039473 Color CSS Codes

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

#039473 Text Font Color

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

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


#039473 Background Color

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

This div background color is #039473


#039473 Border Color

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

This div border color is #039473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #039473


Comments

No comments written yet.

Please login to write comment.