Color Hex Logo

#33363d Color Hex

#33363D
(51,54,61)
0 Favorites   0 Comments

Color spaces of #33363d

RGB 515461
HSL0.620.090.22
HSV222°16°24°
CMYK 0.160.110.00   0.76
XYZ3.52673.67914.9391
Yxy3.67910.29040.3029
Hunter Lab19.1810-0.7469-1.8405
CIE-Lab22.58090.4715-4.8092

#33363d color RGB value is (51,54,61).

#33363d hex color red value is 51, green value is 54 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #33363d hue: 0.62 , saturation: 0.09 and the lightness value of 33363d is 0.22.

The process color (four color CMYK) of #33363d color hex is 0.16, 0.11, 0.00, 0.76. Web safe color of #33363d is #333333. Color #33363d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00110110 00111101
Octal 63 66 75
Decimal 51 54 61
Hex 33 36 3D

RGB Percentages of Color #33363d

%30.72
%32.53
%36.75

CMYK Percentages of Color #33363d

%16
%11
%0
%76

Triadic Colors of #33363d

#33363d #3d3336 #363d33

Analogous Colors of #33363d

#33363d #35333d #333b3d

Monochromatic Colors of #33363d

#33363d

Complementary Color

#33363d #3d3a33

#33363d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33363d Color Preview on White Background

Lorem ipsum dolor sit amet.

#33363d Color CSS Codes

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

#33363d Text Font Color

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

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


#33363d Background Color

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

This div background color is #33363d


#33363d Border Color

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

This div border color is #33363d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,54,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33363d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33363d;
  -webkit-box-shadow: 1px 1px 3px 2px #33363d;
  box-shadow:         1px 1px 3px 2px #33363d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33363d


Comments

No comments written yet.

Please login to write comment.