Color Hex Logo

#21480b Color Hex

#21480B
(33,72,11)
0 Favorites   0 Comments

Color spaces of #21480b

RGB 337211
HSL0.270.730.16
HSV98°85°28°
CMYK 0.540.000.85   0.72
XYZ3.00504.98221.1199
Yxy4.98220.33000.5471
Hunter Lab22.3208-15.030512.6498
CIE-Lab26.6840-25.880230.0984

#21480b color RGB value is (33,72,11).

#21480b hex color red value is 33, green value is 72 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #21480b hue: 0.27 , saturation: 0.73 and the lightness value of 21480b is 0.16.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001000 00001011
Octal 41 110 13
Decimal 33 72 11
Hex 21 48 B

RGB Percentages of Color #21480b

%28.45
%62.07
%9.48

CMYK Percentages of Color #21480b

%54
%0
%85
%72

Triadic Colors of #21480b

#21480b #0b2148 #480b21

Analogous Colors of #21480b

#21480b #0b4814 #40480b

Monochromatic Colors of #21480b

#21480b

Complementary Color

#21480b #320b48

#21480b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21480b Color Preview on White Background

Lorem ipsum dolor sit amet.

#21480b Color CSS Codes

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

#21480b Text Font Color

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

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


#21480b Background Color

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

This div background color is #21480b


#21480b Border Color

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

This div border color is #21480b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21480b


Comments

No comments written yet.

Please login to write comment.