Color Hex Logo

#219349 Color Hex

#219349
(33,147,73)
0 Favorites   0 Comments

Color spaces of #219349

RGB 3314773
HSL0.390.630.35
HSV141°78°58°
CMYK 0.780.000.50   0.42
XYZ12.263521.67189.8401
Yxy21.67180.28010.4951
Hunter Lab46.5530-34.445320.0547
CIE-Lab53.6770-47.676630.3810

#219349 color RGB value is (33,147,73).

#219349 hex color red value is 33, green value is 147 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #219349 hue: 0.39 , saturation: 0.63 and the lightness value of 219349 is 0.35.

The process color (four color CMYK) of #219349 color hex is 0.78, 0.00, 0.50, 0.42. Web safe color of #219349 is #339933. Color #219349 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10010011 01001001
Octal 41 223 111
Decimal 33 147 73
Hex 21 93 49

RGB Percentages of Color #219349

%13.04
%58.10
%28.85

CMYK Percentages of Color #219349

%78
%0
%50
%42

Triadic Colors of #219349

#219349 #492193 #934921

Analogous Colors of #219349

#219349 #219382 #329321

Monochromatic Colors of #219349

#219349

Complementary Color

#219349 #93216b

#219349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#219349 Color CSS Codes

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

#219349 Text Font Color

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

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


#219349 Background Color

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

This div background color is #219349


#219349 Border Color

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

This div border color is #219349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219349


Comments

No comments written yet.

Please login to write comment.