Color Hex Logo

#03330e Color Hex

#03330E
(3,51,14)
0 Favorites   0 Comments

Color spaces of #03330e

RGB 35114
HSL0.370.890.11
HSV134°94°20°
CMYK 0.940.000.73   0.80
XYZ1.30062.41870.8138
Yxy2.41870.28690.5336
Hunter Lab15.5522-12.28877.7840
CIE-Lab17.5469-25.005718.6131

#03330e color RGB value is (3,51,14).

#03330e hex color red value is 3, green value is 51 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #03330e hue: 0.37 , saturation: 0.89 and the lightness value of 03330e is 0.11.

The process color (four color CMYK) of #03330e color hex is 0.94, 0.00, 0.73, 0.80. Web safe color of #03330e is #003300. Color #03330e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00110011 00001110
Octal 3 63 16
Decimal 3 51 14
Hex 3 33 E

RGB Percentages of Color #03330e

%4.41
%75.00
%20.59

CMYK Percentages of Color #03330e

%94
%0
%73
%80

Triadic Colors of #03330e

#03330e #0e0333 #330e03

Analogous Colors of #03330e

#03330e #033326 #103303

Monochromatic Colors of #03330e

#03330e

Complementary Color

#03330e #330328

#03330e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03330e Color Preview on White Background

Lorem ipsum dolor sit amet.

#03330e Color CSS Codes

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

#03330e Text Font Color

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

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


#03330e Background Color

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

This div background color is #03330e


#03330e Border Color

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

This div border color is #03330e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03330e


Comments

No comments written yet.

Please login to write comment.