Color Hex Logo

#03651f Color Hex

#03651F
(3,101,31)
0 Favorites   0 Comments

Color spaces of #03651f

RGB 310131
HSL0.380.940.20
HSV137°97°40°
CMYK 0.970.000.69   0.60
XYZ4.93869.42562.8554
Yxy9.42560.28680.5474
Hunter Lab30.7011-25.013415.9765
CIE-Lab36.7911-40.970831.5992

#03651f color RGB value is (3,101,31).

#03651f hex color red value is 3, green value is 101 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #03651f hue: 0.38 , saturation: 0.94 and the lightness value of 03651f is 0.20.

The process color (four color CMYK) of #03651f color hex is 0.97, 0.00, 0.69, 0.60. Web safe color of #03651f is #006633. Color #03651f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01100101 00011111
Octal 3 145 37
Decimal 3 101 31
Hex 3 65 1F

RGB Percentages of Color #03651f

%2.22
%74.81
%22.96

CMYK Percentages of Color #03651f

%97
%0
%69
%60

Triadic Colors of #03651f

#03651f #1f0365 #651f03

Analogous Colors of #03651f

#03651f #036550 #186503

Monochromatic Colors of #03651f

#03651f

Complementary Color

#03651f #650349

#03651f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03651f Color Preview on White Background

Lorem ipsum dolor sit amet.

#03651f Color CSS Codes

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

#03651f Text Font Color

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

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


#03651f Background Color

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

This div background color is #03651f


#03651f Border Color

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

This div border color is #03651f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,101,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03651f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03651f;
  -webkit-box-shadow: 1px 1px 3px 2px #03651f;
  box-shadow:         1px 1px 3px 2px #03651f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03651f


Comments

No comments written yet.

Please login to write comment.