Color Hex Logo

#40845d Color Hex

#40845D
(64,132,93)
0 Favorites   0 Comments

Color spaces of #40845d

RGB 6413293
HSL0.400.350.38
HSV146°52°52°
CMYK 0.520.000.30   0.48
XYZ12.341418.382813.2537
Yxy18.38280.28060.4180
Hunter Lab42.8752-23.651211.6847
CIE-Lab49.9571-31.108814.6005

#40845d color RGB value is (64,132,93).

#40845d hex color red value is 64, green value is 132 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #40845d hue: 0.40 , saturation: 0.35 and the lightness value of 40845d is 0.38.

The process color (four color CMYK) of #40845d color hex is 0.52, 0.00, 0.30, 0.48. Web safe color of #40845d is #339966. Color #40845d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000100 01011101
Octal 100 204 135
Decimal 64 132 93
Hex 40 84 5D

RGB Percentages of Color #40845d

%22.15
%45.67
%32.18

CMYK Percentages of Color #40845d

%52
%0
%30
%48

Triadic Colors of #40845d

#40845d #5d4084 #845d40

Analogous Colors of #40845d

#40845d #40847f #458440

Monochromatic Colors of #40845d

#40845d

Complementary Color

#40845d #844067

#40845d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40845d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40845d Color CSS Codes

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

#40845d Text Font Color

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

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


#40845d Background Color

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

This div background color is #40845d


#40845d Border Color

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

This div border color is #40845d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40845d


Comments

No comments written yet.

Please login to write comment.