Color Hex Logo

#21481c Color Hex

#21481C
(33,72,28)
0 Favorites   0 Comments

Color spaces of #21481c

RGB 337228
HSL0.310.440.20
HSV113°61°28°
CMYK 0.540.000.61   0.72
XYZ3.15425.04191.9056
Yxy5.04190.31220.4991
Hunter Lab22.4542-14.220410.6862
CIE-Lab26.8538-24.037721.9596

#21481c color RGB value is (33,72,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001000 00011100
Octal 41 110 34
Decimal 33 72 28
Hex 21 48 1C

RGB Percentages of Color #21481c

%24.81
%54.14
%21.05

CMYK Percentages of Color #21481c

%54
%0
%61
%72

Triadic Colors of #21481c

#21481c #1c2148 #481c21

Analogous Colors of #21481c

#21481c #1c482d #37481c

Monochromatic Colors of #21481c

#21481c

Complementary Color

#21481c #431c48

#21481c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21481c Color Preview on White Background

Lorem ipsum dolor sit amet.

#21481c Color CSS Codes

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

#21481c Text Font Color

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

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


#21481c Background Color

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

This div background color is #21481c


#21481c Border Color

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

This div border color is #21481c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21481c


Comments

No comments written yet.

Please login to write comment.