Color Hex Logo

#21501b Color Hex

#21501B
(33,80,27)
1 Favorites   0 Comments

Color spaces of #21501b

RGB 338027
HSL0.310.500.21
HSV113°66°31°
CMYK 0.590.000.66   0.69
XYZ3.69376.13982.0273
Yxy6.13980.31140.5177
Hunter Lab24.7786-16.753912.4941
CIE-Lab29.7625-27.891925.8918

#21501b color RGB value is (33,80,27).

#21501b hex color red value is 33, green value is 80 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #21501b hue: 0.31 , saturation: 0.50 and the lightness value of 21501b is 0.21.

The process color (four color CMYK) of #21501b color hex is 0.59, 0.00, 0.66, 0.69. Web safe color of #21501b is #336633. Color #21501b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010000 00011011
Octal 41 120 33
Decimal 33 80 27
Hex 21 50 1B

RGB Percentages of Color #21501b

%23.57
%57.14
%19.29

CMYK Percentages of Color #21501b

%59
%0
%66
%69

Triadic Colors of #21501b

#21501b #1b2150 #501b21

Analogous Colors of #21501b

#21501b #1b5030 #3c501b

Monochromatic Colors of #21501b

#21501b

Complementary Color

#21501b #4a1b50

#21501b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21501b Color Preview on White Background

Lorem ipsum dolor sit amet.

#21501b Color CSS Codes

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

#21501b Text Font Color

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

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


#21501b Background Color

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

This div background color is #21501b


#21501b Border Color

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

This div border color is #21501b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21501b

#21501b Color Palettes


Comments

No comments written yet.

Please login to write comment.