Color Hex Logo

#03961d Color Hex

#03961D
(3,150,29)
0 Favorites   0 Comments

Color spaces of #03961d

RGB 315029
HSL0.360.960.30
HSV131°98°59°
CMYK 0.980.000.81   0.41
XYZ11.165721.92084.8050
Yxy21.92080.29470.5785
Hunter Lab46.8197-39.365126.6890
CIE-Lab53.9429-56.598349.9148

#03961d color RGB value is (3,150,29).

#03961d hex color red value is 3, green value is 150 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #03961d hue: 0.36 , saturation: 0.96 and the lightness value of 03961d is 0.30.

The process color (four color CMYK) of #03961d color hex is 0.98, 0.00, 0.81, 0.41. Web safe color of #03961d is #009933. Color #03961d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10010110 00011101
Octal 3 226 35
Decimal 3 150 29
Hex 3 96 1D

RGB Percentages of Color #03961d

%1.65
%82.42
%15.93

CMYK Percentages of Color #03961d

%98
%0
%81
%41

Triadic Colors of #03961d

#03961d #1d0396 #961d03

Analogous Colors of #03961d

#03961d #039667 #339603

Monochromatic Colors of #03961d

#03961d

Complementary Color

#03961d #96037c

#03961d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03961d Color Preview on White Background

Lorem ipsum dolor sit amet.

#03961d Color CSS Codes

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

#03961d Text Font Color

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

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


#03961d Background Color

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

This div background color is #03961d


#03961d Border Color

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

This div border color is #03961d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,150,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03961d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03961d;
  -webkit-box-shadow: 1px 1px 3px 2px #03961d;
  box-shadow:         1px 1px 3px 2px #03961d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03961d


Comments

No comments written yet.

Please login to write comment.