Color Hex Logo

#40333a Color Hex

#40333A
(64,51,58)
0 Favorites   0 Comments

Color spaces of #40333a

RGB 645158
HSL0.910.110.23
HSV328°20°25°
CMYK 0.000.200.09   0.75
XYZ4.06193.76314.5153
Yxy3.76310.32920.3049
Hunter Lab19.39873.4284-0.2214
CIE-Lab22.87237.2574-2.2053

#40333a color RGB value is (64,51,58).

#40333a hex color red value is 64, green value is 51 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #40333a hue: 0.91 , saturation: 0.11 and the lightness value of 40333a is 0.23.

The process color (four color CMYK) of #40333a color hex is 0.00, 0.20, 0.09, 0.75. Web safe color of #40333a is #333333. Color #40333a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110011 00111010
Octal 100 63 72
Decimal 64 51 58
Hex 40 33 3A

RGB Percentages of Color #40333a

%36.99
%29.48
%33.53

CMYK Percentages of Color #40333a

%0
%20
%9
%75

Triadic Colors of #40333a

#40333a #3a4033 #333a40

Analogous Colors of #40333a

#40333a #403334 #403340

Monochromatic Colors of #40333a

#40333a

Complementary Color

#40333a #334039

#40333a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40333a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40333a Color CSS Codes

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

#40333a Text Font Color

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

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


#40333a Background Color

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

This div background color is #40333a


#40333a Border Color

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

This div border color is #40333a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40333a


Comments

No comments written yet.

Please login to write comment.