Color Hex Logo

#21290d Color Hex

#21290D
(33,41,13)
0 Favorites   0 Comments

Color spaces of #21290d

RGB 334113
HSL0.210.520.11
HSV77°68°16°
CMYK 0.200.000.68   0.84
XYZ1.49281.93830.6762
Yxy1.93830.36350.4719
Hunter Lab13.9223-5.22466.8659
CIE-Lab15.1601-9.095216.4661

#21290d color RGB value is (33,41,13).

#21290d hex color red value is 33, green value is 41 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #21290d hue: 0.21 , saturation: 0.52 and the lightness value of 21290d is 0.11.

The process color (four color CMYK) of #21290d color hex is 0.20, 0.00, 0.68, 0.84. Web safe color of #21290d is #333300. Color #21290d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00101001 00001101
Octal 41 51 15
Decimal 33 41 13
Hex 21 29 D

RGB Percentages of Color #21290d

%37.93
%47.13
%14.94

CMYK Percentages of Color #21290d

%20
%0
%68
%84

Triadic Colors of #21290d

#21290d #0d2129 #290d21

Analogous Colors of #21290d

#21290d #13290d #29230d

Monochromatic Colors of #21290d

#21290d

Complementary Color

#21290d #150d29

#21290d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21290d Color Preview on White Background

Lorem ipsum dolor sit amet.

#21290d Color CSS Codes

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

#21290d Text Font Color

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

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


#21290d Background Color

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

This div background color is #21290d


#21290d Border Color

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

This div border color is #21290d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,41,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 #21290d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21290d


Comments

No comments written yet.

Please login to write comment.