Color Hex Logo

#33313e Color Hex

#33313E
(51,49,62)
0 Favorites   0 Comments

Color spaces of #33313e

RGB 514962
HSL0.690.120.22
HSV249°21°24°
CMYK 0.180.210.00   0.76
XYZ3.33313.24825.0087
Yxy3.24820.28760.2803
Hunter Lab18.02281.4717-3.8613
CIE-Lab21.01174.1259-7.8481

#33313e color RGB value is (51,49,62).

#33313e hex color red value is 51, green value is 49 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #33313e hue: 0.69 , saturation: 0.12 and the lightness value of 33313e is 0.22.

The process color (four color CMYK) of #33313e color hex is 0.18, 0.21, 0.00, 0.76. Web safe color of #33313e is #333333. Color #33313e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00110001 00111110
Octal 63 61 76
Decimal 51 49 62
Hex 33 31 3E

RGB Percentages of Color #33313e

%31.48
%30.25
%38.27

CMYK Percentages of Color #33313e

%18
%21
%0
%76

Triadic Colors of #33313e

#33313e #3e3331 #313e33

Analogous Colors of #33313e

#33313e #3a313e #31363e

Monochromatic Colors of #33313e

#33313e

Complementary Color

#33313e #3c3e31

#33313e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33313e Color Preview on White Background

Lorem ipsum dolor sit amet.

#33313e Color CSS Codes

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

#33313e Text Font Color

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

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


#33313e Background Color

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

This div background color is #33313e


#33313e Border Color

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

This div border color is #33313e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,49,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33313e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33313e;
  -webkit-box-shadow: 1px 1px 3px 2px #33313e;
  box-shadow:         1px 1px 3px 2px #33313e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33313e


Comments

No comments written yet.

Please login to write comment.