Color Hex Logo

#40982b Color Hex

#40982B
(64,152,43)
0 Favorites   0 Comments

Color spaces of #40982b

RGB 6415243
HSL0.300.560.38
HSV108°72°60°
CMYK 0.580.000.72   0.40
XYZ13.778623.72096.1379
Yxy23.72090.31580.5436
Hunter Lab48.7041-34.733826.6209
CIE-Lab55.8073-46.855147.1195

#40982b color RGB value is (64,152,43).

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

The process color (four color CMYK) of #40982b color hex is 0.58, 0.00, 0.72, 0.40. Web safe color of #40982b is #339933. Color #40982b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011000 00101011
Octal 100 230 53
Decimal 64 152 43
Hex 40 98 2B

RGB Percentages of Color #40982b

%24.71
%58.69
%16.60

CMYK Percentages of Color #40982b

%58
%0
%72
%40

Triadic Colors of #40982b

#40982b #2b4098 #982b40

Analogous Colors of #40982b

#40982b #2b984c #77982b

Monochromatic Colors of #40982b

#40982b

Complementary Color

#40982b #832b98

#40982b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40982b Color Preview on White Background

Lorem ipsum dolor sit amet.

#40982b Color CSS Codes

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

#40982b Text Font Color

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

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


#40982b Background Color

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

This div background color is #40982b


#40982b Border Color

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

This div border color is #40982b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40982b


Comments

No comments written yet.

Please login to write comment.