Color Hex Logo

#213937 Color Hex

#213937
(33,57,55)
0 Favorites   0 Comments

Color spaces of #213937

RGB 335755
HSL0.490.270.18
HSV175°42°22°
CMYK 0.420.000.04   0.78
XYZ2.77993.52544.1484
Yxy3.52540.26590.3372
Hunter Lab18.7760-6.43020.0436
CIE-Lab22.0359-9.8962-1.7190

#213937 color RGB value is (33,57,55).

#213937 hex color red value is 33, green value is 57 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #213937 hue: 0.49 , saturation: 0.27 and the lightness value of 213937 is 0.18.

The process color (four color CMYK) of #213937 color hex is 0.42, 0.00, 0.04, 0.78. Web safe color of #213937 is #333333. Color #213937 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111001 00110111
Octal 41 71 67
Decimal 33 57 55
Hex 21 39 37

RGB Percentages of Color #213937

%22.76
%39.31
%37.93

CMYK Percentages of Color #213937

%42
%0
%4
%78

Triadic Colors of #213937

#213937 #372139 #393721

Analogous Colors of #213937

#213937 #212f39 #21392b

Monochromatic Colors of #213937

#213937

Complementary Color

#213937 #392123

#213937 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213937 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213937 Color CSS Codes

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

#213937 Text Font Color

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

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


#213937 Background Color

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

This div background color is #213937


#213937 Border Color

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

This div border color is #213937


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213937


Comments

No comments written yet.

Please login to write comment.