Color Hex Logo

#33404d Color Hex

#33404D
(51,64,77)
0 Favorites   0 Comments

Color spaces of #33404d

RGB 516477
HSL0.580.200.25
HSV210°34°30°
CMYK 0.340.170.00   0.70
XYZ4.53824.90647.7290
Yxy4.90640.26430.2857
Hunter Lab22.1504-2.1919-5.1830
CIE-Lab26.4664-1.6528-9.5923

#33404d color RGB value is (51,64,77).

#33404d hex color red value is 51, green value is 64 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #33404d hue: 0.58 , saturation: 0.20 and the lightness value of 33404d is 0.25.

The process color (four color CMYK) of #33404d color hex is 0.34, 0.17, 0.00, 0.70. Web safe color of #33404d is #333366. Color #33404d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000000 01001101
Octal 63 100 115
Decimal 51 64 77
Hex 33 40 4D

RGB Percentages of Color #33404d

%26.56
%33.33
%40.10

CMYK Percentages of Color #33404d

%34
%17
%0
%70

Triadic Colors of #33404d

#33404d #4d3340 #404d33

Analogous Colors of #33404d

#33404d #33334d #334d4d

Monochromatic Colors of #33404d

#33404d

Complementary Color

#33404d #4d4033

#33404d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33404d Color Preview on White Background

Lorem ipsum dolor sit amet.

#33404d Color CSS Codes

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

#33404d Text Font Color

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

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


#33404d Background Color

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

This div background color is #33404d


#33404d Border Color

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

This div border color is #33404d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33404d


Comments

No comments written yet.

Please login to write comment.