Color Hex Logo

#033d10 Color Hex

#033D10
(3,61,16)
0 Favorites   0 Comments

Color spaces of #033d10

RGB 36116
HSL0.370.910.13
HSV133°95°24°
CMYK 0.950.000.74   0.76
XYZ1.79983.39431.0505
Yxy3.39430.28820.5436
Hunter Lab18.4236-14.80379.5159
CIE-Lab21.5585-28.620222.1790

#033d10 color RGB value is (3,61,16).

#033d10 hex color red value is 3, green value is 61 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #033d10 hue: 0.37 , saturation: 0.91 and the lightness value of 033d10 is 0.13.

The process color (four color CMYK) of #033d10 color hex is 0.95, 0.00, 0.74, 0.76. Web safe color of #033d10 is #003300. Color #033d10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00111101 00010000
Octal 3 75 20
Decimal 3 61 16
Hex 3 3D 10

RGB Percentages of Color #033d10

%3.75
%76.25
%20.00

CMYK Percentages of Color #033d10

%95
%0
%74
%76

Triadic Colors of #033d10

#033d10 #10033d #3d1003

Analogous Colors of #033d10

#033d10 #033d2d #133d03

Monochromatic Colors of #033d10

#033d10

Complementary Color

#033d10 #3d0330

#033d10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#033d10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#033d10 Color CSS Codes

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

#033d10 Text Font Color

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

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


#033d10 Background Color

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

This div background color is #033d10


#033d10 Border Color

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

This div border color is #033d10


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,61,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #033d10; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #033d10;
  -webkit-box-shadow: 1px 1px 3px 2px #033d10;
  box-shadow:         1px 1px 3px 2px #033d10; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #033d10


Comments

No comments written yet.

Please login to write comment.