Color Hex Logo

#214711 Color Hex

#214711
(33,71,17)
0 Favorites   0 Comments

Color spaces of #214711

RGB 337117
HSL0.280.610.17
HSV102°76°28°
CMYK 0.540.000.76   0.72
XYZ2.98164.87031.3132
Yxy4.87030.32530.5314
Hunter Lab22.0688-14.504111.9201
CIE-Lab26.3620-24.903827.1724

#214711 color RGB value is (33,71,17).

#214711 hex color red value is 33, green value is 71 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #214711 hue: 0.28 , saturation: 0.61 and the lightness value of 214711 is 0.17.

The process color (four color CMYK) of #214711 color hex is 0.54, 0.00, 0.76, 0.72. Web safe color of #214711 is #333300. Color #214711 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000111 00010001
Octal 41 107 21
Decimal 33 71 17
Hex 21 47 11

RGB Percentages of Color #214711

%27.27
%58.68
%14.05

CMYK Percentages of Color #214711

%54
%0
%76
%72

Triadic Colors of #214711

#214711 #112147 #471121

Analogous Colors of #214711

#214711 #11471c #3c4711

Monochromatic Colors of #214711

#214711

Complementary Color

#214711 #371147

#214711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214711 Color CSS Codes

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

#214711 Text Font Color

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

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


#214711 Background Color

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

This div background color is #214711


#214711 Border Color

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

This div border color is #214711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214711


Comments

No comments written yet.

Please login to write comment.