Color Hex Logo

#21372b Color Hex

#21372B
(33,55,43)
0 Favorites   0 Comments

Color spaces of #21372b

RGB 335543
HSL0.410.250.17
HSV147°40°22°
CMYK 0.400.000.22   0.78
XYZ2.42943.23012.7809
Yxy3.23010.28780.3827
Hunter Lab17.9725-7.32343.4067
CIE-Lab20.9428-11.95184.7959

#21372b color RGB value is (33,55,43).

#21372b hex color red value is 33, green value is 55 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #21372b hue: 0.41 , saturation: 0.25 and the lightness value of 21372b is 0.17.

The process color (four color CMYK) of #21372b color hex is 0.40, 0.00, 0.22, 0.78. Web safe color of #21372b is #333333. Color #21372b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110111 00101011
Octal 41 67 53
Decimal 33 55 43
Hex 21 37 2B

RGB Percentages of Color #21372b

%25.19
%41.98
%32.82

CMYK Percentages of Color #21372b

%40
%0
%22
%78

Triadic Colors of #21372b

#21372b #2b2137 #372b21

Analogous Colors of #21372b

#21372b #213736 #223721

Monochromatic Colors of #21372b

#21372b

Complementary Color

#21372b #37212d

#21372b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21372b Color Preview on White Background

Lorem ipsum dolor sit amet.

#21372b Color CSS Codes

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

#21372b Text Font Color

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

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


#21372b Background Color

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

This div background color is #21372b


#21372b Border Color

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

This div border color is #21372b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21372b


Comments

No comments written yet.

Please login to write comment.