Color Hex Logo

#213942 Color Hex

#213942
(33,57,66)
0 Favorites   0 Comments

Color spaces of #213942

RGB 335766
HSL0.550.330.19
HSV196°50°26°
CMYK 0.500.140.00   0.74
XYZ3.07373.64295.6954
Yxy3.64290.24760.2935
Hunter Lab19.0864-4.6553-4.3317
CIE-Lab22.4539-6.4513-8.4973

#213942 color RGB value is (33,57,66).

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

The process color (four color CMYK) of #213942 color hex is 0.50, 0.14, 0.00, 0.74. Web safe color of #213942 is #333333. Color #213942 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111001 01000010
Octal 41 71 102
Decimal 33 57 66
Hex 21 39 42

RGB Percentages of Color #213942

%21.15
%36.54
%42.31

CMYK Percentages of Color #213942

%50
%14
%0
%74

Triadic Colors of #213942

#213942 #422139 #394221

Analogous Colors of #213942

#213942 #212942 #21423b

Monochromatic Colors of #213942

#213942

Complementary Color

#213942 #422a21

#213942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213942 Color CSS Codes

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

#213942 Text Font Color

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

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


#213942 Background Color

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

This div background color is #213942


#213942 Border Color

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

This div border color is #213942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213942


Comments

No comments written yet.

Please login to write comment.