Color Hex Logo

#40502b Color Hex

#40502B
(64,80,43)
0 Favorites   0 Comments

Color spaces of #40502b

RGB 648043
HSL0.240.300.24
HSV86°46°31°
CMYK 0.200.000.46   0.69
XYZ5.41917.00173.3514
Yxy7.00170.34360.4439
Hunter Lab26.4607-9.749911.0131
CIE-Lab31.8108-13.639119.7539

#40502b color RGB value is (64,80,43).

#40502b hex color red value is 64, green value is 80 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #40502b hue: 0.24 , saturation: 0.30 and the lightness value of 40502b is 0.24.

The process color (four color CMYK) of #40502b color hex is 0.20, 0.00, 0.46, 0.69. Web safe color of #40502b is #336633. Color #40502b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010000 00101011
Octal 100 120 53
Decimal 64 80 43
Hex 40 50 2B

RGB Percentages of Color #40502b

%34.22
%42.78
%22.99

CMYK Percentages of Color #40502b

%20
%0
%46
%69

Triadic Colors of #40502b

#40502b #2b4050 #502b40

Analogous Colors of #40502b

#40502b #2e502b #504e2b

Monochromatic Colors of #40502b

#40502b

Complementary Color

#40502b #3b2b50

#40502b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40502b Color Preview on White Background

Lorem ipsum dolor sit amet.

#40502b Color CSS Codes

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

#40502b Text Font Color

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

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


#40502b Background Color

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

This div background color is #40502b


#40502b Border Color

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

This div border color is #40502b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,80,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40502b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40502b;
  -webkit-box-shadow: 1px 1px 3px 2px #40502b;
  box-shadow:         1px 1px 3px 2px #40502b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40502b


Comments

No comments written yet.

Please login to write comment.