Color Hex Logo

#21481d Color Hex

#21481D
(33,72,29)
0 Favorites   0 Comments

Color spaces of #21481d

RGB 337229
HSL0.320.430.20
HSV114°60°28°
CMYK 0.540.000.60   0.72
XYZ3.16635.04681.9696
Yxy5.04680.31090.4956
Hunter Lab22.4651-14.155510.5274
CIE-Lab26.8677-23.892321.4086

#21481d color RGB value is (33,72,29).

#21481d hex color red value is 33, green value is 72 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #21481d hue: 0.32 , saturation: 0.43 and the lightness value of 21481d is 0.20.

The process color (four color CMYK) of #21481d color hex is 0.54, 0.00, 0.60, 0.72. Web safe color of #21481d is #333333. Color #21481d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001000 00011101
Octal 41 110 35
Decimal 33 72 29
Hex 21 48 1D

RGB Percentages of Color #21481d

%24.63
%53.73
%21.64

CMYK Percentages of Color #21481d

%54
%0
%60
%72

Triadic Colors of #21481d

#21481d #1d2148 #481d21

Analogous Colors of #21481d

#21481d #1d482f #37481d

Monochromatic Colors of #21481d

#21481d

Complementary Color

#21481d #441d48

#21481d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21481d Color Preview on White Background

Lorem ipsum dolor sit amet.

#21481d Color CSS Codes

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

#21481d Text Font Color

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

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


#21481d Background Color

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

This div background color is #21481d


#21481d Border Color

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

This div border color is #21481d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21481d


Comments

No comments written yet.

Please login to write comment.