Color Hex Logo

#21383d Color Hex

#21383D
(33,56,61)
0 Favorites   0 Comments

Color spaces of #21383d

RGB 335661
HSL0.530.300.18
HSV191°46°24°
CMYK 0.460.080.00   0.76
XYZ2.88373.48864.9363
Yxy3.48860.25500.3085
Hunter Lab18.6778-5.1272-2.5951
CIE-Lab21.9031-7.4297-5.9642

#21383d color RGB value is (33,56,61).

#21383d hex color red value is 33, green value is 56 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #21383d hue: 0.53 , saturation: 0.30 and the lightness value of 21383d is 0.18.

The process color (four color CMYK) of #21383d color hex is 0.46, 0.08, 0.00, 0.76. Web safe color of #21383d is #333333. Color #21383d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111000 00111101
Octal 41 70 75
Decimal 33 56 61
Hex 21 38 3D

RGB Percentages of Color #21383d

%22.00
%37.33
%40.67

CMYK Percentages of Color #21383d

%46
%8
%0
%76

Triadic Colors of #21383d

#21383d #3d2138 #383d21

Analogous Colors of #21383d

#21383d #212a3d #213d34

Monochromatic Colors of #21383d

#21383d

Complementary Color

#21383d #3d2621

#21383d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21383d Color Preview on White Background

Lorem ipsum dolor sit amet.

#21383d Color CSS Codes

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

#21383d Text Font Color

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

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


#21383d Background Color

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

This div background color is #21383d


#21383d Border Color

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

This div border color is #21383d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21383d


Comments

No comments written yet.

Please login to write comment.