Color Hex Logo

#213335 Color Hex

#213335
(33,51,53)
1 Favorites   0 Comments

Color spaces of #213335

RGB 335153
HSL0.520.230.17
HSV186°38°21°
CMYK 0.380.040.00   0.79
XYZ2.45362.94803.8079
Yxy2.94800.26640.3201
Hunter Lab17.1697-4.5389-1.1305
CIE-Lab19.8344-6.6869-3.6206

#213335 color RGB value is (33,51,53).

#213335 hex color red value is 33, green value is 51 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #213335 hue: 0.52 , saturation: 0.23 and the lightness value of 213335 is 0.17.

The process color (four color CMYK) of #213335 color hex is 0.38, 0.04, 0.00, 0.79. Web safe color of #213335 is #333333. Color #213335 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110011 00110101
Octal 41 63 65
Decimal 33 51 53
Hex 21 33 35

RGB Percentages of Color #213335

%24.09
%37.23
%38.69

CMYK Percentages of Color #213335

%38
%4
%0
%79

Triadic Colors of #213335

#213335 #352133 #333521

Analogous Colors of #213335

#213335 #212935 #21352d

Monochromatic Colors of #213335

#213335

Complementary Color

#213335 #352321

#213335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213335 Color CSS Codes

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

#213335 Text Font Color

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

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


#213335 Background Color

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

This div background color is #213335


#213335 Border Color

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

This div border color is #213335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213335


Comments

No comments written yet.

Please login to write comment.