Color Hex Logo

#21490d Color Hex

#21490D
(33,73,13)
1 Favorites   0 Comments

Color spaces of #21490d

RGB 337313
HSL0.280.700.17
HSV100°82°29°
CMYK 0.550.000.82   0.71
XYZ3.08245.11751.2061
Yxy5.11750.32770.5441
Hunter Lab22.6219-15.266412.6742
CIE-Lab27.0669-26.184929.6701

#21490d color RGB value is (33,73,13).

#21490d hex color red value is 33, green value is 73 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #21490d hue: 0.28 , saturation: 0.70 and the lightness value of 21490d is 0.17.

The process color (four color CMYK) of #21490d color hex is 0.55, 0.00, 0.82, 0.71. Web safe color of #21490d is #333300. Color #21490d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001001 00001101
Octal 41 111 15
Decimal 33 73 13
Hex 21 49 D

RGB Percentages of Color #21490d

%27.73
%61.34
%10.92

CMYK Percentages of Color #21490d

%55
%0
%82
%71

Triadic Colors of #21490d

#21490d #0d2149 #490d21

Analogous Colors of #21490d

#21490d #0d4917 #3f490d

Monochromatic Colors of #21490d

#21490d

Complementary Color

#21490d #350d49

#21490d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21490d Color Preview on White Background

Lorem ipsum dolor sit amet.

#21490d Color CSS Codes

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

#21490d Text Font Color

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

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


#21490d Background Color

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

This div background color is #21490d


#21490d Border Color

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

This div border color is #21490d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21490d

#21490d Color Palettes


Comments

No comments written yet.

Please login to write comment.