Color Hex Logo

#03211e Color Hex

#03211E
(3,33,30)
0 Favorites   0 Comments

Color spaces of #03211e

RGB 33330
HSL0.480.830.07
HSV174°91°13°
CMYK 0.910.000.09   0.87
XYZ0.81581.20081.4171
Yxy1.20080.23760.3497
Hunter Lab10.9581-5.88790.0033
CIE-Lab10.5633-12.1130-1.2459

#03211e color RGB value is (3,33,30).

#03211e hex color red value is 3, green value is 33 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #03211e hue: 0.48 , saturation: 0.83 and the lightness value of 03211e is 0.07.

The process color (four color CMYK) of #03211e color hex is 0.91, 0.00, 0.09, 0.87. Web safe color of #03211e is #003333. Color #03211e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00100001 00011110
Octal 3 41 36
Decimal 3 33 30
Hex 3 21 1E

RGB Percentages of Color #03211e

%4.55
%50.00
%45.45

CMYK Percentages of Color #03211e

%91
%0
%9
%87

Triadic Colors of #03211e

#03211e #1e0321 #211e03

Analogous Colors of #03211e

#03211e #031521 #03210f

Monochromatic Colors of #03211e

#03211e

Complementary Color

#03211e #210306

#03211e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03211e Color Preview on White Background

Lorem ipsum dolor sit amet.

#03211e Color CSS Codes

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

#03211e Text Font Color

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

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


#03211e Background Color

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

This div background color is #03211e


#03211e Border Color

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

This div border color is #03211e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03211e


Comments

No comments written yet.

Please login to write comment.