Color Hex Logo

#40614b Color Hex

#40614B
(64,97,75)
0 Favorites   0 Comments

Color spaces of #40614b

RGB 649775
HSL0.390.200.32
HSV140°34°38°
CMYK 0.340.000.23   0.62
XYZ7.659010.14748.2116
Yxy10.14740.29440.3900
Hunter Lab31.8550-12.82897.0147
CIE-Lab38.1057-17.25028.7865

#40614b color RGB value is (64,97,75).

#40614b hex color red value is 64, green value is 97 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #40614b hue: 0.39 , saturation: 0.20 and the lightness value of 40614b is 0.32.

The process color (four color CMYK) of #40614b color hex is 0.34, 0.00, 0.23, 0.62. Web safe color of #40614b is #336633. Color #40614b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100001 01001011
Octal 100 141 113
Decimal 64 97 75
Hex 40 61 4B

RGB Percentages of Color #40614b

%27.12
%41.10
%31.78

CMYK Percentages of Color #40614b

%34
%0
%23
%62

Triadic Colors of #40614b

#40614b #4b4061 #614b40

Analogous Colors of #40614b

#40614b #40615c #466140

Monochromatic Colors of #40614b

#40614b

Complementary Color

#40614b #614056

#40614b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40614b Color Preview on White Background

Lorem ipsum dolor sit amet.

#40614b Color CSS Codes

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

#40614b Text Font Color

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

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


#40614b Background Color

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

This div background color is #40614b


#40614b Border Color

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

This div border color is #40614b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40614b


Comments

No comments written yet.

Please login to write comment.