Color Hex Logo

#41997d Color Hex

#41997D
(65,153,125)
0 Favorites   0 Comments

Color spaces of #41997d

RGB 65153125
HSL0.450.400.43
HSV161°58°60°
CMYK 0.580.000.18   0.40
XYZ17.272925.387023.3918
Yxy25.38700.26150.3844
Hunter Lab50.3855-26.98227.7441
CIE-Lab57.4506-33.38486.8552

#41997d color RGB value is (65,153,125).

#41997d hex color red value is 65, green value is 153 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #41997d hue: 0.45 , saturation: 0.40 and the lightness value of 41997d is 0.43.

The process color (four color CMYK) of #41997d color hex is 0.58, 0.00, 0.18, 0.40. Web safe color of #41997d is #339966. Color #41997d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011001 01111101
Octal 101 231 175
Decimal 65 153 125
Hex 41 99 7D

RGB Percentages of Color #41997d

%18.95
%44.61
%36.44

CMYK Percentages of Color #41997d

%58
%0
%18
%40

Triadic Colors of #41997d

#41997d #7d4199 #997d41

Analogous Colors of #41997d

#41997d #418999 #419951

Monochromatic Colors of #41997d

#41997d

Complementary Color

#41997d #99415d

#41997d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41997d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41997d Color CSS Codes

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

#41997d Text Font Color

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

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


#41997d Background Color

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

This div background color is #41997d


#41997d Border Color

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

This div border color is #41997d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,153,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41997d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41997d;
  -webkit-box-shadow: 1px 1px 3px 2px #41997d;
  box-shadow:         1px 1px 3px 2px #41997d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,153,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41997d


Comments

No comments written yet.

Please login to write comment.