Color Hex Logo

#213738 Color Hex

#213738
(33,55,56)
0 Favorites   0 Comments

Color spaces of #213738

RGB 335556
HSL0.510.260.17
HSV183°41°22°
CMYK 0.410.020.00   0.78
XYZ2.70723.34124.2436
Yxy3.34120.26300.3246
Hunter Lab18.2789-5.5515-0.9694
CIE-Lab21.3616-8.3443-3.3926

#213738 color RGB value is (33,55,56).

#213738 hex color red value is 33, green value is 55 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #213738 hue: 0.51 , saturation: 0.26 and the lightness value of 213738 is 0.17.

The process color (four color CMYK) of #213738 color hex is 0.41, 0.02, 0.00, 0.78. Web safe color of #213738 is #333333. Color #213738 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110111 00111000
Octal 41 67 70
Decimal 33 55 56
Hex 21 37 38

RGB Percentages of Color #213738

%22.92
%38.19
%38.89

CMYK Percentages of Color #213738

%41
%2
%0
%78

Triadic Colors of #213738

#213738 #382137 #373821

Analogous Colors of #213738

#213738 #212c38 #21382e

Monochromatic Colors of #213738

#213738

Complementary Color

#213738 #382221

#213738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213738 Color CSS Codes

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

#213738 Text Font Color

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

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


#213738 Background Color

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

This div background color is #213738


#213738 Border Color

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

This div border color is #213738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213738


Comments

No comments written yet.

Please login to write comment.