Color Hex Logo

#21363d Color Hex

#21363D
(33,54,61)
0 Favorites   0 Comments

Color spaces of #21363d

RGB 335461
HSL0.540.300.18
HSV195°46°24°
CMYK 0.460.110.00   0.76
XYZ2.78873.29864.9046
Yxy3.29860.25370.3001
Hunter Lab18.1620-4.3757-3.2976
CIE-Lab21.2021-6.1398-7.0198

#21363d color RGB value is (33,54,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110110 00111101
Octal 41 66 75
Decimal 33 54 61
Hex 21 36 3D

RGB Percentages of Color #21363d

%22.30
%36.49
%41.22

CMYK Percentages of Color #21363d

%46
%11
%0
%76

Triadic Colors of #21363d

#21363d #3d2136 #363d21

Analogous Colors of #21363d

#21363d #21283d #213d36

Monochromatic Colors of #21363d

#21363d

Complementary Color

#21363d #3d2821

#21363d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21363d Color Preview on White Background

Lorem ipsum dolor sit amet.

#21363d Color CSS Codes

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

#21363d Text Font Color

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

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


#21363d Background Color

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

This div background color is #21363d


#21363d Border Color

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

This div border color is #21363d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,54,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 #21363d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21363d


Comments

No comments written yet.

Please login to write comment.