Color Hex Logo

#435440 Color Hex

#435440
(67,84,64)
1 Favorites   0 Comments

Color spaces of #435440

RGB 678464
HSL0.310.140.29
HSV111°24°33°
CMYK 0.200.000.24   0.67
XYZ6.41057.90416.0383
Yxy7.90410.31500.3884
Hunter Lab28.1142-8.49906.9458
CIE-Lab33.7824-11.05259.5626

#435440 color RGB value is (67,84,64).

#435440 hex color red value is 67, green value is 84 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #435440 hue: 0.31 , saturation: 0.14 and the lightness value of 435440 is 0.29.

The process color (four color CMYK) of #435440 color hex is 0.20, 0.00, 0.24, 0.67. Web safe color of #435440 is #336633. Color #435440 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01010100 01000000
Octal 103 124 100
Decimal 67 84 64
Hex 43 54 40

RGB Percentages of Color #435440

%31.16
%39.07
%29.77

CMYK Percentages of Color #435440

%20
%0
%24
%67

Triadic Colors of #435440

#435440 #404354 #544043

Analogous Colors of #435440

#435440 #405447 #4d5440

Monochromatic Colors of #435440

#435440

Complementary Color

#435440 #514054

#435440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#435440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#435440 Color CSS Codes

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

#435440 Text Font Color

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

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


#435440 Background Color

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

This div background color is #435440


#435440 Border Color

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

This div border color is #435440


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,84,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #435440; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #435440;
  -webkit-box-shadow: 1px 1px 3px 2px #435440;
  box-shadow:         1px 1px 3px 2px #435440; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #435440


Comments

No comments written yet.

Please login to write comment.