Color Hex Logo

#213940 Color Hex

#213940
(33,57,64)
0 Favorites   0 Comments

Color spaces of #213940

RGB 335764
HSL0.540.320.19
HSV194°48°25°
CMYK 0.480.110.00   0.75
XYZ3.01573.61985.3902
Yxy3.61980.25080.3010
Hunter Lab19.0258-5.0018-3.4794
CIE-Lab22.3724-7.1086-7.2770

#213940 color RGB value is (33,57,64).

#213940 hex color red value is 33, green value is 57 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #213940 hue: 0.54 , saturation: 0.32 and the lightness value of 213940 is 0.19.

The process color (four color CMYK) of #213940 color hex is 0.48, 0.11, 0.00, 0.75. Web safe color of #213940 is #333333. Color #213940 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111001 01000000
Octal 41 71 100
Decimal 33 57 64
Hex 21 39 40

RGB Percentages of Color #213940

%21.43
%37.01
%41.56

CMYK Percentages of Color #213940

%48
%11
%0
%75

Triadic Colors of #213940

#213940 #402139 #394021

Analogous Colors of #213940

#213940 #212a40 #214038

Monochromatic Colors of #213940

#213940

Complementary Color

#213940 #402821

#213940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213940 Color CSS Codes

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

#213940 Text Font Color

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

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


#213940 Background Color

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

This div background color is #213940


#213940 Border Color

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

This div border color is #213940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213940


Comments

No comments written yet.

Please login to write comment.