Color Hex Logo

#03997e Color Hex

#03997E
(3,153,126)
0 Favorites   0 Comments

Color spaces of #03997e

RGB 3153126
HSL0.470.960.31
HSV169°98°60°
CMYK 0.980.000.18   0.40
XYZ15.194724.308223.6298
Yxy24.30820.24070.3850
Hunter Lab49.3033-31.26936.0962
CIE-Lab56.3951-40.68224.6305

#03997e color RGB value is (3,153,126).

#03997e hex color red value is 3, green value is 153 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #03997e hue: 0.47 , saturation: 0.96 and the lightness value of 03997e is 0.31.

The process color (four color CMYK) of #03997e color hex is 0.98, 0.00, 0.18, 0.40. Web safe color of #03997e is #009966. Color #03997e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10011001 01111110
Octal 3 231 176
Decimal 3 153 126
Hex 3 99 7E

RGB Percentages of Color #03997e

%1.06
%54.26
%44.68

CMYK Percentages of Color #03997e

%98
%0
%18
%40

Triadic Colors of #03997e

#03997e #7e0399 #997e03

Analogous Colors of #03997e

#03997e #036999 #039933

Monochromatic Colors of #03997e

#03997e

Complementary Color

#03997e #99031e

#03997e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03997e Color Preview on White Background

Lorem ipsum dolor sit amet.

#03997e Color CSS Codes

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

#03997e Text Font Color

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

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


#03997e Background Color

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

This div background color is #03997e


#03997e Border Color

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

This div border color is #03997e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,153,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03997e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03997e;
  -webkit-box-shadow: 1px 1px 3px 2px #03997e;
  box-shadow:         1px 1px 3px 2px #03997e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03997e


Comments

No comments written yet.

Please login to write comment.