Color Hex Logo

#40835d Color Hex

#40835D
(64,131,93)
0 Favorites   0 Comments

Color spaces of #40835d

RGB 6413193
HSL0.410.340.38
HSV146°51°51°
CMYK 0.510.000.29   0.49
XYZ12.206418.112913.2087
Yxy18.11290.28040.4161
Hunter Lab42.5593-23.283211.3902
CIE-Lab49.6328-30.637114.1535

#40835d color RGB value is (64,131,93).

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

The process color (four color CMYK) of #40835d color hex is 0.51, 0.00, 0.29, 0.49. Web safe color of #40835d is #339966. Color #40835d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000011 01011101
Octal 100 203 135
Decimal 64 131 93
Hex 40 83 5D

RGB Percentages of Color #40835d

%22.22
%45.49
%32.29

CMYK Percentages of Color #40835d

%51
%0
%29
%49

Triadic Colors of #40835d

#40835d #5d4083 #835d40

Analogous Colors of #40835d

#40835d #40837f #458340

Monochromatic Colors of #40835d

#40835d

Complementary Color

#40835d #834066

#40835d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40835d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40835d Color CSS Codes

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

#40835d Text Font Color

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

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


#40835d Background Color

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

This div background color is #40835d


#40835d Border Color

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

This div border color is #40835d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,131,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 #40835d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40835d


Comments

No comments written yet.

Please login to write comment.