color codes Logo

#03704c color codes

#03704C
(3,112,76)
0 Favorites   0 Comments

Color spaces of #03704c

RGB 311276
HSL0.440.950.23
HSV160°97°44°
CMYK 0.970.000.32   0.56
XYZ7.136212.12958.8026
Yxy12.12950.25420.4321
Hunter Lab34.8274-24.37319.3937
CIE-Lab41.4212-36.571412.5225

#03704c color RGB value is (3,112,76).

#03704c hex color red value is 3, green value is 112 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #03704c hue: 0.44 , saturation: 0.95 and the lightness value of 03704c is 0.23.

The process color (four color CMYK) of #03704c color code is 0.97, 0.00, 0.32, 0.56. Web safe color of #03704c is #006633. Color #03704c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01110000 01001100
Octal 3 160 114
Decimal 3 112 76
Hex 3 70 4C

RGB Percentages of Color #03704c

%1.57
%58.64
%39.79

CMYK Percentages of Color #03704c

%97
%0
%32
%56

Triadic Colors of #03704c

#03704c #4c0370 #704c03

Analogous Colors of #03704c

#03704c #035e70 #037016

Monochromatic Colors of #03704c

#03704c

Complementary Color

#03704c #700327

#03704c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03704c Color Preview on White Background

Lorem ipsum dolor sit amet.

#03704c Color CSS Codes

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

#03704c Text Font Color

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

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


#03704c Background Color

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

This div background color is #03704c


#03704c Border Color

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

This div border color is #03704c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,112,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03704c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03704c;
  -webkit-box-shadow: 1px 1px 3px 2px #03704c;
  box-shadow:         1px 1px 3px 2px #03704c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03704c


Comments

No comments written yet.

Please login to write comment.